Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.4 / Item / Items / Rubble / Rubble_Chalk_Medium.json

Rubble_Chalk_Medium

Server/Item/Items/Rubble/Rubble_Chalk_Medium.json, 767 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
BlockTypeobject
IconPropertiesobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rubble_Chalk_Medium.name"
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Chalk_Medium.png",
  "Set": "Rock_Chalk",
  "Parent": "Rubble_Stone",
  "BlockType": {
    "CustomModel": "Blocks/Stone/Rubble_Medium.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Chalk.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "ItemId": "Rubble_Chalk"
      },
      "Harvest": {
        "ItemId": "Rubble_Chalk"
      }
    },
    "ParticleColor": "#d0ccc6",
    "TextureComputedColor": "#D5D0C9"
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  }
}