From 3c1bee7a06d8c773df780c45c12b0222289ff28e Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Mon, 13 May 2019 21:03:10 +0200 Subject: [PATCH] Rebalance workbench stats See issue #29925 for discussion --- data/json/furniture.json | 14 +++++++------- data/json/vehicle_parts.json | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/data/json/furniture.json b/data/json/furniture.json index b3979f0272eaf..987359a92a212 100644 --- a/data/json/furniture.json +++ b/data/json/furniture.json @@ -777,7 +777,7 @@ "items": [ { "item": "2x4", "count": [ 1, 3 ] }, { "item": "nail", "charges": [ 2, 6 ] }, { "item": "splinter", "count": 1 } ] }, "examine_action": "workbench", - "workbench": { "multiplier": 1.0, "mass": 100000, "volume": "100L" } + "workbench": { "multiplier": 1.1, "mass": 200000, "volume": "75L" } }, { "type": "furniture", @@ -892,7 +892,7 @@ "items": [ { "item": "2x4", "count": [ 2, 6 ] }, { "item": "nail", "charges": [ 4, 8 ] }, { "item": "splinter", "count": 1 } ] }, "examine_action": "workbench", - "workbench": { "multiplier": 1.0, "mass": 100000, "volume": "100L" } + "workbench": { "multiplier": 1.1, "mass": 200000, "volume": "75L" } }, { "type": "furniture", @@ -1011,7 +1011,7 @@ "items": [ { "item": "2x4", "count": [ 2, 6 ] }, { "item": "nail", "charges": [ 4, 8 ] }, { "item": "splinter", "count": 1 } ] }, "examine_action": "workbench", - "workbench": { "multiplier": 1.0, "mass": 100000, "volume": "100L" } + "workbench": { "multiplier": 1.1, "mass": 200000, "volume": "75L" } }, { "type": "furniture", @@ -4752,7 +4752,7 @@ ] }, "examine_action": "workbench", - "workbench": { "multiplier": 1.1, "mass": 150000, "volume": "150L" } + "workbench": { "multiplier": 1.15, "mass": 300000, "volume": "100L" } }, { "type": "furniture", @@ -5837,7 +5837,7 @@ ] }, "examine_action": "workbench", - "workbench": { "multiplier": 1.2, "mass": 250000, "volume": "250L" } + "workbench": { "multiplier": 1.2, "mass": 500000, "volume": "200L" } }, { "type": "furniture", @@ -5848,7 +5848,7 @@ "color": "red", "move_cost_mod": 2, "required_str": -1, - "workbench": { "multiplier": 1.0, "mass": 30000, "volume": "30L" } + "workbench": { "multiplier": 1.0, "mass": 5000, "volume": "10L" } }, { "type": "furniture", @@ -5859,6 +5859,6 @@ "color": "red", "move_cost_mod": 2, "required_str": -1, - "workbench": { "multiplier": 0.75, "mass": 50000, "volume": "100L" } + "workbench": { "multiplier": 0.7, "mass": 1000000, "volume": "1000L" } } ] diff --git a/data/json/vehicle_parts.json b/data/json/vehicle_parts.json index 35278fd1308bb..51bae28dc5529 100644 --- a/data/json/vehicle_parts.json +++ b/data/json/vehicle_parts.json @@ -965,7 +965,7 @@ "broken_color": "light_gray", "damage_modifier": 60, "durability": 145, - "size": 15, + "size": 80, "item": "v_table", "difficulty": 1, "location": "center", @@ -975,7 +975,7 @@ { "item": "splinter", "count": [ 4, 6 ] }, { "item": "nail", "charges": [ 4, 7 ] } ], - "workbench": { "multiplier": 1.0, "mass": 80000, "volume": "80L" } + "workbench": { "multiplier": 1.1, "mass": 150000, "volume": "20L" } }, { "type": "vehicle_part", @@ -987,7 +987,7 @@ "broken_color": "light_gray", "damage_modifier": 60, "durability": 145, - "size": 15, + "size": 80, "item": "w_table", "difficulty": 1, "location": "center", @@ -997,7 +997,7 @@ { "item": "splinter", "count": [ 4, 6 ] }, { "item": "nail", "charges": [ 4, 7 ] } ], - "workbench": { "multiplier": 1.0, "mass": 80000, "volume": "80L" } + "workbench": { "multiplier": 1.1, "mass": 150000, "volume": "20L" } }, { "type": "vehicle_part", @@ -1010,7 +1010,7 @@ "looks_like": "veh_table_wood", "damage_modifier": 60, "durability": 300, - "size": 20, + "size": 120, "item": "workbench", "difficulty": 1, "location": "center", @@ -1022,7 +1022,7 @@ { "item": "steel_chunk", "count": [ 4, 8 ] }, { "item": "scrap", "count": [ 12, 24 ] } ], - "workbench": { "multiplier": 1.2, "mass": 1500000, "volume": "150L" } + "workbench": { "multiplier": 1.2, "mass": 300000, "volume": "30L" } }, { "type": "vehicle_part",