Update Mechanics authored by SharkGirl kunjang's avatar SharkGirl kunjang
......@@ -42,7 +42,8 @@ are able to target locations as well.
| [Currency Take][] | Take money from a player. Requires Vault and a currency plugin |
| [Damage][] | Damages the target for an amount |
| [Base Damage][] | Damages the target for a percent of the mob's damage stat |
| [Percent Damage][] | Damages the target for a percent of their health |
| [Damage Percent][] | Damages the target for a percent of their health |
| [Disguise As Block][] | |
| [Decapitate][] | Drops a player head item based on target |
| [Doppleganger][] | Copies the appearance of the target player |
| [Drop Item][] | Drops an item or droptable at the target location |
......@@ -50,7 +51,7 @@ are able to target locations as well.
| [Equip][] | Causes the casting mob to equip an item |
| [Explosion][] | Causes an explosion |
| [Extinguish][] | Removes fire ticks from the target entity |
| [fawePaste][] | Pastes a Schematic using FAWE (Fast Async World Edit) |
| [Fawe Paste][] | Pastes a Schematic using FAWE (Fast Async World Edit) |
| [Feed][] | Feeds the target player |
| [Fill Chest][] | Fills a chest with items, or a droptable |
| [Fly][] | Applies an [aura][] that allows the target to fly |
......@@ -59,8 +60,10 @@ are able to target locations as well.
| [Glow][] | Makes the target glow |
| [Give Item][] | Gives an item to the target |
| [Give Item From Target][] | Gives an item to the caster from the target |
| [Give Item From Slot][] | |
| [Heal][] | Heals the target |
| [Heal Percent][] | Heals the target for a percentage of its max-health |
| [Hide From Players][] | Hides the caster, if the caster is a player, from other players for a set duration. |
| [Ignite][] | Sets the target on fire |
| [JSON Message][] | Sends a JSON-format message to the target player(s) |
| [Jump][] | Causes the caster to jump |
......@@ -136,7 +139,8 @@ are able to target locations as well.
| [Threat][] | Modifies the mob's threat towards the target |
| [Throw][] | Throws the target entity |
| [Toggle Lever][] | Toggles a lever at the target location |
| [Toggle Sitting][] | Toggles the sitting state for cats, dogs, foxes, and parrots |
| [Toggle Sitting][] | Toggles the sitting state for cats, dogs, foxes, and parrots. |
| [Track Location][] | Saves the target's location |
| [Velocity][] | Modifies the velocity of the target entity(s) |
| [Weather][] | Modifies the weather in the target world |
| [WolfSit][] | Forces a targeted wolf to sit. |
......@@ -168,9 +172,10 @@ by these will "inherit" the targets (if applicable).
| [Global Cooldown][] | Sets the caster's Global Cooldown timer |
| [Missile][] | Fires a homing projectile towards the target. |
| [Modify Projectile][] | Modifying the projectile / missile / orbital |
| [onAttack][] | Applies an [aura][] to the target that triggers skills when they attack |
| [onDamaged][] | Applies an [aura][] to the target that triggers skills when they take damage |
| [onShoot][] | Applies an [aura][] to the target that triggers skills when they shoot a bow |
| [On Attack][] | Applies an [aura][] to the target that triggers skills when they attack |
| [On Damaged][] | Applies an [aura][] to the target that triggers skills when they take damage |
| [On Shoot][] | Applies an [aura][] to the target that triggers skills when they shoot a bow |
| [On Block Break][] | Applies an [aura][] to the target that triggers skills when they bresks a block |
| [Orbital][] | Applies an [aura][] that causes a projectile to orbit around the target |
| [Projectile][] | Fires a highly-customizable projectile towards the target |
| [Shoot][] | Shoots a item-projectile at the target, similar to arrows/eggs/snowballs. |
......@@ -232,7 +237,7 @@ but not yet ready for use.
[Currency Take]: /skills/mechanics/currencytake
[Damage]: /skills/mechanics/damage
[Base Damage]: /skills/mechanics/basedamage
[Percent Damage]: /skills/mechanics/percentdamage
[Damage Percent]: /skills/mechanics/percentdamage
[Decapitate]: /skills/mechanics/decapitate
[Doppleganger]: /skills/mechanics/doppleganger
[Drop Item]: /skills/mechanics/dropitem
......@@ -240,7 +245,7 @@ but not yet ready for use.
[Equip]: /skills/mechanics/equip
[Explosion]: /skills/mechanics/explosion
[Extinguish]: /skills/mechanics/extinguish
[fawePaste]: /fawePaste
[Fawe Paste]: /fawePaste
[Feed]: /skills/mechanics/feed
[Fill Chest]: /skills/mechanics/fillChest
[Fly]: /skills/mechanics/fly
......@@ -341,9 +346,9 @@ but not yet ready for use.
[Global Cooldown]: /skills/mechanics/globalcooldown
[Missile]: /skills/mechanics/missile
[Modify Projectile]: /skills/mechanics/modifyprojectile
[onAttack]: /skills/mechanics/onattack
[onDamaged]: /skills/mechanics/ondamaged
[onShoot]: /skills/mechanics/onshoot
[On Attack]: /skills/mechanics/onattack
[On Damaged]: /skills/mechanics/ondamaged
[On Shoot]: /skills/mechanics/onshoot
[Orbital]: /skills/mechanics/orbital
[Projectile]: /skills/mechanics/projectile
[Shoot]: /skills/mechanics/shoot
......@@ -358,3 +363,8 @@ but not yet ready for use.
[Variable Subtract]: /skills/mechanics/variablesubtract
[Swap]: /skills/mechanics/swap
[Time]: /skills/mechanics/time
[Hide From Players]: /skills/mechanics/hidefromplayers
[Track Location]: /skills/mechanics/tracklocation
[Disguise As Block]: /skills/mechanics/disguiseasblock
[Give Item From Slot]: /skills/mechanics/giveitemfromslot
[On Block Break]: /skills/mechanics/onblockbreak
\ No newline at end of file