Skip to content

Commit

Permalink
Merge pull request CleverRaven#56067 from LyleSY/more_dino_nests
Browse files Browse the repository at this point in the history
[DinoMod] Saurischian dino nests
  • Loading branch information
Rivet-the-Zombie authored Mar 14, 2022
2 parents 20b4ebb + 9496aab commit ef1e34c
Show file tree
Hide file tree
Showing 19 changed files with 1,031 additions and 34 deletions.
51 changes: 51 additions & 0 deletions data/mods/DinoMod/mapgen/map_extras/nest_ankylosaurus.json
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 data/mods/DinoMod/mapgen/map_extras/nest_camptosaurus.json
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 data/mods/DinoMod/mapgen/map_extras/nest_corythosaurus.json
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 data/mods/DinoMod/mapgen/map_extras/nest_dyoplosaurus.json
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 }
]
}
}
]
51 changes: 51 additions & 0 deletions data/mods/DinoMod/mapgen/map_extras/nest_edmontonia.json
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 data/mods/DinoMod/mapgen/map_extras/nest_edmontosaurus.json
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 data/mods/DinoMod/mapgen/map_extras/nest_kosmoceratops.json
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 }
]
}
}
]
10 changes: 5 additions & 5 deletions data/mods/DinoMod/mapgen/map_extras/nest_maiasaura.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
},
"place_monster": [ { "monster": "mon_maiasaura", "x": [ 0, 23 ], "y": [ 0, 23 ], "repeat": [ 2, 10 ], "chance": 50 } ],
"place_item": [
{ "item": "egg_maiasaura", "x": 11, "y": 10, "amount": [ 3, 15 ], "chance": 35 },
{ "item": "egg_maiasaura", "x": 14, "y": 9, "amount": [ 3, 15 ], "chance": 35 },
{ "item": "egg_maiasaura", "x": 10, "y": 12, "amount": [ 3, 15 ], "chance": 35 },
{ "item": "egg_maiasaura", "x": 15, "y": 12, "amount": [ 3, 15 ], "chance": 35 },
{ "item": "egg_maiasaura", "x": 12, "y": 13, "amount": [ 3, 15 ], "chance": 35 },
{ "item": "egg_maiasaura", "x": 11, "y": 10, "amount": [ 3, 15 ] },
{ "item": "egg_maiasaura", "x": 14, "y": 9, "amount": [ 3, 15 ] },
{ "item": "egg_maiasaura", "x": 10, "y": 12, "amount": [ 3, 15 ] },
{ "item": "egg_maiasaura", "x": 15, "y": 12, "amount": [ 3, 15 ] },
{ "item": "egg_maiasaura", "x": 12, "y": 13, "amount": [ 3, 15 ] },
{ "item": "feather", "x": [ 0, 23 ], "y": [ 0, 23 ], "amount": [ 10, 20 ], "repeat": [ 1, 24 ], "chance": 20 }
]
}
Expand Down
Loading

0 comments on commit ef1e34c

Please sign in to comment.