Buff emergency toolbox fill (#24225)
Resolves issue #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.
This commit is contained in:
@@ -8,16 +8,25 @@
|
|||||||
contents:
|
contents:
|
||||||
- id: CrowbarRed
|
- id: CrowbarRed
|
||||||
- id: ClothingMaskBreath
|
- id: ClothingMaskBreath
|
||||||
amount: 2
|
- id: ClothingMaskBreath
|
||||||
- id: FoodSnackChocolate
|
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
|
||||||
- id: FlashlightLantern
|
- id: FlashlightLantern
|
||||||
prob: 0.5
|
prob: 0.5
|
||||||
- id: HarmonicaInstrument
|
- id: HarmonicaInstrument
|
||||||
prob: 0.15
|
prob: 0.15
|
||||||
orGroup: HarmonicaOrChocolate
|
|
||||||
- id: FoodSnackChocolate
|
|
||||||
orGroup: HarmonicaOrChocolate
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ToolboxElectricalFilled
|
id: ToolboxElectricalFilled
|
||||||
|
|||||||
Reference in New Issue
Block a user