Condition_Consume_Potion_Morph
Server/Item/Interactions/Consumables/Condition_Consume_Potion_Morph.json, 365 B
Fields
| Field | Type |
|---|---|
Type | string |
RequiredGameMode | string |
Crouching | boolean |
Next | object |
Failed | string |
Source
{
"Type": "Condition",
"RequiredGameMode": "Adventure",
"Crouching": false,
"Next": {
"Type": "EffectCondition",
"EntityEffectIds": [
"Potion_Morph_Dog",
"Potion_Morph_Frog",
"Potion_Morph_Pigeon",
"Potion_Morph_Mouse"
],
"Match": "None",
"Next": "Consume_Charge_Potion_Fast"
},
"Failed": "Block_Secondary"
}