forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 40
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 #9 from Paxilmaniac/the-bog
The bog
- Loading branch information
Showing
13 changed files
with
64,461 additions
and
64,236 deletions.
There are no files selected for viewing
128,467 changes: 64,241 additions & 64,226 deletions
128,467
_maps/map_files/fantasystation/fantasyland.dmm
Large diffs are not rendered by default.
Oops, something went wrong.
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
88 changes: 88 additions & 0 deletions
88
...modules/fantasystation_map_generation/map_generator_and_areas/biome_types/swamp_biomes.dm
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,88 @@ | ||
/datum/biome/fantasy_swamp_water | ||
turf_type = /turf/open/water/vintage/swamp | ||
|
||
flora_types = list( | ||
/obj/structure/flora/fantasy_regrowing = 2, | ||
/obj/structure/flora/fantasy_tree/pet_bush/swamp/random_icon = 1, | ||
) | ||
feature_types = list( | ||
/obj/effect/spawner/random/rock_and_roll = 3, | ||
/obj/effect/spawner/random/rock_and_roll/super = 2, | ||
/obj/effect/spawner/random/rock_and_roll/lots_of_them = 1, | ||
) | ||
fauna_types = list() | ||
|
||
flora_density = 25 | ||
feature_density = 10 | ||
fauna_density = 0 | ||
|
||
/datum/biome/fantasy_swamp_water_surroundings | ||
turf_type = /turf/open/misc/fire_clay | ||
|
||
flora_types = list( | ||
/obj/structure/flora/fantasy_tree/pet_bush/swamp/random_icon = 2, | ||
/obj/structure/flora/fantasy_tree/swamp/random_icon = 1, | ||
) | ||
feature_types = list() | ||
fauna_types = list() | ||
|
||
flora_density = 40 | ||
feature_density = 0 | ||
fauna_density = 0 | ||
|
||
/datum/biome/fantasy_the_slop_swamp | ||
turf_type = /turf/open/misc/muck_slop | ||
|
||
flora_types = list( | ||
/obj/structure/flora/fantasy_regrowing = 2, | ||
/obj/structure/flora/fantasy_tree/pet_bush/swamp/random_icon = 2, | ||
/obj/structure/flora/fantasy_tree/swamp/random_icon = 1, | ||
) | ||
feature_types = list( | ||
/obj/effect/spawner/random/rock_and_roll = 3, | ||
/obj/effect/spawner/random/rock_and_roll/super = 2, | ||
/obj/effect/spawner/random/rock_and_roll/lots_of_them = 1, | ||
) | ||
fauna_types = list() | ||
|
||
flora_density = 50 | ||
feature_density = 10 | ||
fauna_density = 0 | ||
|
||
/datum/biome/fantasy_regular_soil/swamp | ||
turf_type = /turf/open/misc/regular_soil | ||
|
||
flora_types = list( | ||
/obj/structure/flora/fantasy_tree/stump/swamp/random_icon = 1, | ||
/obj/structure/flora/fantasy_tree/swamp/random_icon = 2, | ||
/obj/structure/flora/fantasy_tree/pet_bush/swamp/random_icon = 5, | ||
/obj/structure/flora/fantasy_regrowing = 8, | ||
) | ||
feature_types = list( | ||
/obj/effect/spawner/random/rock_and_roll = 3, | ||
/obj/effect/spawner/random/rock_and_roll/super = 2, | ||
/obj/effect/spawner/random/rock_and_roll/lots_of_them = 1, | ||
) | ||
fauna_types = list() | ||
|
||
flora_density = 50 | ||
feature_density = 5 | ||
fauna_density = 0 | ||
|
||
/datum/biome/fantasy_grassy_swamp | ||
turf_type = /turf/open/misc/fantasy_grass | ||
|
||
flora_types = list( | ||
/obj/structure/flora/fantasy_regrowing = 4, | ||
/obj/structure/flora/fantasy_tree/pet_bush/swamp/random_icon = 1, | ||
) | ||
feature_types = list( | ||
/obj/effect/spawner/random/rock_and_roll = 3, | ||
/obj/effect/spawner/random/rock_and_roll/super = 2, | ||
/obj/effect/spawner/random/rock_and_roll/lots_of_them = 1, | ||
) | ||
fauna_types = list() | ||
|
||
flora_density = 75 | ||
feature_density = 10 | ||
fauna_density = 0 |
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
Binary file not shown.
Binary file not shown.
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