Decorative_Potion_Template
Server/Item/Items/Potion/Decorative_Potion_Template.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Quality | string |
PlayerAnimationsId | object |
Categories | array[1] |
Icon | string |
IconProperties | object |
Interactions | object |
Utility | object |
BlockType | object |
Tags | object |
Scale | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Decorative_Potion_Template.name"
},
"Quality": "Template",
"PlayerAnimationsId": {
"Parent": "Item"
},
"Categories": [
"Items.Potions"
],
"Icon": "Icons/ItemsGenerated/Decorative_Potion_Template.png",
"IconProperties": {
"Scale": 0.9,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-9
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Utility": {
"Compatible": false
},
"BlockType": {
"InteractionHint": "server.interactionHints.pickup",
"BlockSoundSetId": "Glass",
"PhysicalMaterialId": "Glass",
"CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Pink.png",
"Weight": 1
}
],
"CustomModelScale": 0.5,
"DrawType": "Model",
"Flags": {
"IsUsable": true
},
"Gathering": {
"Soft": {},
"Harvest": {}
},
"HitboxType": "Potion",
"Material": "Empty",
"RandomRotation": "YawStep1",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockParticleSetId": "Glass",
"ParticleColor": "#ff3730",
"Light": {
"Color": "#522"
},
"TextureComputedColor": "#A7B6C5"
},
"Tags": {
"Type": [
"Potion"
]
},
"Scale": 2
}