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