Plant_Petals_Azure
Server/Item/Items/Plant/Petals/Plant_Petals_Azure.json, 745 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Petals_Azure.name",
"Description": "server.items.Plant_Petals_Azure.description"
},
"Parent": "Plant_Petals_White",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Resources/Plants/Petal_Textures/Azure.png",
"Weight": 1
}
],
"ParticleColor": "#60afff",
"Light": {
"Color": "#441"
},
"Particles": [
{
"SystemId": "Plant_Mana_Tier1"
}
],
"TextureComputedColor": "#398FB7"
},
"Icon": "Icons/ItemsGenerated/Plant_Petals_Azure.png",
"IconProperties": {
"Scale": 0.8,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
2,
-1
]
}
}