Potion_Mana_Large
Server/Item/Items/Potion/Potion_Mana_Large.json, 563 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
BlockType | object |
Source
{
"Parent": "Decorative_Potion_Template",
"TranslationProperties": {
"Name": "server.items.Potion_Mana_Large.name"
},
"Icon": "Icons/ItemsGenerated/Potion_Mana_Large.png",
"BlockType": {
"CustomModel": "Items/Consumables/Potions/Potion_Large.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Blue.png",
"Weight": 1
}
],
"ParticleColor": "#35c1f1",
"Light": {
"Color": "#115"
},
"DrawType": "Model",
"TextureComputedColor": "#7EB3C3"
}
}