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.
Merge pull request CleverRaven#56067 from LyleSY/more_dino_nests
[DinoMod] Saurischian dino nests
- Loading branch information
Showing
19 changed files
with
1,031 additions
and
34 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
data/mods/DinoMod/mapgen/map_extras/nest_ankylosaurus.json
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,51 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_ankylosaurus", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ { "monster": "mon_ankylosaurus", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ], | ||
"place_item": [ | ||
{ "item": "egg_ankylosaurus", "x": 11, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_ankylosaurus", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_ankylosaurus", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_ankylosaurus", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_ankylosaurus", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 } | ||
] | ||
} | ||
} | ||
] |
51 changes: 51 additions & 0 deletions
51
data/mods/DinoMod/mapgen/map_extras/nest_camptosaurus.json
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,51 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_camptosaurus", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ { "monster": "mon_camptosaurus", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ], | ||
"place_item": [ | ||
{ "item": "egg_camptosaurus", "x": 11, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_camptosaurus", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_camptosaurus", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_camptosaurus", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_camptosaurus", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 } | ||
] | ||
} | ||
} | ||
] |
51 changes: 51 additions & 0 deletions
51
data/mods/DinoMod/mapgen/map_extras/nest_corythosaurus.json
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,51 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_corythosaurus", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ { "monster": "mon_corythosaurus", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ], | ||
"place_item": [ | ||
{ "item": "egg_corythosaurus", "x": 11, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_corythosaurus", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_corythosaurus", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_corythosaurus", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_corythosaurus", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 } | ||
] | ||
} | ||
} | ||
] |
51 changes: 51 additions & 0 deletions
51
data/mods/DinoMod/mapgen/map_extras/nest_dyoplosaurus.json
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,51 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_dyoplosaurus", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ { "monster": "mon_dyoplosaurus", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ], | ||
"place_item": [ | ||
{ "item": "egg_dyoplosaurus", "x": 11, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_dyoplosaurus", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_dyoplosaurus", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_dyoplosaurus", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_dyoplosaurus", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 } | ||
] | ||
} | ||
} | ||
] |
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,51 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_edmontonia", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ { "monster": "mon_edmontonia", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ], | ||
"place_item": [ | ||
{ "item": "egg_edmontonia", "x": 11, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontonia", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontonia", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontonia", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontonia", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 } | ||
] | ||
} | ||
} | ||
] |
51 changes: 51 additions & 0 deletions
51
data/mods/DinoMod/mapgen/map_extras/nest_edmontosaurus.json
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,51 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_edmontosaurus", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ { "monster": "mon_edmontosaurus", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ], | ||
"place_item": [ | ||
{ "item": "egg_edmontosaurus", "x": 11, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontosaurus", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontosaurus", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontosaurus", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_edmontosaurus", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 } | ||
] | ||
} | ||
} | ||
] |
51 changes: 51 additions & 0 deletions
51
data/mods/DinoMod/mapgen/map_extras/nest_kosmoceratops.json
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,51 @@ | ||
[ | ||
{ | ||
"type": "mapgen", | ||
"method": "json", | ||
"update_mapgen_id": "mx_nest_kosmoceratops", | ||
"object": { | ||
"rows": [ | ||
" ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t t ", | ||
" t t---- ", | ||
" ----..-t ", | ||
" t t---..-..---t t ", | ||
" -.-..---..--t ", | ||
" ---.---..,--.- ", | ||
" t-.--..,-...-.-- ", | ||
" --...-..-.--. ", | ||
" -..-.,..-.,..-t t ", | ||
" t --....-,-..--- ", | ||
" t---...-.-.-..- ", | ||
" -.---.-....--- ", | ||
" t --.-....---t ", | ||
" t-....---t t ", | ||
" -----t ", | ||
" t ", | ||
" t ", | ||
" t ", | ||
" ", | ||
" t " | ||
], | ||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { | ||
"t": [ "t_region_tree", "t_region_groundcover_forest" ], | ||
",": [ "t_pit_shallow" ], | ||
"-": [ "t_fern", "t_grass", "t_grass", "t_region_groundcover_forest" ], | ||
".": [ "t_dirt", "t_dirt", "t_grass", "t_grass", "t_region_groundcover_forest" ] | ||
}, | ||
"place_monster": [ { "monster": "mon_kosmoceratops", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ], | ||
"place_item": [ | ||
{ "item": "egg_kosmoceratops", "x": 11, "y": 10, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_kosmoceratops", "x": 14, "y": 9, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_kosmoceratops", "x": 10, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_kosmoceratops", "x": 15, "y": 12, "amount": [ 3, 15 ] }, | ||
{ "item": "egg_kosmoceratops", "x": 12, "y": 13, "amount": [ 3, 15 ] }, | ||
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 } | ||
] | ||
} | ||
} | ||
] |
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
Oops, something went wrong.