Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Rock / Dawnstone / Rock_Dawnstone.json

Rock_Dawnstone

Server/Item/Items/Rock/Dawnstone/Rock_Dawnstone.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Dawnstone.name"
  },
  "ItemLevel": 15,
  "Quality": "Developer",
  "MaxStack": 50,
  "Icon": "Icons/ItemsGenerated/Rock_Dawnstone.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Dawnstone",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Rock_Quartzite",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Furnace",
        "Type": "Processing"
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 2
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Dawnstone.png",
        "Weight": 1,
        "UpDown": "BlockTextures/Rock_Dawnstone_Top.png"
      }
    ],
    "ParticleColor": "#dd5837",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone"
  },
  "ResourceTypes": [
    {
      "Id": "Bricks"
    }
  ],
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Quartzite"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Rotation": [
      22.5,
      45.0,
      22.5
    ],
    "Translation": [
      0.0,
      -13.5
    ]
  }
}