Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Rock / Aqua / Rock_Stone_Aqua.json

Rock_Stone_Aqua

Server/Item/Items/Rock/Aqua/Rock_Stone_Aqua.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
ItemLevelnumber
MaxStacknumber
Iconstring
Categoriesarray[1]
PlayerAnimationsIdstring
Setstring
Recipeobject
BlockTypeobject
ResourceTypesarray[1]
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Aqua.name"
  },
  "ItemLevel": 10,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Aqua.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Aqua",
  "Recipe": {
    "Input": [
      {
        "Quantity": 2,
        "ResourceTypeId": "Rock_Aqua"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "Crafting",
        "Categories": [
          "Structural-Rock"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/StoneSlabAqua.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#58ad9b",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone"
  },
  "ResourceTypes": [
    {
      "Id": "Rock"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}