Hytale Asset ReferenceUnofficial
Versions / 0.5.1 / Item / Items / Rubble / Rubble_Stone_Mossy.json

Rubble_Stone_Mossy

Server/Item/Items/Rubble/Rubble_Stone_Mossy.json, 862 B

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
InteractionVarsobject
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rubble_Stone_Mossy.name"
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Stone_Mossy.png",
  "Set": "Rock_Stone",
  "Parent": "Rubble_Stone",
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Rubble_Stone_Mossy"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Blocks/Stone/Rubble_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Rubble/Rubble_Textures/Stone_Mossy.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "ItemId": "Rubble_Stone"
      },
      "Harvest": {
        "ItemId": "Rubble_Stone"
      }
    },
    "ParticleColor": "#677149",
    "TextureComputedColor": "#4C642D"
  },
  "DropOnDeath": true
}