Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Metal / Copper / Metal_Copper.json

Metal_Copper

Server/Item/Items/Metal/Copper/Metal_Copper.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Metal_Copper.name"
  },
  "ItemLevel": 10,
  "Quality": "Common",
  "MaxStack": 50,
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Copper",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Metal",
    "HitboxType": "Full",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "Textures": [
      {
        "Weight": 1,
        "All": "BlockTextures/Metal_Copper.png"
      },
      {
        "Weight": 1,
        "All": "BlockTextures/Metal_Copper02.png"
      }
    ],
    "ParticleColor": "#de6e37",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "TransitionToGroups": [
      "Stone",
      "Sand",
      "Wood",
      "Mud",
      "Dirt"
    ],
    "CubeShadingMode": "Standard",
    "TextureComputedColor": "#CD6C34"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Sand"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Metal_Copper.png",
  "ItemSoundSetId": "ISS_Items_Metal"
}