removed new syntax inconsistency after gitlab update authored by Lxlp's avatar Lxlp
...@@ -40,7 +40,8 @@ Conditions in this section check against the caster or its location. ...@@ -40,7 +40,8 @@ Conditions in this section check against the caster or its location.
``` ```
> In the example above, the globalscore condition will check the caster's global score. > In the example above, the globalscore condition will check the caster's global score.
## ---
#### TargetConditions #### TargetConditions
Conditions in this section check against the [inherited target](/Skills/Metaskills#inheritance) of the metaskill Conditions in this section check against the [inherited target](/Skills/Metaskills#inheritance) of the metaskill
...@@ -56,7 +57,8 @@ Conditions in this section check against the [inherited target](/Skills/Metaskil ...@@ -56,7 +57,8 @@ Conditions in this section check against the [inherited target](/Skills/Metaskil
``` ```
> The example above the globalscore condition will check the inherited target's global score. Since globalscore is an entity condition, it will only work if an entity is targeted. > The example above the globalscore condition will check the inherited target's global score. Since globalscore is an entity condition, it will only work if an entity is targeted.
## ---
#### TriggerConditions #### TriggerConditions
Conditions in this section check against the trigger of the metaskill Conditions in this section check against the trigger of the metaskill
```yaml ```yaml
... ...
......