Aaron Suen 6018adf839 Make pumwater much more common
There is a chance to find some at any depth.  At
around -256, it should start to get practical to
actually hunt for it.  By -600 or so, it is common
enough to actually be an obstacle, and deep
caverns start to get pum-filled.

Pumwater is added by scattering "blob" ore
throughout stone at various depths.  Stone
immediately above pumwater sources is carved
away to air, to encourage the pumwater ambiance
to play, to make it a bit easier to find it by audio
cues.
2022-04-30 15:31:13 -04:00

14 lines
325 B
Lua

-- LUALOCALS < ---------------------------------------------------------
local include, nodecore
= include, nodecore
-- LUALOCALS > ---------------------------------------------------------
nodecore.amcoremod()
include("amalgam")
include("pumice")
include("harden")
include("pumblob")
include("hints")
include("renew")