Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Plant / Petals / Plant_Petals_Storm.json

Plant_Petals_Storm

Server/Item/Items/Plant/Petals/Plant_Petals_Storm.json, 748 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
BlockTypeobject
Iconstring
IconPropertiesobject

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"
      }
    ],
    "TextureComputedColor": "#D2A029"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Petals_Storm.png",
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      2,
      -1
    ]
  }
}