Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Deco / Deco_Coral_Shell.json

Deco_Coral_Shell

Server/Item/Items/Deco/Deco_Coral_Shell.json, 955 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Coral_Shell.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Coral_Shell.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Water/Shell.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Water/Shell_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "SeaLife",
    "HitboxType": "Plant_Large",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#AD6E5F"
  },
  "PlayerAnimationsId": "Block",
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Coral"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}