-
Notifications
You must be signed in to change notification settings - Fork 0
Skill
Vishrut Reddi edited this page Nov 4, 2017
·
1 revision
| Property | Type | Description |
|---|---|---|
| Name | String | Name of the skill. |
| Description | String | Description of the skill. |
| HeroLocalizedName | String | Localized name of the hero to which the skill belongs to. |
| AbilityBehavior | SkillAbilityType | Determines the type of the ability of the skill. eg: Passive, Unit Target etc. |
| Affects | AffectsType[] | Determines the what all game objects does the skill affects. eg: Enemy Units, Creeps etc. |
| DamageType | DamageType | Determines the type of the damage the skill does. eg: Magical, Physical etc. |
| PiercesSpellImmunity | Boolean | Determines if the skill pierces spell immunity or not. |
| Dispellable | Boolean | Determines if the skill is dispellable or not. Helps to determine if the skill can force remove all status effects (debuffs etc). |
| Notes | String[] | Additional information and tips about the skill. |
| Image | String | Image link of the skill. |