Update Bar Progress Condition authored by Ethan's avatar Ethan
...@@ -7,9 +7,9 @@ Uses the bar progress to make a condition. ...@@ -7,9 +7,9 @@ Uses the bar progress to make a condition.
## Parameters ## Parameters
[You can view all global parameters here.](Condition-Parameters) [You can view all global parameters here.](Condition-Parameters)
| Parameter | Aliases | Description | Type | | Parameter | Aliases | Description | Type | Default Value |
| ------ | ------ | ------ | ------ | | ------ | ------ | ------ | ------ | ------ |
| `value` | `v` | The value to compare with the bar's coefficient. Takes a decimal like 0.5 which would be equivalent to 50%. | `Number` | | `value` | `v` | The value to compare with the bar's coefficient. Takes a decimal like 0.5 which would be equivalent to 50%. | `Number` | Required |
## Examples ## Examples
``` ```
... ...
......