Potion_Regen_Mana_Small
Server/Item/Items/Potion/Potion_Regen_Mana_Small.json, 662 B
Fields
| Field | Type |
|---|---|
Parent | string |
TranslationProperties | object |
Icon | string |
IconProperties | object |
BlockType | object |
Source
{
"Parent": "Decorative_Potion_Template",
"TranslationProperties": {
"Name": "server.items.Potion_Regen_Mana_Small.name"
},
"Icon": "Icons/ItemsGenerated/Potion_Regen_Mana_Small.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-10
]
},
"BlockType": {
"CustomModel": "Items/Consumables/Potions/Potion_Small.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Purple.png",
"Weight": 1
}
],
"ParticleColor": "#6c38bc",
"Light": {
"Color": "#115"
}
}
}