Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Interactions / Consumables / Food / FruitVeggie_TierCheck_T1.json

FruitVeggie_TierCheck_T1

Server/Item/Interactions/Consumables/Food/FruitVeggie_TierCheck_T1.json, 272 B

Fields

FieldType
Typestring
EntityEffectIdsarray[2]
Matchstring
Nextobject
Failedobject

Source

{
  "Type": "EffectCondition",
  "EntityEffectIds": [
    "FruitVeggie_Buff_T2",
    "FruitVeggie_Buff_T3"
  ],
  "Match": "None",
  "Next": {
    "Type": "ApplyEffect",
    "EffectId": "FruitVeggie_Buff_T1"
  },
  "Failed": {
    "Type": "Simple",
    "RunTime": 0
  }
}