Potion_Stamina_Greater
Server/Item/Items/Potion/Potion_Stamina_Greater.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_Greater.name",
"Description": "server.items.Potion_Stamina_Greater.description"
},
"Quality": "Uncommon",
"ItemLevel": 13,
"Icon": "Icons/ItemsGenerated/Potion_Stamina_Greater.png",
"IconProperties": {
"Scale": 0.9,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-9
]
},
"Recipe": {
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Potion_Stamina",
"Quantity": 1
},
{
"ItemId": "Plant_Crop_Stamina3",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Alchemybench",
"Type": "Crafting",
"Categories": [
"Alchemy_Potions"
],
"RequiredTierLevel": 4
}
],
"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_Greater"
},
{
"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.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Yellow.png",
"Weight": 1
}
],
"BlockParticleSetId": "GlassMagic",
"ParticleColor": "#fdd540",
"Light": {
"Color": "#431"
},
"TextureComputedColor": "#BCC696"
},
"MaxStack": 10,
"DropOnDeath": true
}