Create criteria/conditional authored by Ashijin's avatar Ashijin
Criteria: Condition
=================
A simple criteria that checks if the player meets the given conditions every so often.
Attributes
----------
| Attribute | Description | Default |
|--------------------|-----------------------------------|-----------|
| CheckInterval | How often the conditions are checked (in ticks) | 20 |
| Sync | Whether the check should run synchronously | false |
Examples
--------
```
SOME_ACHIEVEMENT:
Criteria:
A_CONDITIONAL_CRITERIA:
Type: CONDITIONAL
CheckInterval: 100
Conditions:
- inRegion someRegion
- health{amount=1}
```
\ No newline at end of file