Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.7 / Item / Items / Rubble / Rubble_Quartzite_Medium.json

Rubble_Quartzite_Medium

Server/Item/Items/Rubble/Rubble_Quartzite_Medium.json, 886 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Setstring
InteractionVarsobject
BlockTypeobject
Iconstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rubble_Quartzite_Medium.name"
  },
  "Parent": "Rubble_Stone",
  "Set": "Rock_Quartzite",
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Rubble_Quartzite"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Blocks/Stone/Rubble_Medium_03.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Rubble/Rubble_Textures/Quartzite.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "DropList": "Rubble_Quartzite"
      },
      "Harvest": {
        "ItemId": "Rubble_Quartzite"
      }
    },
    "ParticleColor": "#677149",
    "TextureComputedColor": "#948351"
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Quartzite_Medium.png",
  "DropOnDeath": true
}