New redgate Islands map

Added a new redgate islands map. This consists of two Z-levels: An ocean with a few islands to visit, many with vore mobs on them. An underwater Z-level with lots of things to find hidden around the ocean floor, a little more sparse on vore mobs.

Added a new underwater turf. Standing on this turf feeds you CO2 instead of air, suffocating you. It is a subset of water turfs, and therefore interacts with aquatic, which also allows you to breathe on these turfs. This does mean that you can use the "dive" ability of aquatic under the water too, but it can be treated as though you are swimming up above the sea floor.

Added a "diving" subset of the ocean turf, which allows you to dive down to the turf beneath it, or to swim up from below. Uses normal move up/down verbs.

Added a bunch of underwater flora.

Added a collapsed ships mast prop.

Added a new variation of Fake_Sun that applies a new underwater weather effect and has only one option for the colour and brightness.

Added a new "vorny" variation of the great white carp. This one is very hard to escape from and digests quickly, but is stunned if you manage to do so to give you a chance to flee.

Added a new water resistant and friendly hiveless hivebot called Harry.

Added a couple of creative commons 0 sound effects for the ocean and underwater areas.
This commit is contained in:
SatinIsle
2023-08-30 14:51:00 +01:00
parent b7ae14e27a
commit ee1baecdba
24 changed files with 44565 additions and 8 deletions
+177
View File
@@ -538,4 +538,181 @@
name = "house"
icon_state = "green"
// Islands areas
/area/redgate/islands
name = "Islands"
icon_state = "red"
requires_power = 0
/area/redgate/islands/ocean
name = "Islands - Ocean"
icon_state = "purple"
forced_ambience = list('sound/effects/ocean.ogg')
/area/redgate/islands/volcano
name = "Islands - Volcano"
icon_state = "red"
/area/redgate/islands/cave
name = "Islands - Cave"
icon_state = "yellow"
/area/redgate/islands/gear
name = "Islands - Rig Gear Room"
icon_state = "bluenew"
/area/redgate/islands/control
name = "Islands - Rig Control Room"
icon_state = "bluenew"
/area/redgate/islands/telecomms
name = "Islands - Telecomms"
icon_state = "red"
/area/redgate/islands/ladder
name = "Islands - Ladder"
icon_state = "red"
/area/redgate/islands/redgate
name = "Islands - Redgate"
icon_state = "red"
/area/redgate/islands/oxygen
name = "Islands - Oxygen Shed"
icon_state = "bluenew"
/area/redgate/islands/fishing
name = "Islands - Fishing Shed"
icon_state = "red"
/area/redgate/islands/livingroom
name = "Islands - Living Room"
icon_state = "red"
/area/redgate/islands/diningroom
name = "Islands - Dining Room"
icon_state = "bluenew"
/area/redgate/islands/dorm1
name = "Islands - House Dorm 1"
icon_state = "yellow"
/area/redgate/islands/dorm2
name = "Islands - House Dorm 2"
icon_state = "yellow"
/area/redgate/islands/bathroom
name = "Islands - Bathroom"
icon_state = "red"
/area/redgate/islands/kitchen
name = "Islands - Kitchen"
icon_state = "red"
/area/redgate/islands/office
name = "Islands - Office"
icon_state = "bluenew"
/area/redgate/islands/secretladder
name = "Islands - Secret Ladder"
icon_state = "red"
/area/redgate/islands/alienship
name = "Islands - Alien Ship"
icon_state = "bluenew"
/area/redgate/islands/underwater
name = "Islands - Under The Sea"
icon_state = "bluenew"
forced_ambience = list('sound/effects/underwater.ogg')
/area/redgate/islands/storeroom
name = "Islands - Store Room"
icon_state = "red"
/area/redgate/islands/kegs
name = "Islands - Kegs"
icon_state = "yellow"
/area/redgate/islands/bar
name = "Islands - Bar"
icon_state = "green"
/area/redgate/islands/backroom
name = "Islands - Bar Backroom"
icon_state = "yellow"
/area/redgate/islands/piratecave
name = "Islands - Smuggling Caves"
icon_state = "red"
/area/redgate/islands/gambling
name = "Islands - Games Room"
icon_state = "yellow"
/area/redgate/islands/sparerooms
name = "Islands - Spare Rooms"
icon_state = "yellow"
/area/redgate/islands/gamblingbackroom
name = "Islands - Gambling Backroom"
icon_state = "purple"
/area/redgate/islands/lavabase
name = "Islands - Lava Base"
icon_state = "red"
/area/redgate/islands/lavadorm
name = "Islands - Lava Dorm"
icon_state = "purple"
/area/redgate/islands/robotics
name = "Islands - Robotics Lab"
icon_state = "yellow"
/area/redgate/islands/lavagear
name = "Islands - Lava Base Equipment"
icon_state = "green"
/area/redgate/islands/underwatercave
name = "Islands - Underwater cave"
icon_state = "yellow"
/area/redgate/islands/ruins
name = "Islands - Golden Ruins"
icon_state = "yellow"
/area/redgate/islands/cult
name = "Islands - Sunken Ruins"
icon_state = "red"
/area/redgate/islands/divingbay
name = "Islands - Diving Bay"
icon_state = "green"
/area/redgate/islands/shower
name = "Islands - Shower Room"
icon_state = "purple"
/area/redgate/islands/righall
name = "Islands - Rig Bowels"
icon_state = "red"
/area/redgate/islands/rig1
name = "Islands - Rig Dorm 1"
icon_state = "yellow"
/area/redgate/islands/rig2
name = "Islands - Rig Dorm 2"
icon_state = "yellow"
/area/redgate/islands/meeting
name = "Islands - Rig Briefing Room"
icon_state = "purple"
/area/redgate/islands/mess
name = "Islands - Rig Mess"
icon_state = "red"