Rock_Runic_Cobble_Wall
Server/Item/Items/Rock/Runic/Rock_Runic_Cobble_Wall.json, 2.1 KB
Fields
| Field | Type |
|---|---|
Parent | string |
Icon | string |
TranslationProperties | object |
BlockType | object |
IconProperties | object |
Set | string |
Source
{
"Parent": "Rock_Stone_Cobble_Wall",
"Icon": "Icons/ItemsGenerated/Rock_Runic_Cobble_Wall.png",
"TranslationProperties": {
"Name": "server.items.Rock_Runic_Cobble_Wall.name"
},
"BlockType": {
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Rock_Runic_Cobble_Fence.png"
}
],
"ParticleColor": "#58ad9b",
"CustomModel": "Blocks/Structures/Fences/Dev_Fence.blockymodel",
"State": {
"Definitions": {
"Corner": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence_Corner.blockymodel",
"HitboxType": "Fence_Corner",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Runic_Cobble_Wall",
"GatherType": "Woods"
}
},
"FlipType": "OrthogonalInverse"
},
"T": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence_T.blockymodel",
"HitboxType": "Fence",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Runic_Cobble_Wall",
"GatherType": "Woods"
}
},
"FlipType": "Symmetric"
},
"Cross": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence_Cross.blockymodel",
"HitboxType": "Fence",
"Gathering": {
"Breaking": {
"ItemId": "Rock_Runic_Cobble_Wall",
"GatherType": "Woods"
}
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Rock_Runic_Cobble_Wall",
"Corner": "*Rock_Runic_Cobble_Wall_State_Definitions_Corner",
"T_Junction": "*Rock_Runic_Cobble_Wall_State_Definitions_T",
"Cross_Junction": "*Rock_Runic_Cobble_Wall_State_Definitions_Cross"
},
"TemplateShapeAssetId": "WallConnectedBlockTemplate"
},
"TextureComputedColor": "#617F83"
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"Set": "Rock_Runic"
}