Potion_Stamina_Lesser
Server/Item/Items/Potion/Potion_Stamina_Lesser.json, 2.3 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Recipe | object |
Interactions | object |
InteractionVars | object |
BlockType | object |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"Parent": "Potion_Template",
"TranslationProperties": {
"Name": "server.items.Potion_Stamina_Lesser.name",
"Description": "server.items.Potion_Stamina_Lesser.description"
},
"Quality": "Common",
"ItemLevel": 2,
"Icon": "Icons/ItemsGenerated/Potion_Stamina_Lesser.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-10
]
},
"Recipe": {
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Potion_Empty_Small",
"Quantity": 1
},
{
"ItemId": "Plant_Flower_Tall_Yellow",
"Quantity": 6
},
{
"ItemId": "Plant_Petals_Storm",
"Quantity": 3
}
],
"BenchRequirement": [
{
"Id": "Alchemybench",
"Type": "Crafting",
"Categories": [
"Alchemy_Potions"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 1
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Root_Secondary_Consume_Potion_Stamina"
},
"InteractionVars": {
"RemoveEffect": {
"Interactions": [
{
"Type": "Simple"
}
]
},
"Effect": {
"Interactions": [
{
"Type": "Serial",
"Interactions": [
{
"Type": "ApplyEffect",
"EffectId": "Potion_Stamina_Instant_Lesser"
},
{
"Type": "ApplyEffect",
"EffectId": "Potion_Stamina_Cooldown"
}
]
}
]
},
"ConsumeSFX": {
"Interactions": [
{
"Type": "Simple",
"RunTime": 0,
"Effects": {
"LocalSoundEventId": "SFX_Health_Potion_Low_Drink",
"ClearSoundEventOnFinish": true
}
}
]
},
"ConsumedSFX": {
"Interactions": [
{
"Type": "Simple"
}
]
}
},
"BlockType": {
"CustomModel": "Items/Consumables/Potions/Potion_Lesser.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Yellow.png",
"Weight": 1
}
],
"BlockParticleSetId": "GlassSmall",
"ParticleColor": "#fdd540",
"Light": {
"Color": "#431"
}
},
"MaxStack": 5,
"DropOnDeath": true
}