Update Conditions authored by Taiyou06's avatar Taiyou06
......@@ -36,3 +36,6 @@ These conditions are added by MythicRPG, and are meant to be used within the fea
|--------------------------------------------------------------------------|----------|------------------------------------------------------------------------------------------|
| [IsQuickcastingActive](/Skills/Conditions/IsQuickcastingActive) | Entity | Whether the target player is currently using a quickcasting method |
| [ProfileSlot](/Skills/Conditions/ProfileSlot) | Entity | Matches the slot of the player's currently-active RPG profile |
| [IsCastingSpell](/Skills/Conditions/IsCastingSpell) | Entity | Whether the target is currently casting (optionally a specific spell) |
| [SpellCastProgress](/Skills/Conditions/SpellCastProgress) | Entity | Matches the target's cast progress as a 0–1 ranged double |
| [IsCastInterruptible](/Skills/Conditions/IsCastInterruptible) | Entity | Whether the target's active cast can be interrupted |