FruitVeggie_TierCheck_T2
Server/Item/Interactions/Consumables/Food/FruitVeggie_TierCheck_T2.json, 421 B
Fields
| Field | Type |
|---|---|
Type | string |
EntityEffectIds | array[1] |
Match | string |
Next | object |
Failed | object |
Source
{
"Type": "EffectCondition",
"EntityEffectIds": [
"FruitVeggie_Buff_T3"
],
"Match": "None",
"Next": {
"Type": "Serial",
"Interactions": [
{
"Type": "ClearEntityEffect",
"EntityEffectId": "FruitVeggie_Buff_T1"
},
{
"Type": "ApplyEffect",
"EffectId": "FruitVeggie_Buff_T2"
}
]
},
"Failed": {
"Type": "Simple",
"RunTime": 0
}
}