Hytale Asset ReferenceUnofficial
Versions / 0.5.4 / Item / Items / Plant / Plant_Coral_Giant_Dead.json

Plant_Coral_Giant_Dead

Server/Item/Items/Plant/Plant_Coral_Giant_Dead.json, 1.2 KB

Fields

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

Source

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