Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9.1 / Item / Items / Deco / Deco_Treasure_Pile_Large.json

Deco_Treasure_Pile_Large

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

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Treasure_Pile_Large.name"
  },
  "Categories": [
    "Blocks.Deco"
  ],
  "Set": "Scrap",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Blocks/Dungeons/Treasure_Pile_Large.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Dungeons/Treasure_Pile_Texture.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Dungeons/Treasure_Pile_Texture2.png",
        "Weight": 1
      }
    ],
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Soils"
      }
    },
    "BlockParticleSetId": "Metal",
    "BlockSoundSetId": "Coins",
    "PhysicalMaterialId": "Metal",
    "VariantRotation": "NESW",
    "Material": "Solid",
    "Opacity": "Semitransparent",
    "RandomRotation": "YawStep1",
    "ParticleColor": "#ffb932",
    "Particles": [
      {
        "SystemId": "Block_Gem_Sparks",
        "Color": "#ffce76",
        "TargetEntityPart": "PrimaryItem"
      }
    ],
    "TextureComputedColor": "#CE8422"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.5,
    "Rotation": [
      7,
      43,
      10
    ],
    "Translation": [
      0.352,
      -17
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ]
  },
  "Icon": "Icons/ItemsGenerated/Deco_Scrap_Treasure_Pile_Large.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}