Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Deco / Deco_Coral_Shell_Urchin.json

Deco_Coral_Shell_Urchin

Server/Item/Items/Deco/Deco_Coral_Shell_Urchin.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Coral_Shell_Urchin.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Coral_Shell_Urchin.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Water/Urchin.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Water/Urchin_Textures/Brown.png",
        "Weight": 3
      },
      {
        "Texture": "Blocks/Foliage/Water/Urchin_Textures/Green.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Water/Urchin_Textures/Purple.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Water/Urchin_Textures/Yellow.png",
        "Weight": 1
      }
    ],
    "Group": "SeaLife",
    "HitboxType": "Plant_Large",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#B77A65"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 1.38,
    "Translation": [
      -0.5,
      -2.3
    ],
    "Rotation": [
      45,
      336.56,
      13.685
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Coral"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}