diff options
author | Zefram <zefram@fysh.org> | 2014-07-23 20:04:18 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2014-07-23 20:21:59 +0100 |
commit | 366fc3bc6503a03100ddb50d473385e0cb7376fa (patch) | |
tree | acdd2ed746fcbfd0820b1820adc9a25f6f6040db /technic/textures | |
parent | 62e04b9c0de18684fb3cdc74e0ca8f376ff6c75c (diff) |
Better reactor meltdown
Reactor `explosion' now replaces the reactor core with a corium source
node. Corium is a new liquid, which flows a bit like lava, but has
the additional feature of destroying nodes to which it is adjacent.
It also randomly turns into a solid form, chernobylite, which makes an
attractive building block. It thus gradually melts its way through the
reactor shielding layers; a meltdown gets worse over time if not cleaned
up promptly.
The mechanism for an active reactor core to damage nearby players is
generalised into a "radioactive" node group. Corium and chernobylite
are radioactive, to varying degrees. Players receive a varying amount of
damage from a radioactive node, depending on proximity. Staying outside
a reactor cube is sufficient to be safe from the active core, but not
sufficient to be safe from a melted core.
Diffstat (limited to 'technic/textures')
-rw-r--r-- | technic/textures/technic_bucket_corium.png | bin | 0 -> 256 bytes |
-rw-r--r-- | technic/textures/technic_chernobylite_block.png | bin | 0 -> 666 bytes |
-rw-r--r-- | technic/textures/technic_corium_flowing_animated.png | bin | 0 -> 3278 bytes |
-rw-r--r-- | technic/textures/technic_corium_source_animated.png | bin | 0 -> 2954 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/technic/textures/technic_bucket_corium.png b/technic/textures/technic_bucket_corium.png Binary files differnew file mode 100644 index 0000000..82da7ca --- /dev/null +++ b/technic/textures/technic_bucket_corium.png diff --git a/technic/textures/technic_chernobylite_block.png b/technic/textures/technic_chernobylite_block.png Binary files differnew file mode 100644 index 0000000..a837c66 --- /dev/null +++ b/technic/textures/technic_chernobylite_block.png diff --git a/technic/textures/technic_corium_flowing_animated.png b/technic/textures/technic_corium_flowing_animated.png Binary files differnew file mode 100644 index 0000000..1d29f16 --- /dev/null +++ b/technic/textures/technic_corium_flowing_animated.png diff --git a/technic/textures/technic_corium_source_animated.png b/technic/textures/technic_corium_source_animated.png Binary files differnew file mode 100644 index 0000000..6c3ee56 --- /dev/null +++ b/technic/textures/technic_corium_source_animated.png |