Furniture_Temple_Scarak_Ladder
Server/Item/Items/Furniture/Temple_Scarak/Furniture_Temple_Scarak_Ladder.json, 1.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
IconProperties | object |
Interactions | object |
BlockType | object |
Tags | object |
$Comment | string |
Icon | string |
ItemSoundSetId | string |
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": "Metal",
"BlockSoundSetId": "Metal",
"PhysicalMaterialId": "Metal",
"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",
"TextureComputedColor": "#BB842F"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Scarak Temple"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Furniture_Temple_Scarak_Ladder.png",
"ItemSoundSetId": "ISS_Blocks_Stone"
}