Bench_Armory
Server/Item/Items/Bench/Bench_Armory.json, 4.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Quality | string |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
MaxStack | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Bench_Armory.name",
"Description": "server.items.Bench_Armory.description"
},
"Icon": "Icons/ItemsGenerated/Bench_Armory.png",
"Categories": [
"Furniture.Benches"
],
"Quality": "Developer",
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Benches/Armory.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/Armory_Texture.png",
"Weight": 1
}
],
"VariantRotation": "NESW",
"HitboxType": "Bench_Armory",
"Light": {
"Color": "#000"
},
"BlockEntity": {
"Components": {
"BenchBlock": {}
}
},
"State": {
"Definitions": {
"CraftCompleted": {
"Looping": true
},
"CraftCompletedInstant": {}
}
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"Bench": {
"Type": "DiagramCrafting",
"LocalOpenSoundEventId": "SFX_Bench_Placeholder",
"LocalCloseSoundEventId": "SFX_Bench_Placeholder",
"CompletedSoundEventId": "SFX_Bench_Placeholder",
"Categories": [
{
"Id": "Weapons",
"Icon": "Icons/CraftingCategories/Armory/Weapons.png",
"ItemCategories": [
{
"Id": "Sword",
"Icon": "Icons/CraftingCategories/Armory/Sword.png",
"Slots": 2,
"Name": "Sword"
},
{
"Id": "Club",
"Icon": "Icons/CraftingCategories/Armory/Club.png",
"Slots": 2,
"Name": "Club"
},
{
"Id": "Axe",
"Icon": "Icons/CraftingCategories/Armory/Axe.png",
"Slots": 2,
"Name": "Axe"
},
{
"Id": "Longsword",
"Icon": "Icons/CraftingCategories/Armory/Longsword.png",
"Slots": 2,
"Name": "Longsword"
},
{
"Id": "Mace",
"Icon": "Icons/CraftingCategories/Armory/Mace.png",
"Slots": 2,
"Name": "Mace"
},
{
"Id": "Battleaxe",
"Icon": "Icons/CraftingCategories/Armory/Battleaxe.png",
"Slots": 2,
"Name": "Battleaxe"
},
{
"Id": "Bow",
"Icon": "Icons/CraftingCategories/Armory/Bow.png",
"Slots": 2,
"Name": "Bow"
},
{
"Id": "Shield",
"Icon": "Icons/CraftingCategories/Armory/Shield.png",
"Slots": 2,
"Name": "Shield"
}
],
"Name": "Weapons"
},
{
"Id": "Armor",
"Icon": "Icons/CraftingCategories/Armory/MetalArmor.png",
"ItemCategories": [
{
"Id": "Head",
"Icon": "Icons/CraftingCategories/Armory/MetalHead.png",
"Slots": 2,
"Name": "Head"
},
{
"Id": "Chest",
"Icon": "Icons/CraftingCategories/Armory/MetalChest.png",
"Slots": 2,
"Name": "Chest"
},
{
"Id": "Hands",
"Icon": "Icons/CraftingCategories/Armory/MetalHands.png",
"Slots": 2,
"Name": "Hands"
},
{
"Id": "Legs",
"Icon": "Icons/CraftingCategories/Armory/MetalLegs.png",
"Slots": 2,
"Name": "Legs"
}
],
"Name": "Armor"
}
],
"Id": "Armory"
},
"BlockParticleSetId": "Stone",
"ParticleColor": "#5C583E",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Stone"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.37,
"Translation": [
11.4,
-15
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Bench"
]
},
"MaxStack": 1,
"ItemSoundSetId": "ISS_Blocks_Wood"
}