Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.2 / Item / Items / Rubble / Rubble_Ice_Medium.json

Rubble_Ice_Medium

Server/Item/Items/Rubble/Rubble_Ice_Medium.json, 1.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Parentstring
InteractionVarsobject
BlockTypeobject
ResourceTypesarray[1]
IconPropertiesobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rubble_Ice_Medium.name",
    "Description": ""
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Ice_Medium.png",
  "Set": "Rock_Ice",
  "Parent": "Rubble_Stone",
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Rubble_Ice"
        }
      ]
    }
  },
  "BlockType": {
    "CustomModel": "Blocks/Stone/Rubble_Medium.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Rubble/Rubble_Textures/Ice.png",
        "Weight": 1
      }
    ],
    "Gathering": {
      "Soft": {
        "ItemId": "Rubble_Ice"
      },
      "Harvest": {
        "ItemId": "Rubble_Ice"
      }
    },
    "BlockParticleSetId": "Ice",
    "BlockSoundSetId": "Ice",
    "PhysicalMaterialId": "Ice",
    "ParticleColor": "#b1dedd",
    "TextureComputedColor": "#B1CEDE"
  },
  "ResourceTypes": [
    {
      "Id": "Ice"
    }
  ],
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      0,
      -13.5
    ]
  },
  "DropOnDeath": true
}