Class SkillAttribute
java.lang.Object
studio.magemonkey.fabled.api.skills.SkillAttribute
Names of default attributes for skills
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Cooldown attribute of a skillstatic final String
Skill point cost attribute of a skillstatic final String
Level requirement attribute of a skillstatic final String
Mana cost attribute of a skillstatic final String
static final String
Range of a target skill -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COOLDOWN
Cooldown attribute of a skill
This is not required by passive abilities
- See Also:
-
MANA
Mana cost attribute of a skill
This is not required by passive abilities
- See Also:
-
LEVEL
Level requirement attribute of a skill
- See Also:
-
COST
Skill point cost attribute of a skill
- See Also:
-
RANGE
Range of a target skill- See Also:
-
POINTS_SPENT_REQ
- See Also:
-
-
Constructor Details
-
SkillAttribute
public SkillAttribute()
-