Stat_Check
Server/Item/Interactions/Consumables/Stat_Check.json, 140 B
Fields
| Field | Type |
|---|---|
Type | string |
Costs | object |
ValueType | string |
LessThan | boolean |
Next | string |
Source
{
"Type": "StatsCondition",
"Costs": {
"Health": 100
},
"ValueType": "Percent",
"LessThan": true,
"Next": "Consume_Charge"
}