Update Conditions authored by SharkGirl kunjang's avatar SharkGirl kunjang
...@@ -87,7 +87,7 @@ Condition Actions allow you to do additional things based off of conditions. The ...@@ -87,7 +87,7 @@ Condition Actions allow you to do additional things based off of conditions. The
| Action | Description | | Action | Description |
|----------------------------|----------------------------------------------------------------------------| |----------------------------|----------------------------------------------------------------------------|
| **required** (or **true**) | The condition is required for the skill to run. | | **required** (or **true**) | The condition is required for the skill to run. |
| **cancel** (or **false**) | The skill will not run if this condition is met. | | **cancel** (or **false**) | The skill will not run if this condition is met. | **Level** | |
| **power [multiplier]** | Modifies the skill's power (e.i. power 2.0 would double the skill's power) | | **power [multiplier]** | Modifies the skill's power (e.i. power 2.0 would double the skill's power) |
| **cast [skill]** | Casts an additional skill if the condition is met. | | **cast [skill]** | Casts an additional skill if the condition is met. |
| **castinstead [skill]** | Casts a different skill instead if the condition is met. | | **castinstead [skill]** | Casts a different skill instead if the condition is met. |
... ...
......