Wood_Village_Wall_Yellow_Full
Server/Item/Items/Wood/Village/Wood_Village_Wall_Yellow_Full.json, 2.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Village_Wall_Yellow_Full.name"
},
"ItemLevel": 15,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Wood_Village_Wall_Yellow_Full.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "BlockSets",
"PlayerAnimationsId": "Block",
"Set": "Wood_Village_Wall",
"Recipe": {
"Input": [
{
"ItemId": "Soil_Clay_Smooth_Yellow2",
"Quantity": 1
},
{
"ResourceTypeId": "Wood_Hardwood",
"Quantity": 2
}
],
"OutputQuantity": 2,
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Furniture_Bench",
"Categories": [
"Furniture_Village_Walls"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Wall",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods",
"ItemId": "Wood_Village_Wall_Yellow_Full"
}
},
"BlockParticleSetId": "Wood",
"Textures": [
{
"All": "BlockTextures/Wood_Village_Wall_Yellow_Full.png",
"Weight": 1
}
],
"ParticleColor": "#d4b84a",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"ConnectedBlockRuleSet": {
"Type": "CustomTemplate",
"TemplateShapeBlockPatterns": {
"Full": "Wood_Village_Wall_Yellow_Full",
"Base": "*Wood_Village_Wall_Yellow_Full_State_Definitions_Bottom",
"Middle": "*Wood_Village_Wall_Yellow_Full_State_Definitions_Middle",
"Base_Inverted": "*Wood_Village_Wall_Yellow_Full_State_Definitions_Top"
},
"TemplateShapeAssetId": "VillageConnectedBlockTemplate"
},
"State": {
"Definitions": {
"Bottom": {
"Textures": [
{
"All": "BlockTextures/Wood_Village_Wall_U_Yellow.png",
"Down": "BlockTextures/Wood_Village_Wall_Yellow_Full.png",
"Weight": 1,
"Up": "BlockTextures/Wood_Village_Wall_Yellow.png"
}
]
},
"Middle": {
"Textures": [
{
"All": "BlockTextures/Wood_Village_Wall_Yellow_Middle.png",
"Weight": 1,
"UpDown": "BlockTextures/Wood_Village_Wall_Yellow.png"
}
]
},
"Top": {
"Textures": [
{
"All": "BlockTextures/Wood_Village_Wall_N_Yellow.png",
"Up": "BlockTextures/Wood_Village_Wall_Yellow_Full.png",
"Weight": 1,
"Down": "BlockTextures/Wood_Village_Wall_Yellow.png"
}
]
}
}
},
"TextureComputedColor": "#623B23"
},
"Tags": {
"Family": [
"Village"
],
"Type": [
"Wood"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}