Dihydrogen Monoxide Bomb (Waterbomb)


Use explosions/bombs to convert land to water. (Originally 'Landfill' by Rseding91)

Content
3 months ago
0.15 - 1.1
1.32K
Combat Environment

g Thanks for the update! But...

6 years ago
(updated 6 years ago)

Could you add this to unlock from explosives technology? As it is now, it's available from the start of the game, despite requiring multiple tech-gated materials like steel, red engines, and explosives.

In prototypes/recipes.lua, simply change line 17:
enabled = "true",

to:
enabled = "false",

and add this line:
table.insert(data.raw["technology"]["explosives"].effects, {type = "unlock-recipe",recipe = "water-bomb"})

to the end of the file

5 years ago
(updated 5 years ago)

Sorry for the late response.
Sounds like a good idea. :)

New response