Skip to content

Commit

Permalink
Buff emergency toolbox fill (space-wizards#24225)
Browse files Browse the repository at this point in the history
Resolves issue space-wizards#23059, for which the submitter wrote:

Emergency toolboxes contain a crowbar, two flashlights (sometimes one), two breath masks, and two chocolate. With the addition of water bottles to survival boxes and emergency nitrogen tanks, I think emergency toolboxes should be updated to include said water bottles and emergency tanks. Would make these just a little bit more useful. It feels weird they don't have oxygen tanks when they have two breath masks, and since water bottles are now commonplace it would be a good idea to put them in a place where emergency food is stored as well.
  • Loading branch information
UbaserB authored Feb 12, 2024
1 parent f41ece3 commit 33c2f37
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,25 @@
contents:
- id: CrowbarRed
- id: ClothingMaskBreath
amount: 2
- id: FoodSnackChocolate
- id: ClothingMaskBreath
prob: 0.5
- id: EmergencyOxygenTankFilled
- id: EmergencyOxygenTankFilled
prob: 0.5
- id: EmergencyNitrogenTankFilled
- id: EmergencyNitrogenTankFilled
prob: 0.5
- id: FoodTinMRE
- id: FoodTinMRE
prob: 0.5
- id: DrinkWaterBottleFull
- id: DrinkWaterBottleFull
prob: 0.5
- id: FlashlightLantern
- id: FlashlightLantern
prob: 0.5
- id: HarmonicaInstrument
prob: 0.15
orGroup: HarmonicaOrChocolate
- id: FoodSnackChocolate
orGroup: HarmonicaOrChocolate

- type: entity
id: ToolboxElectricalFilled
Expand Down

0 comments on commit 33c2f37

Please sign in to comment.