Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 137
    • Issues 137
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
  • Mechanics

Mechanics · Changes

Page history
added stopusingitem mechanic authored Mar 28, 2023 by Phillip's avatar Phillip
Show whitespace changes
Inline Side-by-side
Showing with 39 additions and 37 deletions
+39 -37
  • Skills/Mechanics.md Skills/Mechanics.md +39 -37
  • No files found.
Skills/Mechanics.md
View page @ db9c723b
...@@ -142,6 +142,7 @@ are able to target locations as well. ...@@ -142,6 +142,7 @@ are able to target locations as well.
| [Speak][] | Causes the mob to speak in chat, with options for speech bubbles | | [Speak][] | Causes the mob to speak in chat, with options for speech bubbles |
| [Spring][] | Creates a temporary spring of liquid at the target | | [Spring][] | Creates a temporary spring of liquid at the target |
| [Stun][] | Stuns the target entity | | [Stun][] | Stuns the target entity |
| [StopUsingItem][] | Stops the targeted entity from using an item |
| [Suicide][] | Causes the caster to die | | [Suicide][] | Causes the caster to die |
| [Summon][] | Summons other mobs at the target | | [Summon][] | Summons other mobs at the target |
| [Swap][] | Swaps locations with the target | | [Swap][] | Swaps locations with the target |
...@@ -176,7 +177,7 @@ to call other skills. If you specify a target, all other skills called ...@@ -176,7 +177,7 @@ to call other skills. If you specify a target, all other skills called
by these will "inherit" the targets (if applicable). by these will "inherit" the targets (if applicable).
| Mechanic | Description | | Mechanic | Description |
|----------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------| |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|
| **[Skill][]** | Executes a meta-skill. The butter for your bread. | | **[Skill][]** | Executes a meta-skill. The butter for your bread. |
| [Aura][] | Applies an aura to the targeted entity, allowing for skills to be run onStart/onTick/onEnd/Etc which all originate from the target. | | [Aura][] | Applies an aura to the targeted entity, allowing for skills to be run onStart/onTick/onEnd/Etc which all originate from the target. |
| [CancelEvent][] | Cancel the Event that triggered the current skill-tree. Only works for certain triggers. | | [CancelEvent][] | Cancel the Event that triggered the current skill-tree. Only works for certain triggers. |
...@@ -209,7 +210,7 @@ by these will "inherit" the targets (if applicable). ...@@ -209,7 +210,7 @@ by these will "inherit" the targets (if applicable).
| [VariableAdd][] | Adds an amount to a numeric variable | | [VariableAdd][] | Adds an amount to a numeric variable |
| [VariableMath][] | Performs math on a numeric variable | | [VariableMath][] | Performs math on a numeric variable |
| [SetVariable][] | Sets the value of a variable | | [SetVariable][] | Sets the value of a variable |
| [SetVariableLocation][]| Sets a variable to the target location | | [SetVariableLocation][] | Sets a variable to the target location |
| [VariableUnset][] | Unsets the variable | | [VariableUnset][] | Unsets the variable |
| [VariableSubtract][] | Subtracts an amount from a numeric variable | | [VariableSubtract][] | Subtracts an amount from a numeric variable |
...@@ -358,6 +359,7 @@ but not yet ready for use. ...@@ -358,6 +359,7 @@ but not yet ready for use.
[Signal]: /skills/mechanics/signal [Signal]: /skills/mechanics/signal
[Speak]: /skills/mechanics/speak [Speak]: /skills/mechanics/speak
[Spring]: /skills/mechanics/spring [Spring]: /skills/mechanics/spring
[StopUsingItem]: /skills/mechanics/stopusingitem
[Stun]: /skills/mechanics/stun [Stun]: /skills/mechanics/stun
[Suicide]: /skills/mechanics/suicide [Suicide]: /skills/mechanics/suicide
[Summon]: /skills/mechanics/summon [Summon]: /skills/mechanics/summon
......
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
Mobs
  • Mob Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drop Types
Spawning
  • Spawners
  • Random Spawns
Examples