Build_GreyDark_Fence
Server/Item/Items/Build/Build_GreyDark/Build_GreyDark_Fence.json, 2.4 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 |
Source
{
"TranslationProperties": {
"Name": "server.items.Build_GreyDark_Fence.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Build_GreyDark_Fence.png",
"Categories": [
"Tool.TechnicalBlocks"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Build",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Structures/Fences/Dev_Fence.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Dev_Dark.png",
"Weight": 1
}
],
"Group": "Dev",
"HitboxType": "Fence",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"VariantRotation": "Wall",
"BlockParticleSetId": "Dust",
"Supporting": {
"Down": [
{
"FaceType": "Wall"
}
],
"Up": [
{
"FaceType": "Wall"
}
]
},
"ParticleColor": "#404040",
"BlockSoundSetId": "Soft",
"PhysicalMaterialId": "Wool",
"State": {
"Definitions": {
"Corner": {
"CustomModel": "Blocks/Structures/Fences/Dev_Fence_Corner.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Structures/Fences/Dev_Fence_Texture/Dev_Dark.png",
"Weight": 1
}
],
"HitboxType": "Fence_Corner_Thin",
"FlipType": "Orthogonal",
"Supporting": {
"Down": [
{
"FaceType": "Fence_Corner"
}
],
"Up": [
{
"FaceType": "Fence_Corner"
}
]
}
}
}
},
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeAssetId": "WallConnectedBlockTemplate",
"TemplateShapeBlockPatterns": {
"Straight": "Build_GreyDark_Fence",
"Corner": "*Build_GreyDark_Fence_State_Definitions_Corner"
}
}
},
"Tags": {
"Type": [
"Rock"
],
"SubType": [
"Fence"
],
"Family": [
"Build"
]
},
"Quality": "Technical",
"ItemSoundSetId": "ISS_Blocks_Stone",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}