forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the first fungal house! (CleverRaven#76463)
* first fungal house * adds GROUP_FUNGI_ZOMBIE for house_fungus_01 * Rename fungal_house_01 to house_fungus_01 * Update adds overmap_terrain for house_fungus_01 * adds "house_fungus_01" to possible "city" spawning list * Update adds house_fungus_01 to multitile_city_buildings * Update data/json/overmap/multitile_city_buildings.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/json/overmap/multitile_city_buildings.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Rename house_fungus_01 to house_fungus_01.json * Defines "sym" for house_fungus_roof_01 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
abbb6ce
commit 3cf4b80
Showing
5 changed files
with
137 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": [ "house_fungus_01" ], | ||
"weight": 20, | ||
"object": { | ||
"fill_ter": "t_fungus", | ||
"rows": [ | ||
"............``..........", | ||
"............``..........", | ||
"..##oo##o##.``..........", | ||
"..#_ ___#.``........^.", | ||
"..o___ _#.``.##oooo##.", | ||
"..# ___|||##o*##_ ____#.", | ||
"..#_ _|__ ___|___ __o.", | ||
"..#____+__ _ ____ __#.", | ||
"..#|||||_ ___ __ __ _#.", | ||
"..o___|__ ____ _ _ __o.", | ||
"..#___+___ __ ___ __#.", | ||
"..#||||___##*###_ ||||#.", | ||
"..#_ _____#_ __# _+ _#.", | ||
"..o____ _#____#__|_ _o.", | ||
"..#_ ____#__ #__|___#.", | ||
"..#_ ____ #____o__|_ _o.", | ||
"..##o##___# __#_ |___#.", | ||
".....^#___#````#####o##.", | ||
"......#___#.............", | ||
"......##*##.............", | ||
"........................", | ||
"........................", | ||
"........................", | ||
"........................" | ||
], | ||
"terrain": { | ||
".": [ [ "t_grass", 5 ], [ "t_grass_dead", 4 ], "t_fungus" ], | ||
"_": [ [ "t_floor", 7 ], [ "t_fungus_mound", 3 ] ], | ||
"#": [ [ "t_wall_w", 10 ], [ "t_fungus_wall", 3 ] ], | ||
"|": [ [ "t_wall_wood", 10 ], [ "t_fungus_wall", 5 ] ], | ||
"o": [ [ "t_wall_glass", 3 ], [ "t_fungus_wall", 2 ] ], | ||
"*": "t_door_locked", | ||
"+": "t_door_c", | ||
"`": "t_sidewalk", | ||
"^": "t_gutter_downspout" | ||
} | ||
} | ||
}, | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"om_terrain": "house_fungus_roof_01", | ||
"object": { | ||
"fill_ter": "t_shingle_flat_roof", | ||
"rows": [ | ||
" ", | ||
" ", | ||
" --------- ", | ||
" -.......- ", | ||
" -.......- ------5- ", | ||
" -.......------......- ", | ||
" -..1...........X....- ", | ||
" -...................- ", | ||
" -...................- ", | ||
" -...................- ", | ||
" -...........N.......- ", | ||
" -...................- ", | ||
" -.....=.........&...- ", | ||
" -...................- ", | ||
" -...................- ", | ||
" -...................- ", | ||
" ----5...------......- ", | ||
" -...- -------- ", | ||
" -...- ", | ||
" ----- ", | ||
" ", | ||
" ", | ||
" ", | ||
" " | ||
], | ||
"palettes": [ "roof_palette" ], | ||
"terrain": { ".": [ [ "t_shingle_flat_roof", 5 ], [ "t_fungus", 2 ] ] } | ||
} | ||
} | ||
] |
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