Rock_Runic_Blue_Brick_Wall
Server/Item/Items/Rock/Runic_Blue/Rock_Runic_Blue_Brick_Wall.json, 2.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
BlockType | object |
IconProperties | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Runic_Brick_Blue_Wall.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Runic_Brick_Blue_Wall.png",
"Set": "Rock_Runic_Blue_Brick",
"BlockType": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Rock_Runic_Brick_Blue_Fence.png",
"Weight": 1
}
],
"ParticleColor": "#2a4666",
"State": {
"Definitions": {
"Corner": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence_Corner.blockymodel",
"HitboxType": "Fence_Corner",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Runic_Blue_Brick_Wall",
"GatherType": "Woods"
}
},
"FlipType": "OrthogonalInverse"
},
"T": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence_T.blockymodel",
"HitboxType": "Fence",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Runic_Blue_Brick_Wall",
"GatherType": "Woods"
}
},
"FlipType": "Symmetric"
},
"Cross": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence_Cross.blockymodel",
"HitboxType": "Fence",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Runic_Blue_Brick_Wall",
"GatherType": "Woods"
}
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "WallConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Rock_Runic_Blue_Brick_Wall",
"Corner": "*Rock_Runic_Blue_Brick_Wall_State_Definitions_Corner",
"T_Junction": "*Rock_Runic_Blue_Brick_Wall_State_Definitions_T",
"Cross_Junction": "*Rock_Runic_Blue_Brick_Wall_State_Definitions_Cross"
}
},
"TextureComputedColor": "#2B4B77"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Parent": "Rock_Stone_Brick_Wall"
}