Potion_Regen_Health
Server/Item/Items/Potion/Potion_Regen_Health.json, 536 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
BlockType | object |
Source
{
"Parent": "Decorative_Potion_Template",
"TranslationProperties": {
"Name": "server.items.Potion_Regen_Health.name"
},
"Icon": "Icons/ItemsGenerated/Potion_Regen_Health.png",
"BlockType": {
"CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Pink.png",
"Weight": 1
}
],
"ParticleColor": "#f977be",
"Light": {
"Color": "#414"
},
"TextureComputedColor": "#A7B6C5"
}
}