@@ -5,11 +5,34 @@ MythicRPG supports all MythicMobs base conditions.
# Conditions
These conditions are added by MythicRPG, and are meant to be used within the features that MythicRPG implements or to check against them from other Mythic plugins.
| [Archetype](/Skills/Conditions/Archetype) | Entity | Matches the player's current archetype |
| [ArchetypeLevel](/Skills/Conditions/ArchetypeLevel) | Entity | Matches the player's current archetype level |
| [HasArchetypesInCategory](/Skills/Conditions/HasArchetypesInCategory) | Entity | Matches if the player has a certain number of archetypes in a category |
| [HasLearnedSpell](/Skills/Conditions/HasLearnedSpell) | Entity | Whether the target player has learned the given spell |
| [HasUnlockedArchetype](/Skills/Conditions/HasUnlockedArchetype) | Entity | Matches if the player has unlocked an archetype, even if it isn't currently active |
| [HasLearnedSpell](/Skills/Conditions/HasLearnedSpell) | Entity | Whether the target player has learned the given spell (optionally at a given level) |
| [HasSpellBound](/Skills/Conditions/HasSpellBound) | Entity | Whether the player has the given spell bound to a hotbar slot |
| [SpellOnCooldown](/Skills/Conditions/SpellOnCooldown) | Entity | Whether the given spell is currently on cooldown for the player |