About Workbench Tweaker
Do you think the a workbench upgrade is too strong or too weak?
You think workbenches should spawn with some upgrades by default?
This plugin lets you change how strong each of the workbench upgrades are and what upgrades a workbench is spawned with.
Features:
Change the strength of 8 different workbench upgrages, ranging from:
- added crafting speed
- added hp
- scrap cost multiplier fpr prototyping
(see config for more)
Set a spawn configuration for each workbench level and enginerring workbench.
- Have them spawn with all upgrades
- Have the spawn with the once you want
Players can't abuse it as spawnend upgrades will be deleted when trying to take them out the workbench.
No additional permissions needed.
Config File:
{
"Apply to monument workbenches": false,
"Upgrade Settings": {
"Accelerated": {
"Speed bonus per item (0.25 = 25% faster per item)": 0.25,
"Maximum speed multiplier (0.25 = 4x faster at cap)": 0.25
},
"Defensive": {
"Bonus armor insert slots added": 1
},
"Efficiency": {
"Probability (0-1) of producing an extra item": 0.1
},
"Prototype": {
"Multiplier for bypassing tech tree path (2 = double)": 2.0,
"Probability (0-1) that the unlock fails": 0.1
},
"Range": {
"Multiplier applied to workbench range (2 = double)": 2.0
},
"RecycleBin": {
"Maximum fraction of each ingredient refunded (0-0.5)": 0.1
},
"Reinforced": {
"Flat HP to add to workbench": 500.0,
"Fraction of explosive damage to absorb (0-1)": 0.2
},
"Salvage": {
"Fraction to reduce tech-tree cost (0.2 = 20% cheaper)": 0.2
}
},
"Spawn workbench Level 1 with upgrades": {
"All upgrades": false,
"Accelerated": false,
"Defencive": true,
"Efficiency": false,
"Prototype": true,
"Range": false,
"Reinforced": true,
"Slavage": false,
"Surplus": false,
"Recycle bin": false,
"Comfort": false
},
"Spawn workbench Level 2 with upgrades": {
"All upgrades": true,
"Accelerated": false,
"Defencive": false,
"Efficiency": false,
"Prototype": false,
"Range": false,
"Reinforced": false,
"Slavage": false,
"Surplus": false,
"Recycle bin": false,
"Comfort": false
},
"Spawn workbench Level 3 with upgrades": {
"All upgrades": true,
"Accelerated": false,
"Defencive": false,
"Efficiency": false,
"Prototype": false,
"Range": false,
"Reinforced": false,
"Slavage": false,
"Surplus": false,
"Recycle bin": false,
"Comfort": false
},
"Spawn engineering workbench with upgrades": {
"All upgrades": false,
"Accelerated": false,
"Defencive": false,
"Efficiency": true,
"Prototype": false,
"Range": false,
"Reinforced": false,
"Slavage": true,
"Surplus": false,
"Recycle bin": true,
"Comfort": false
}
}