Potion_Antidote
Server/Item/Items/Potion/Potion_Antidote.json, 2.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
ItemLevel | number |
Categories | array[1] |
PlayerAnimationsId | object |
Icon | string |
Model | string |
Texture | string |
IconProperties | object |
Consumable | boolean |
Interactions | object |
InteractionVars | object |
Recipe | object |
MaxStack | number |
Tags | object |
Light | object |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Potion_Antidote.name",
"Description": "server.items.Potion_Antidote.description"
},
"Quality": "Common",
"ItemLevel": 15,
"Categories": [
"Items.Consumables"
],
"PlayerAnimationsId": {
"Parent": "Item",
"Animations": {
"Consume": {
"FirstPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink_FPS.blockyanim",
"ThirdPerson": "Characters/Animations/Items/Main_Handed/Item/Attacks/Drink/Drink.blockyanim",
"Speed": 1,
"Looping": true
}
}
},
"Icon": "Icons/ItemsGenerated/Weapon_Bomb_Potion_Poison.png",
"Model": "Items/Weapons/Bomb/Potion_Onion.blockymodel",
"Texture": "Items/Weapons/Bomb/Potion_Onion_Poison.png",
"IconProperties": {
"Scale": 0.75,
"Translation": [
-13,
-12
],
"Rotation": [
12.5,
12.5,
315
]
},
"Consumable": true,
"Interactions": {
"Secondary": "Root_Secondary_Consume_Potion"
},
"InteractionVars": {
"Effect": {
"Interactions": [
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Poison_T1",
"Next": {
"Type": "ClearEntityEffect",
"EntityEffectId": "Poison_T2",
"Next": {
"Type": "ClearEntityEffect",
"EntityEffectId": "Poison_T3",
"Next": {
"Type": "ApplyEffect",
"EffectId": "Antidote"
}
}
}
}
]
},
"ConsumeSFX": {
"Interactions": [
{
"Parent": "Consume_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Health_Potion_Low_Drink"
}
}
]
},
"ConsumedSFX": {
"Interactions": [
{
"Parent": "Consumed_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Potion_Drink_Success"
}
}
]
}
},
"Recipe": {
"Input": [
{
"ItemId": "Potion_Empty",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 5
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 2
},
{
"ItemId": "Ingredient_Sac_Venom",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Alchemybench",
"Type": "Crafting",
"Categories": [
"Alchemy_Potions"
]
}
],
"TimeSeconds": 1
},
"MaxStack": 10,
"Tags": {
"Type": [
"Consumable"
]
},
"Light": {
"Radius": 1,
"Color": "#141"
},
"DropOnDeath": true
}