forked from NebulaSS13/Nebula
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from MistakeNot4892/map/karzerfeste
[IDB IGNORE] [MDB IGNORE] WIP for new dungeon-focused map.
- Loading branch information
Showing
69 changed files
with
100,319 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
/area/karzerfeste | ||
name = "Burg Karzerfeste" | ||
abstract_type = /area/karzerfeste | ||
allow_xenoarchaeology_finds = FALSE | ||
icon = 'maps/karzerfeste/areas/icons.dmi' | ||
icon_state = "area" | ||
base_turf = /turf/floor/rock/basalt | ||
fishing_failure_prob = 5 | ||
fishing_results = list( | ||
/mob/living/simple_animal/aquatic/fish = 10, | ||
/mob/living/simple_animal/aquatic/fish/grump = 10, | ||
/obj/item/mollusc = 5, | ||
/obj/item/mollusc/barnacle/fished = 5, | ||
/obj/item/mollusc/clam/fished/pearl = 3, | ||
/obj/item/trash/mollusc_shell/clam = 1, | ||
/obj/item/trash/mollusc_shell/barnacle = 1, | ||
/obj/item/remains/mouse = 1, | ||
/obj/item/remains/lizard = 1, | ||
/obj/item/stick = 1, | ||
/obj/item/trash/mollusc_shell = 1, | ||
) | ||
sound_env = GENERIC | ||
ambience = list() | ||
var/list/additional_fishing_results | ||
|
||
/area/karzerfeste/Initialize() | ||
if(additional_fishing_results) | ||
for(var/fish in additional_fishing_results) | ||
fishing_results[fish] = additional_fishing_results[fish] | ||
. = ..() | ||
|
||
/area/karzerfeste/outside | ||
name = "\improper Wilderness" | ||
color = COLOR_GREEN | ||
is_outside = OUTSIDE_YES | ||
sound_env = PLAIN | ||
ambience = list( | ||
'sound/effects/wind/wind_2_1.ogg', | ||
'sound/effects/wind/wind_2_2.ogg', | ||
'sound/effects/wind/wind_3_1.ogg', | ||
'sound/effects/wind/wind_4_1.ogg', | ||
'sound/effects/wind/wind_4_2.ogg', | ||
'sound/effects/wind/wind_5_1.ogg' | ||
) | ||
area_blurb_category = /area/karzerfeste/outside | ||
interior_ambient_light_modifier = -0.3 | ||
area_flags = AREA_FLAG_EXTERNAL | AREA_FLAG_IS_BACKGROUND | ||
additional_fishing_results = list( | ||
/mob/living/simple_animal/aquatic/fish/large = 5, | ||
/mob/living/simple_animal/aquatic/fish/large/salmon = 5, | ||
/mob/living/simple_animal/aquatic/fish/large/trout = 5, | ||
/mob/living/simple_animal/aquatic/fish/large/pike = 3 | ||
) | ||
|
||
/area/karzerfeste/outside/above | ||
name = "\improper Heights" | ||
color = COLOR_GRAY80 | ||
|
||
// Forest level | ||
/area/karzerfeste/outside/forest | ||
name = "\improper Western Forest" | ||
sound_env = FOREST | ||
|
||
/area/karzerfeste/outside/forest/woods | ||
name = "\improper Western Woods" | ||
|
||
/area/karzerfeste/outside/forest/lake | ||
name = "\improper Western Lake" | ||
additional_fishing_results = list( | ||
/mob/living/simple_animal/aquatic/fish/large/bass = 5, | ||
/mob/living/simple_animal/aquatic/fish/large/trout = 5, | ||
/mob/living/simple_animal/aquatic/fish/large/javelin = 5, | ||
/mob/living/simple_animal/hostile/aquatic/carp = 3, | ||
/mob/living/simple_animal/aquatic/fish/large/koi = 1 | ||
) | ||
color = COLOR_BLUE_GRAY | ||
|
||
/area/karzerfeste/outside/forest/deep | ||
name = "\improper Western Deepwoods" | ||
color = COLOR_DARK_GREEN_GRAY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
/area/karzerfeste/caves | ||
name = "\improper Subterrain" | ||
color = COLOR_GRAY40 | ||
is_outside = OUTSIDE_NO | ||
ambience = list( | ||
'sound/ambience/ambimine.ogg', | ||
'sound/ambience/song_game.ogg' | ||
) | ||
area_blurb_category = /area/karzerfeste/caves | ||
sound_env = CAVE | ||
area_flags = AREA_FLAG_IS_BACKGROUND | ||
|
||
/area/karzerfeste/caves/poi | ||
name = "\improper Subterrain - Points Of Interest" | ||
|
||
/area/karzerfeste/outside/caves | ||
name = "\improper Subterrain Chasm" | ||
color = COLOR_GRAY80 | ||
sound_env = CAVE | ||
|
||
/area/karzerfeste/caves/surface_east | ||
name = "\improper Eastern Mountain Caverns" | ||
color = COLOR_GRAY80 | ||
|
||
/area/karzerfeste/caves/surface_west | ||
name = "\improper Western Mountain Caverns" | ||
color = COLOR_GRAY80 | ||
|
||
/area/karzerfeste/caves/upper_east | ||
name = "\improper Upper Eastern Caverns" | ||
color = COLOR_GRAY80 | ||
|
||
/area/karzerfeste/caves/upper_west | ||
name = "\improper Upper Western Caverns" | ||
color = COLOR_GRAY40 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
/area/karzerfeste/keep | ||
name = "\improper Keep Interior" | ||
color = COLOR_GREEN_GRAY | ||
|
||
/area/karzerfeste/keep/gatehouse | ||
name = "\improper Eastern Gatehouse" | ||
color = COLOR_BLUE_GRAY | ||
|
||
/area/karzerfeste/keep/gatehouse/west | ||
name = "\improper Western Gatehouse" | ||
color = COLOR_BLUE_GRAY | ||
|
||
/area/karzerfeste/keep/tower | ||
name = "\improper Northwestern Tower" | ||
color = COLOR_CIVIE_GREEN | ||
|
||
/area/karzerfeste/keep/tower/two | ||
name = "\improper Northeastern Tower" | ||
color = COLOR_CIVIE_GREEN | ||
|
||
/area/karzerfeste/keep/tower/three | ||
name = "\improper Southwestern Tower" | ||
color = COLOR_CIVIE_GREEN | ||
|
||
/area/karzerfeste/keep/tower/four | ||
name = "\improper Southeastern Tower" | ||
color = COLOR_CIVIE_GREEN | ||
|
||
/area/karzerfeste/outside/keep | ||
name = "\improper Keep Exterior" | ||
color = COLOR_GREEN | ||
|
||
/area/karzerfeste/outside/keep/courtyard | ||
name = "\improper Northern Courtyard" | ||
color = COLOR_GREEN | ||
|
||
/area/karzerfeste/outside/keep/above | ||
name = "\improper Keep Heights" | ||
color = COLOR_GREEN | ||
|
||
/area/karzerfeste/outside/keep/gatehouse | ||
name = "\improper Upper Gatehouse" | ||
color = COLOR_BLUE_GRAY | ||
|
||
/area/karzerfeste/outside/keep/tower | ||
name = "\improper Upper Northwestern Tower" | ||
color = COLOR_BLUE_GRAY | ||
|
||
/area/karzerfeste/outside/keep/tower/two | ||
name = "\improper Upper Northeastern Tower" | ||
color = COLOR_BLUE_GRAY | ||
|
||
/area/karzerfeste/outside/keep/tower/three | ||
name = "\improper Upper Southwestern Tower" | ||
color = COLOR_BLUE_GRAY | ||
|
||
/area/karzerfeste/outside/keep/tower/four | ||
name = "\improper Upper Southeastern Tower" | ||
color = COLOR_BLUE_GRAY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
/area/karzerfeste/outside/road | ||
name = "\improper South Road" | ||
color = COLOR_CYAN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
/area/karzerfeste/ward | ||
name = "\improper Karzerfeste Outer Ward" | ||
color = COLOR_BRONZE | ||
|
||
/area/karzerfeste/ward/wall | ||
name = "\improper Western Outer Wall" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/ward/wall/two | ||
name = "\improper Southwestern Outer Wall" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/ward/wall/three | ||
name = "\improper Central Outer Wall" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/ward/wall/four | ||
name = "\improper Eastern Outer Wall" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/ward/shrine | ||
name = "\improper Western Shrine" | ||
color = COLOR_BLUE | ||
|
||
/area/karzerfeste/ward/shrine/east | ||
name = "\improper Eastern Shrine" | ||
color = COLOR_CYAN_BLUE | ||
|
||
/area/karzerfeste/outside/ward | ||
name = "\improper Karzerfest Outer Ward" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/outside/ward/wall | ||
name = "\improper Upper Western Outer Wall" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/outside/ward/wall/two | ||
name = "\improper Upper Southwestern Outer Wall" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/outside/ward/wall/three | ||
name = "\improper Upper Central Outer Wall" | ||
color = COLOR_BROWN | ||
|
||
/area/karzerfeste/outside/ward/wall/four | ||
name = "\improper Upper Eastern Outer Wall" | ||
color = COLOR_BROWN |
Oops, something went wrong.