Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Metal / Bronze / Metal_Bronze_Decorative.json

Metal_Bronze_Decorative

Server/Item/Items/Metal/Bronze/Metal_Bronze_Decorative.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_Bronze_Decorative.name"
  },
  "ItemLevel": 10,
  "Quality": "Common",
  "MaxStack": 50,
  "Categories": [
    "Blocks.Metal"
  ],
  "Set": "Metal_Bronze",
  "PlayerAnimationsId": "Block",
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Metal",
    "HitboxType": "Full",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Metal",
    "Textures": [
      {
        "Weight": 1,
        "UpDown": "BlockTextures/Metal_Bronze_Decorative_Top.png",
        "Sides": "BlockTextures/Metal_Bronze_Decorative.png"
      }
    ],
    "ParticleColor": "#f7b25b",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "TransitionToGroups": [
      "Stone",
      "Sand",
      "Wood",
      "Mud",
      "Dirt"
    ],
    "CubeShadingMode": "Standard",
    "VariantRotation": "Pipe",
    "TextureComputedColor": "#C08D45"
  },
  "Tags": {
    "Type": [
      "Soil"
    ],
    "Family": [
      "Sand"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "Icon": "Icons/ItemsGenerated/Metal_Bronze_Decorative.png",
  "ItemSoundSetId": "ISS_Items_Metal"
}