Hytale Asset ReferenceUnofficial
Versions / 0.5.7 / Item / Items / Furniture / Temple_Wind / Furniture_Temple_Wind_Ladder.json

Furniture_Temple_Wind_Ladder

Server/Item/Items/Furniture/Temple_Wind/Furniture_Temple_Wind_Ladder.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
IconPropertiesobject
Interactionsobject
Recipeobject
BlockTypeobject
Iconstring
Tagsobject
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Wind_Ladder.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Temple_Wind",
  "IconProperties": {
    "Scale": 0.7,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      8,
      -20
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Rock_Sandstone"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Ladder"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Stone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Temple_Wind/Ladder.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Temple_Wind/Ladder_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "PlacementSettings": {
      "RotationMode": "BlockNormal"
    },
    "HitboxType": "Ladder",
    "Material": "Solid",
    "MovementSettings": {
      "IsClimbable": true
    },
    "Opacity": "Transparent",
    "VariantRotation": "NESW",
    "ParticleColor": "#cca159",
    "TextureComputedColor": "#8E602C"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Wind_Ladder.png",
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Temple"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Stone"
}