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