Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.9 / Item / Items / Rubble / Rubble_Basalt.json

Rubble_Basalt

Server/Item/Items/Rubble/Rubble_Basalt.json, 845 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
InteractionVarsobject
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rubble_Basalt.name"
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Basalt.png",
  "Set": "Rock_Basalt",
  "Parent": "Rubble_Stone",
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Rubble_Basalt"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Blocks/Stone/Rubble_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Rubble/Rubble_Textures/Basalt.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "ItemId": "Rubble_Basalt"
      },
      "Harvest": {
        "ItemId": "Rubble_Basalt"
      }
    },
    "ParticleColor": "#636045",
    "TextureComputedColor": "#3B3927"
  },
  "DropOnDeath": true
}