Changes
Page history
forgot this
authored
Jun 01, 2026
by
Taiyou06
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics.md
View page @
47b24c23
...
@@ -333,6 +333,11 @@ by these will "inherit" the targets (if applicable).
...
@@ -333,6 +333,11 @@ by these will "inherit" the targets (if applicable).
|
[
VariableSubtract
][]
| Subtracts an amount from a numeric variable |
|
[
VariableSubtract
][]
| Subtracts an amount from a numeric variable |
|
[
VariableMove
][]
| Moves an already created variable across names and/or registries |
|
[
VariableMove
][]
| Moves an already created variable across names and/or registries |
|
[
Wait
][]
| Puts the metaskill on hold until a set of conditions is met |
|
[
Wait
][]
| Puts the metaskill on hold until a set of conditions is met |
|
[
CinematicCamera
][]
| Plays a cinematic camera path for the target player |
|
[
CinematicCancel
][]
| Cancels an active cinematic for the target player |
|
[
CloseDialog
][]
| Closes any open dialog for the target player |
|
[
OnKeyPress
][]
| Applies an aura that triggers a skill when the player presses a key |
|
[
OnKeyRelease
][]
| Applies an aura that triggers a skill when the player releases a key |
# Universal Attributes
# Universal Attributes
...
@@ -686,4 +691,9 @@ but not yet ready for use.
...
@@ -686,4 +691,9 @@ but not yet ready for use.
[
OnJump
]:
/skills/mechanics/onjump
[
OnJump
]:
/skills/mechanics/onjump
[
OnDeath
]:
/skills/mechanics/ondeath
[
OnDeath
]:
/skills/mechanics/ondeath
[
Switch
]:
/skills/mechanics/Switch
[
Switch
]:
/skills/mechanics/Switch
[
Wait
]:
/skills/mechanics/Wait
[
Wait
]:
/skills/mechanics/Wait
\ No newline at end of file
[
CinematicCamera
]:
/skills/mechanics/CinematicCamera
[
CinematicCancel
]:
/skills/mechanics/CinematicCancel
[
CloseDialog
]:
/skills/mechanics/CloseDialog
[
OnKeyPress
]:
/skills/mechanics/OnKeyPress
[
OnKeyRelease
]:
/skills/mechanics/OnKeyRelease
\ No newline at end of file