Bench_Arcane
Server/Item/Items/Bench/Bench_Arcane.json, 2.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
MaxStack | number |
ItemLevel | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Bench_Arcane.name",
"Description": "server.items.Bench_Arcane.description"
},
"Icon": "Icons/ItemsGenerated/Bench_Arcane.png",
"Categories": [
"Furniture.Benches"
],
"Recipe": {
"TimeSeconds": 3,
"Input": [
{
"ItemId": "Ingredient_Bar_Thorium",
"Quantity": 10
},
{
"ItemId": "Ingredient_Fabric_Scrap_Linen",
"Quantity": 30
},
{
"ItemId": "Ingredient_Void_Essence",
"Quantity": 20
}
],
"BenchRequirement": [
{
"Id": "Workbench",
"Type": "Crafting",
"Categories": [
"Workbench_Crafting"
],
"RequiredTierLevel": 2
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Benches/ArcaneTable.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Benches/ArcaneTable_Texture.png",
"Weight": 1
}
],
"HitboxType": "Bench_Alchemy",
"VariantRotation": "NESW",
"Bench": {
"Type": "Crafting",
"LocalOpenSoundEventId": "SFX_Arcane_Workbench_Open_Local",
"LocalCloseSoundEventId": "SFX_Arcane_Workbench_Close_Local",
"CompletedSoundEventId": "SFX_Arcane_Workbench_Craft",
"Categories": [
{
"Id": "Arcane_Portals",
"Icon": "Icons/CraftingCategories/Arcane/Portal_Device.png",
"Name": "server.benchCategories.portals"
},
{
"Id": "Arcane_Misc",
"Icon": "Icons/CraftingCategories/Arcane/Bench_Memories.png",
"Name": "server.benchCategories.misc"
}
],
"Id": "Arcanebench"
},
"BlockEntity": {
"Components": {
"BenchBlock": {}
}
},
"State": {
"Definitions": {
"CraftCompleted": {
"CustomModelAnimation": "Blocks/Benches/Alchemy_Crafting.blockyanim",
"Looping": true
},
"CraftCompletedInstant": {
"CustomModelAnimation": "Blocks/Benches/Alchemy_Crafting.blockyanim"
}
}
},
"Gathering": {
"Breaking": {
"GatherType": "Benches"
}
},
"BlockParticleSetId": "Wood",
"ParticleColor": "#6e4a2f",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#4A3728"
},
"PlayerAnimationsId": "Block",
"IconProperties": {
"Scale": 0.35,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
11.4,
-18.6
]
},
"Tags": {
"Type": [
"Bench"
]
},
"MaxStack": 1,
"ItemLevel": 10,
"ItemSoundSetId": "ISS_Blocks_Wood"
}