Hytale Asset ReferenceUnofficial
Versions / 0.4.0 / Item / Items / Furniture / Temple_Scarak / Furniture_Temple_Scarak_Ladder.json

Furniture_Temple_Scarak_Ladder

Server/Item/Items/Furniture/Temple_Scarak/Furniture_Temple_Scarak_Ladder.json, 1.4 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Scarak_Ladder.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Doors"
  ],
  "Set": "Furniture_Temple_Scarak",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.7,
    "Translation": [
      8,
      -17
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Scarak_Temple/Ladder.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Scarak_Temple/Ladder_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Rocks"
      }
    },
    "PlacementSettings": {
      "RotationMode": "BlockNormal"
    },
    "HitboxType": "Ladder",
    "Material": "Solid",
    "MovementSettings": {
      "IsClimbable": true
    },
    "Opacity": "Transparent",
    "ParticleColor": "#eba936",
    "VariantRotation": "NESW"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Scarak Temple"
    ]
  },
  "$Comment": " ",
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Scarak_Ladder.png",
  "ItemSoundSetId": "ISS_Blocks_Stone"
}