Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.10 / Item / Items / Rock / Stone / Rock_Stone_Brick_Mossy.json

Rock_Stone_Brick_Mossy

Server/Item/Items/Rock/Stone/Rock_Stone_Brick_Mossy.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rock_Stone_Brick_Mossy.name"
  },
  "ItemLevel": 15,
  "MaxStack": 100,
  "Icon": "Icons/ItemsGenerated/Rock_Stone_Brick_Mossy.png",
  "Categories": [
    "Blocks.Rocks"
  ],
  "PlayerAnimationsId": "Block",
  "Set": "Rock_Stone",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Stone_Mossy",
        "Quantity": 1
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Bricks"
        ]
      }
    ],
    "OutputQuantity": 1,
    "TimeSeconds": 0
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Cube",
    "Group": "Stone",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "BlockParticleSetId": "Stone",
    "Textures": [
      {
        "All": "BlockTextures/Rock_Stone_Brick_Mossy.png",
        "Weight": 1
      }
    ],
    "ParticleColor": "#737055",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "TransitionTexture": "BlockTextures/Transition_Plant_Moss.png",
    "TransitionToGroups": [
      "Stone",
      "Wood",
      "Gravel"
    ],
    "TextureComputedColor": "#575B3D"
  },
  "Tags": {
    "Type": [
      "Rock"
    ],
    "Family": [
      "Stone"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone",
  "ResourceTypes": [
    {
      "Id": "Rock"
    },
    {
      "Id": "Rock_Stone_Brick"
    }
  ]
}