Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Deco / Deco_Trash.json

Deco_Trash

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

Fields

FieldType
TranslationPropertiesobject
Setstring
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
Iconstring
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Trash.name"
  },
  "Set": "Scrap",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Trash_Object.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Trash_Object_Texture.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Dungeons/Trash_Object_Texture2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Dungeons/Trash_Object_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",
    "HitboxType": "Plant_Medium",
    "TextureComputedColor": "#89918C"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      -2,
      -12
    ],
    "Rotation": [
      339,
      192,
      356
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Deco_Scrap_Trash.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}