Skip to content

Commit

Permalink
Merge pull request #75356 from CleverRaven/ruin-propane-supply
Browse files Browse the repository at this point in the history
Ruin propane supply
  • Loading branch information
Maleclypse authored Aug 1, 2024
2 parents c8cda47 + 2894264 commit 09410b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
14 changes: 2 additions & 12 deletions data/json/itemgroups/SUS/domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -535,12 +535,10 @@
{ "collection": [ { "item": "charcoal", "prob": 70 }, { "item": "char_smoker", "prob": 100 } ], "prob": 5 },
{
"collection": [
{ "item": "small_propane_tank", "prob": 70, "count": [ 1, 3 ], "charges": [ 1000, 3000 ] },
{ "item": "medium_propane_tank", "prob": 85, "count": [ 1, 2 ], "charges": [ 2000, 15000 ] },
{ "item": "large_propane_tank", "prob": 25, "charges": [ 2000, 60000 ] },
{ "item": "small_propane_tank", "prob": 70, "count": [ 1, 2 ], "charges": [ 1000, 3000 ] },
{ "item": "propane_cooker", "prob": 80 }
],
"prob": 12
"prob": 1
},
{ "item": "can_sealer", "prob": 2 },
{ "item": "oil_press_manual", "prob": 2 },
Expand Down Expand Up @@ -688,7 +686,6 @@
"type": "item_group",
"//": "SUS item groups are collections that contain a reasonable realistic distribution of items that might spawn in a given storage furniture.",
"//2": "This group is for an oven that might have some pots and pans in the warming drawer.",
"//3": "added propane spawns here, even if it's not technically a gas oven, it *does* have a pilot light in it.",
"subtype": "collection",
"entries": [
{
Expand Down Expand Up @@ -739,13 +736,6 @@
{ "item": "dutch_oven", "prob": 5 }
],
"prob": 50
},
{
"distribution": [
{ "item": "medium_propane_tank", "prob": 40, "count": [ 1, 2 ], "charges": [ 2000, 15000 ] },
{ "item": "large_propane_tank", "prob": 60, "charges": [ 2000, 60000 ] }
],
"prob": 15
}
]
},
Expand Down
18 changes: 1 addition & 17 deletions data/json/itemgroups/SUS/garage.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,7 @@
],
"prob": 25
},
{ "item": "welder" },
{
"collection": [
{ "item": "propane_torch" },
{ "item": "medium_propane_tank", "count": [ 0, 1 ], "prob": 95, "charges": [ 0, 15000 ] },
{ "item": "small_propane_tank", "count": [ 1, 2 ], "prob": 95, "charges": [ 0, 3000 ] },
{ "item": "medium_propane_tank", "count": [ 0, 1 ], "prob": 95, "charges": 15000 },
{ "item": "small_propane_tank", "count": [ 1, 2 ], "prob": 95, "charges": 3000 },
{
"distribution": [
{ "item": "brazing_rod_bronze", "prob": 100, "charges": [ 1000, 2000 ] },
{ "item": "brazing_rod_alloy", "prob": 70, "charges": [ 500, 1500 ] }
]
}
],
"prob": 15
}
{ "item": "welder" }
]
},
{ "distribution": [ { "item": "welding_mask", "prob": 70 }, { "item": "goggles_welding", "prob": 70 } ] },
Expand Down

0 comments on commit 09410b2

Please sign in to comment.