Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.6 / Item / Items / Rubble / Rubble_Aqua.json

Rubble_Aqua

Server/Item/Items/Rubble/Rubble_Aqua.json, 821 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Setstring
InteractionVarsobject
BlockTypeobject
Iconstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rubble_Aqua.name"
  },
  "Parent": "Rubble_Stone",
  "Set": "Rock_Aqua",
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Rubble_Aqua"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Blocks/Stone/Rubble_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "BlockTextures/Rock_Aqua.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "ItemId": "Rubble_Aqua"
      },
      "Harvest": {
        "ItemId": "Rubble_Aqua"
      }
    },
    "ParticleColor": "#1a4e49",
    "TextureComputedColor": "#294E48"
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Aqua.png",
  "DropOnDeath": true
}