Update Conditions authored by Ethan's avatar Ethan
...@@ -46,6 +46,13 @@ health: ...@@ -46,6 +46,13 @@ health:
| `bar-inactive{m=true}` | `HIDE_WHEN_INACTIVE` | This condition will be false when the bar is inactive. | | `bar-inactive{m=true}` | `HIDE_WHEN_INACTIVE` | This condition will be false when the bar is inactive. |
## Conditions ## Conditions
### Default Parameters
These parameters are included in every condition.
| Parameter | Aliases | Description | Type |
| ------ | ------ | ------ | ------ |
| `match` | `m, default, d` | The operation to compare the `value` parameter to the bar's coefficient. | Boolean`Default = true` |
| Conditions | Description | | Conditions | Description |
| ------ | ----------- | | ------ | ----------- |
| [bar-inactive](Bar-Inactive-Condition) | Used for bar inactivity. | | [bar-inactive](Bar-Inactive-Condition) | Used for bar inactivity. |
... ...
......