Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Deco / Deco_Trash_Pile_Large.json

Deco_Trash_Pile_Large

Server/Item/Items/Deco/Deco_Trash_Pile_Large.json, 1.3 KB

Fields

FieldType
TranslationPropertiesobject
Setstring
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Trash_Pile_Large.name"
  },
  "Set": "Scrap",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Trash_Pile_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Trash_Pile_Texture.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Dungeons/Trash_Pile_Texture2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Dungeons/Trash_Pile_Texture3.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Container_Trash",
        "IsWeaponBreakable": true
      }
    },
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Trashpile",
    "PhysicalMaterialId": "Dirt",
    "VariantRotation": "NESW",
    "Material": "Solid",
    "Opacity": "Semitransparent",
    "RandomRotation": "YawStep1",
    "ParticleColor": "#9db8b8",
    "TextureComputedColor": "#797B71"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      7,
      43,
      10
    ],
    "Translation": [
      0.352,
      -17
    ]
  },
  "Icon": "Icons/ItemsGenerated/Deco_Scrap_Trash_Pile_Large.png",
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}