Skip to content

Commit 24aac9c

Browse files
Readjust the availability of a certain coffeepot (#82989)
1 parent f1f6b3f commit 24aac9c

File tree

16 files changed

+10
-106
lines changed

16 files changed

+10
-106
lines changed

data/json/itemgroups/Locations_MapExtras/locations_commercial.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,6 @@
524524
[ "switchblade", 6 ],
525525
[ "atomic_light", 1 ],
526526
[ "atomic_lamp", 1 ],
527-
[ "atomic_coffeepot", 1 ],
528527
[ "flaregun", 10 ],
529528
[ "signal_flare", 15 ],
530529
[ "knee_pads", 10 ],
@@ -1738,8 +1737,7 @@
17381737
{ "item": "dehydrator", "prob": 30 },
17391738
{ "item": "vac_sealer", "prob": 45 },
17401739
{ "item": "waffleiron", "prob": 45 },
1741-
{ "item": "forge", "prob": 5 },
1742-
{ "item": "atomic_coffeepot", "prob": 2 }
1740+
{ "item": "forge", "prob": 5 }
17431741
]
17441742
},
17451743
{

data/json/itemgroups/SUS/domestic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
"//2": "This group is for a cupboard where coffee and tea supplies are kept.",
569569
"subtype": "collection",
570570
"entries": [
571-
{ "distribution": [ { "item": "coffeemaker", "prob": 90 }, { "item": "atomic_coffeepot", "prob": 10 } ], "prob": 75 },
571+
{ "distribution": [ { "item": "coffeemaker", "prob": 90 } ], "prob": 75 },
572572
{
573573
"distribution": [
574574
{ "item": "coffee_raw", "prob": 30 },

data/json/itemgroups/collections_domestic.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@
131131
{ "item": "char_smoker", "prob": 5, "charges": [ 0, -1 ] },
132132
[ "can_sealer", 2 ],
133133
[ "oil_press_manual", 2 ],
134-
[ "snow_machine_home", 5 ],
135-
[ "atomic_coffeepot", 1 ]
134+
[ "snow_machine_home", 5 ]
136135
]
137136
},
138137
{

data/json/itemgroups/food_service.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@
451451
"type": "item_group",
452452
"subtype": "distribution",
453453
"entries": [
454-
{ "item": "atomic_coffeepot", "prob": 1 },
455454
{ "item": "bottle_glass", "prob": 15 },
456455
{ "prob": 25, "group": "coffee_raw_bag_plastic_20" },
457456
{ "item": "coffee_syrup", "charges": [ 1, -1 ], "prob": 25 },

data/json/items/tool/cooking.json

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,4 @@
11
[
2-
{
3-
"id": "atomic_coffeepot",
4-
"type": "ITEM",
5-
"subtypes": [ "TOOL" ],
6-
"category": "tools",
7-
"name": { "str": "atomic coffeemaker" },
8-
"looks_like": "coffeemaker",
9-
"description": "This is a Curie-G coffeemaker, by CuppaTech. It famously uses a radioactive generator to heat water for coffee, reducing the amount of total electricity it consumes. Consumer safety concerns led to it being banned in the EU as well as many other countries, but don't let that stop you from brewing your morning Joe with the power of the atom™!",
10-
"weight": "6102 g",
11-
"volume": "1500 ml",
12-
"longest_side": "20 cm",
13-
"price": "1 kUSD",
14-
"price_postapoc": "30 USD",
15-
"material": [ "plastic", "aluminum", "lead", "steel" ],
16-
"qualities": [ [ "BOIL", 1 ] ],
17-
"symbol": ",",
18-
"color": "light_green",
19-
"use_action": [ "HOTPLATE_ATOMIC", { "type": "link_up", "cable_length": 2, "charge_rate": "1 kW" } ],
20-
"//": "This now uses energy to heat food, the RTG is just a minor cost-saving element. However in a pinch you could use just the RTG to unfreeze water",
21-
"flags": [ "LEAK_DAM", "RADIOACTIVE", "DURABLE_MELEE", "WATER_BREAK", "ALLOWS_REMOTE_USE" ],
22-
"melee_damage": { "bash": 5 },
23-
"tool_ammo": [ "battery" ]
24-
},
252
{
263
"id": "butchering_kit",
274
"name": { "str": "butchering kit" },

data/json/mapgen/s_coffee.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
{ "item": "coffee_bathroom", "x": [ 5, 6 ], "y": [ 21, 22 ], "chance": 20, "repeat": [ 1, 2 ] },
252252
{ "item": "coffee_bathroom", "x": [ 2, 3 ], "y": [ 21, 22 ], "chance": 20, "repeat": [ 1, 2 ] }
253253
],
254-
"place_item": [ { "item": "coffeemaker", "x": 21, "y": 22 }, { "item": "atomic_coffeepot", "x": 21, "y": 22, "chance": 20 } ],
254+
"place_item": [ { "item": "coffeemaker", "x": 21, "y": 22 } ],
255255
"items": { "x": { "item": "cash_register_random", "chance": 100 } }
256256
}
257257
},

data/json/obsoletion_and_migration_0.J/migration_items.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,10 @@
103103
"type": "MIGRATION",
104104
"id": "helmet_acidchitin_light_xs",
105105
"replace": "helmet_acidchitin_xs"
106+
},
107+
{
108+
"type": "MIGRATION",
109+
"id": "atomic_coffeepot",
110+
"replace": "coffeemaker"
106111
}
107112
]

data/json/recipes/tools/tools_electronic.json

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -303,31 +303,6 @@
303303
[ [ "cable", 15 ] ]
304304
]
305305
},
306-
{
307-
"type": "recipe",
308-
"activity_level": "LIGHT_EXERCISE",
309-
"result": "atomic_coffeepot",
310-
"category": "CC_ELECTRONIC",
311-
"subcategory": "CSC_ELECTRONIC_TOOLS",
312-
"skill_used": "electronics",
313-
"difficulty": 6,
314-
"time": "1h 30 m",
315-
"reversible": true,
316-
"book_learn": [ [ "recipe_caseless", 8 ] ],
317-
"qualities": [ { "id": "SCREW", "level": 1 } ],
318-
"proficiencies": [ { "proficiency": "prof_plasticworking" }, { "proficiency": "prof_elec_semiconductors" } ],
319-
"using": [ [ "glue_any", 1 ] ],
320-
"components": [
321-
[ [ "plastic_chunk", 5 ] ],
322-
[ [ "power_supply", 2 ] ],
323-
[ [ "wire_mesh", 1 ], [ "cotton_patchwork", 1 ] ],
324-
[ [ "thermos", 2 ] ],
325-
[ [ "element", 1 ], [ "crude_heating_element", 1 ] ],
326-
[ [ "scrap_aluminum", 2 ] ],
327-
[ [ "betavoltaic", 2 ] ],
328-
[ [ "RTG_coffee", 1 ] ]
329-
]
330-
},
331306
{
332307
"type": "recipe",
333308
"activity_level": "LIGHT_EXERCISE",

data/json/requirements/cooking_tools.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
[ "propane_cooker", 16 ],
9595
[ "acetylene_cooker", 8 ],
9696
[ "popcan_stove", 20 ],
97-
[ "atomic_coffeepot", 115 ],
9897
[ "fire", -1 ]
9998
]
10099
]

data/json/vehicleparts/modular_tools.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@
103103
"allowed_tools": [
104104
"aluminum_pan",
105105
"angle_grinder",
106-
"atomic_coffeepot",
107106
"coffeemaker",
108107
"copper_pan",
109108
"cordless_drill",

0 commit comments

Comments
 (0)