Changes
Page history
added switch-case to the wiki
authored
May 31, 2022
by
Phillip
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics.md
View page @
1dccec1d
...
@@ -195,6 +195,7 @@ by these will "inherit" the targets (if applicable).
...
@@ -195,6 +195,7 @@ by these will "inherit" the targets (if applicable).
|
[
Shoot
][]
| Shoots a item-projectile at the target, similar to arrows/eggs/snowballs. |
|
[
Shoot
][]
| Shoots a item-projectile at the target, similar to arrows/eggs/snowballs. |
|
[
Volley
][]
| Shoots a volley of projectile-items at the target with various options |
|
[
Volley
][]
| Shoots a volley of projectile-items at the target with various options |
|
[
SudoSkill
][]
| Makes the target execute a skill |
|
[
SudoSkill
][]
| Makes the target execute a skill |
|
[
Switch-Case
][]
| Acts as a switch/case |
|
[
RandomSkill
][]
| Executes a random skill from a list |
|
[
RandomSkill
][]
| Executes a random skill from a list |
|
[
Totem
][]
| Creates a static "totem" at a location that can execute other skills |
|
[
Totem
][]
| Creates a static "totem" at a location that can execute other skills |
|
[
VariableAdd
][]
| Adds an amount to a numeric variable |
|
[
VariableAdd
][]
| Adds an amount to a numeric variable |
...
@@ -399,4 +400,5 @@ but not yet ready for use.
...
@@ -399,4 +400,5 @@ but not yet ready for use.
[
OnInteract
]:
/skills/mechanics/oninteract
[
OnInteract
]:
/skills/mechanics/oninteract
[
OnJump
]:
/skills/mechanics/onjump
[
OnJump
]:
/skills/mechanics/onjump
[
OnDeath
]:
/skills/mechanics/ondeath
[
OnDeath
]:
/skills/mechanics/ondeath
[
ShieldBreak
]:
/skills/mechanics/shieldbreak
[
ShieldBreak
]:
/skills/mechanics/shieldbreak
\ No newline at end of file
[
Switch-Case
]:
/skills/mechanics/switch-case
\ No newline at end of file