Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.1 / Item / Items / Furniture / Lumberjack / Furniture_Lumberjack_Ladder.json

Furniture_Lumberjack_Ladder

Server/Item/Items/Furniture/Lumberjack/Furniture_Lumberjack_Ladder.json, 1.8 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Lumberjack_Ladder.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Lumberjack",
  "Icon": "Icons/ItemsGenerated/Furniture_Lumberjack_Ladder.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.6,
    "Translation": [
      8,
      -20
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Redwood"
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Builders",
        "Type": "StructuralCrafting",
        "Categories": [
          "Ladder"
        ]
      }
    ],
    "OutputQuantity": 2
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Wood",
    "PhysicalMaterialId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Lumberjack/Ladder.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Lumberjack/Ladder_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "PlacementSettings": {
      "RotationMode": "BlockNormal"
    },
    "HitboxType": "Ladder",
    "Material": "Solid",
    "MovementSettings": {
      "IsClimbable": true
    },
    "Opacity": "Transparent",
    "ParticleColor": "#793e21",
    "VariantRotation": "NESW",
    "TextureComputedColor": "#4C2512"
  },
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Lumberjack"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}