Issix-mod/Modules/IssixModule/Skills/Pet.gd

21 lines
251 B
GDScript3
Raw Normal View History

2024-12-24 22:16:45 +00:00
extends SkillBase
func _init():
id = "Pet"
func getVisibleName():
return "Pet"
func getVisibleDescription():
return "Shows how used you are to being a pet"
func getPerkTiers():
return [
[0],
[5],
[10],
]
func scripted():
return false