Skip to content

Commit

Permalink
Correct a mistake in an MN update
Browse files Browse the repository at this point in the history
oops!
  • Loading branch information
RobbieNeko committed Jan 5, 2025
1 parent d3fa171 commit 738a765
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/mods/Magical_Nights/worldgen/overmap_specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@
"city_sizes": [ 0, 20 ],
"occurrences": [ 0, 5 ]
},
{
"type": "overmap_special",
"id": "orc_camp",
"overmaps": [ { "point": [ 0, 0, 0 ], "overmap": "orc_camp_north" } ],
"locations": [ "wilderness" ],
"city_distance": [ 20, -1 ],
"city_sizes": [ 0, 20 ],
"occurrences": [ 0, 2 ]
},
{
"type": "overmap_special",
"id": "forest_tomb",
Expand Down
10 changes: 10 additions & 0 deletions data/mods/Magical_Nights/worldgen/overmap_terrain.json
Original file line number Diff line number Diff line change
Expand Up @@ -469,5 +469,15 @@
"see_cost": 5,
"extras": "build",
"mondensity": 2
},
{
"type": "overmap_terrain",
"id": "orc_camp",
"name": "Orc Camp",
"sym": "O",
"color": "green",
"see_cost": 5,
"extras": "build",
"mondensity": 2
}
]

0 comments on commit 738a765

Please sign in to comment.