Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Rubble / Rubble_Stone.json

Rubble_Stone

Server/Item/Items/Rubble/Rubble_Stone.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Setstring
Categoriesarray[1]
Interactionsobject
InteractionVarsobject
BlockTypeobject
ResourceTypesarray[1]
PlayerAnimationsIdstring
Tagsobject
MaxStacknumber
ItemSoundSetIdstring
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rubble_Stone.name",
    "Description": "server.items.Rubble_Stone.description"
  },
  "Icon": "Icons/ItemsGenerated/Rubble_Stone.png",
  "Set": "Rock_Stone",
  "Categories": [
    "Blocks.Rocks"
  ],
  "Interactions": {
    "Secondary": {
      "Interactions": [
        {
          "Type": "Condition",
          "RequiredGameMode": "Adventure",
          "Crouching": false,
          "Next": "Item_Throw",
          "Failed": "Block_Secondary"
        }
      ]
    }
  },
  "InteractionVars": {
    "Item_Throw_Projectile": {
      "Interactions": [
        {
          "Parent": "Item_Throw_Projectile",
          "ProjectileId": "Rubble_Stone"
        }
      ]
    }
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Stone/Rubble_Small.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Rubble/Rubble_Textures/Stone.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "HitboxType": "Rubble",
    "Flags": {},
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {
        "ItemId": "Rubble_Stone"
      },
      "Harvest": {
        "ItemId": "Rubble_Stone"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Dust",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#75755b",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TextureComputedColor": "#585740"
  },
  "ResourceTypes": [
    {
      "Id": "Rubble"
    }
  ],
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Rubble",
      "Flint"
    ]
  },
  "MaxStack": 100,
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "DropOnDeath": true
}