Potion_Health_Greater
Server/Item/Items/Potion/Potion_Health_Greater.json, 2.9 KB
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Quality | string |
ItemLevel | number |
Icon | string |
IconProperties | object |
Recipe | object |
InteractionVars | object |
BlockType | object |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"Parent": "Potion_Template",
"TranslationProperties": {
"Name": "server.items.Potion_Health_Greater.name",
"Description": "server.items.Potion_Health_Greater.description"
},
"Quality": "Uncommon",
"ItemLevel": 12,
"Icon": "Icons/ItemsGenerated/Potion_Health_Greater.png",
"IconProperties": {
"Scale": 0.9,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-9
]
},
"Recipe": {
"KnowledgeRequired": false,
"Input": [
{
"ItemId": "Potion_Health",
"Quantity": 1
},
{
"ItemId": "Plant_Crop_Health3",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Alchemybench",
"Type": "Crafting",
"Categories": [
"Alchemy_Potions"
],
"RequiredTierLevel": 4
}
],
"OutputQuantity": 1,
"TimeSeconds": 1
},
"InteractionVars": {
"RemoveEffect": {
"Interactions": [
{
"Type": "Simple"
}
]
},
"Effect": {
"Interactions": [
{
"Type": "EffectCondition",
"EntityEffectIds": [
"Potion_Health_Regen_Large"
],
"Match": "None",
"Next": {
"Type": "Serial",
"Interactions": [
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Potion_Health_Regen_Lesser"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Potion_Health_Regen_Small"
},
{
"Type": "ClearEntityEffect",
"EntityEffectId": "Potion_Health_Regen"
},
{
"Type": "ApplyEffect",
"EffectId": "Potion_Health_Instant_Greater"
},
{
"Type": "ApplyEffect",
"EffectId": "Potion_Health_Regen_Greater"
}
]
},
"Failed": {
"Type": "Simple"
}
}
]
},
"ConsumeSFX": {
"Interactions": [
{
"Parent": "Consume_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Health_Potion_Low_Drink"
}
}
]
},
"ConsumedSFX": {
"Interactions": [
{
"Parent": "Consumed_SFX",
"Effects": {
"LocalSoundEventId": "SFX_Potion_Drink_Success"
}
}
]
}
},
"BlockType": {
"CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Red.png",
"Weight": 1
}
],
"BlockParticleSetId": "GlassMagic",
"ParticleColor": "#ff3730",
"Light": {
"Color": "#522"
},
"TextureComputedColor": "#A7A6A4"
},
"MaxStack": 10,
"DropOnDeath": true
}