forked from ModDamage/ModDamage
-
Notifications
You must be signed in to change notification settings - Fork 0
Conditional: Ability Enabled (McMMO)
ricochet1k edited this page Feb 17, 2012
·
7 revisions
Syntax: {entity}.hasactive.{McMMOAbility}
Description: Returns true if the ability is currently active for the referred entity.
As of 10/5/2011, valid abilities in McMMO are as follows:
-
Berserk
-
GigaDrillBreaker
-
God
-
GreenTerra
-
SkullSplitter
-
SerratedStrikes
-
SuperBreaker
-
SwordsPreparation
-
TreeFeller
More information may be found at the relevant McMMO wiki entry, though this is not consistent - see issue 134. The current enum used in source can be found here.
Example:
Damage: #Make Berserkers take a bit more damage.
- 'if target.hasactive.Berserk': '+1'