Build_White_Roof_Steep
Server/Item/Items/Build/Build_White/Build_White_Roof_Steep.json, 3.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
BlockType | object |
Tags | object |
Quality | string |
ItemSoundSetId | string |
IconProperties | object |
Scale | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Build_White_Roof_Steep.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Build_White_Roof_Steep.png",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Build",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Steep.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Roofs/Dev_Roof_Texture/Dev_White.png",
"Weight": 1
}
],
"Group": "Roof",
"HitboxType": "Stairs_Steep",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"VariantRotation": "UpDownNESW",
"BlockParticleSetId": "Dust",
"Supporting": {
"Down": [
{}
],
"North": [
{}
]
},
"ParticleColor": "#e7eaeb",
"BlockSoundSetId": "Soft",
"State": {
"Definitions": {
"Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Steep_Corner_Right.blockymodel",
"HitboxType": "Stairs_Corner_Steep_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Steep_Corner_Left.blockymodel",
"HitboxType": "Stairs_Corner_Steep_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Right": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Steep_Corner_Inverted_Right.blockymodel",
"HitboxType": "Roof_Corner_Steep_Inverted_Right",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
},
"Inverted_Corner_Left": {
"CustomModel": "Blocks/Structures/Roofs/Dev_Roof_Steep_Corner_Inverted_Left.blockymodel",
"HitboxType": "Roof_Corner_Steep_Inverted_Left",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{}
]
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "Roof",
"Regular": {
"Straight": {
"State": "default"
},
"Corner_Right": {
"State": "Corner_Right"
},
"Corner_Left": {
"State": "Corner_Left"
},
"Inverted_Corner_Right": {
"State": "Inverted_Corner_Right"
},
"Inverted_Corner_Left": {
"State": "Inverted_Corner_Left"
}
},
"MaterialName": "Roof_Steep"
}
},
"Tags": {
"Type": [
"Cloth"
],
"SubType": [
"Roof"
],
"Family": [
"Build"
]
},
"Quality": "Technical",
"ItemSoundSetId": "ISS_Blocks_Stone",
"IconProperties": {
"Scale": 0.35,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-34.5
]
},
"Scale": 0.6
}