Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.8.1 / Item / Items / Plant / Plant_Coral_Model_Dead3.json

Plant_Coral_Model_Dead3

Server/Item/Items/Plant/Plant_Coral_Model_Dead3.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Coral_Model_Dead3.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Coral_Model_Dead3.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Water/Coral_Medium_Orange.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Water/Coral_Medium_Orange_Dead_Texture.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {}
    },
    "BlockParticleSetId": "Dust",
    "BlockSoundSetId": "Bush",
    "PhysicalMaterialId": "Foliage",
    "ParticleColor": "#ecd9d3",
    "TextureComputedColor": "#D9CEC9"
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Coral"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  }
}