Update chance authored by Lxlp's avatar Lxlp
...@@ -9,10 +9,8 @@ ...@@ -9,10 +9,8 @@
|-----------|-------------|-------------------------------------------------------------------------------------------------|---------| |-----------|-------------|-------------------------------------------------------------------------------------------------|---------|
| chance | | The floating value which denotes the chance. It can range between 0 and 1, with 0 being a 0% chance and 1 being a 100% chance| 0 | | chance | | The floating value which denotes the chance. It can range between 0 and 1, with 0 being a 0% chance and 1 being a 100% chance| 0 |
Examples
--- ---
**Examples**
In this example, the metaskill will be executed only 30% of the times it has been triggered, on average. In this example, the metaskill will be executed only 30% of the times it has been triggered, on average.
```yml ```yml
Conditions: Conditions:
...@@ -23,4 +21,4 @@ In this other example, the metaskill will be instead triggered 70% of the times ...@@ -23,4 +21,4 @@ In this other example, the metaskill will be instead triggered 70% of the times
```yml ```yml
Conditions: Conditions:
- chance{chance=0.3} false - chance{chance=0.3} false
``` ```
\ No newline at end of file