Changes
Page history
added ModifyDamage mechanic
authored
Dec 25, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Mechanics.md
View page @
07d3f3a4
...
@@ -76,7 +76,7 @@ are able to target locations as well.
...
@@ -76,7 +76,7 @@ are able to target locations as well.
|
[
Heal
][]
| Heals the target |
|
[
Heal
][]
| Heals the target |
|
[
HealPercent
][]
| Heals the target for a percentage of its max-health |
|
[
HealPercent
][]
| Heals the target for a percentage of its max-health |
|
[
Hide
][]
| Hides the caster from the targeted player(s) for a set duration. |
|
[
Hide
][]
| Hides the caster from the targeted player(s) for a set duration. |
|
[
Hit
][]
| Simulates a physical hit from the mob.
Takes melee damage and weapon damage into account.
|
|
[
Hit
][]
| Simulates a physical hit from the mob.
|
|
[
Hologram
][]
| Summons a hologram to the targeted location |
|
[
Hologram
][]
| Summons a hologram to the targeted location |
|
[
Ignite
][]
| Sets the target on fire |
|
[
Ignite
][]
| Sets the target on fire |
|
[
JSONMessage
][]
| Sends a JSON-format message to the target player(s) |
|
[
JSONMessage
][]
| Sends a JSON-format message to the target player(s) |
...
@@ -86,6 +86,7 @@ are able to target locations as well.
...
@@ -86,6 +86,7 @@ are able to target locations as well.
|
[
Look
][]
| Causes the caster to look at the target |
|
[
Look
][]
| Causes the caster to look at the target |
|
[
Lunge
][]
| Causes the caster to lunge forward at the target |
|
[
Lunge
][]
| Causes the caster to lunge forward at the target |
|
[
Message
][]
| Sends a message to the target player(s) |
|
[
Message
][]
| Sends a message to the target player(s) |
|
[
ModifyDamage
][]
| Modifies the damage event that triggered the skill |
|
[
ModifyGlobalScore
][]
| Modifies a scoreboard value of the fake player:
\_\_
GLOBAL
\_\_
|
|
[
ModifyGlobalScore
][]
| Modifies a scoreboard value of the fake player:
\_\_
GLOBAL
\_\_
|
|
[
ModifyTargetScore
][]
| Modifies a scoreboard value of the target |
|
[
ModifyTargetScore
][]
| Modifies a scoreboard value of the target |
|
[
ModifyMobScore
][]
| Modifies a scoreboard value of the casting mob |
|
[
ModifyMobScore
][]
| Modifies a scoreboard value of the casting mob |
...
@@ -365,6 +366,7 @@ but not yet ready for use.
...
@@ -365,6 +366,7 @@ but not yet ready for use.
[
Look
]:
/skills/mechanics/look
[
Look
]:
/skills/mechanics/look
[
Lunge
]:
/skills/mechanics/lunge
[
Lunge
]:
/skills/mechanics/lunge
[
Message
]:
/skills/mechanics/message
[
Message
]:
/skills/mechanics/message
[
ModifyDamage
]:
/skills/mechanics/ModifyDamage
[
ModifyGlobalScore
]:
/skills/mechanics/modifyglobalscore
[
ModifyGlobalScore
]:
/skills/mechanics/modifyglobalscore
[
ModifyTargetScore
]:
/skills/mechanics/modifytargetscore
[
ModifyTargetScore
]:
/skills/mechanics/modifytargetscore
[
ModifyMobScore
]:
/skills/mechanics/modifymobscore
[
ModifyMobScore
]:
/skills/mechanics/modifymobscore
...
...
...
...