Skip to content

Commit

Permalink
Merge pull request CleverRaven#67142 from Maleclypse/Make-special-hun…
Browse files Browse the repository at this point in the history
…ting-lodges-unique

Make special Hunting Lodge Unique and NPC lodge Globally Unique
  • Loading branch information
Rivet-the-Zombie authored Jul 25, 2023
2 parents 94c0d83 + a6faba9 commit 24a70ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@
"locations": [ "forest" ],
"city_distance": [ 30, -1 ],
"city_sizes": [ 0, 12 ],
"occurrences": [ 0, 1 ],
"flags": [ "CLASSIC", "MAN_MADE" ]
"occurrences": [ 10, 100 ],
"flags": [ "CLASSIC", "MAN_MADE", "UNIQUE" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -528,8 +528,8 @@
"locations": [ "forest" ],
"city_distance": [ 30, -1 ],
"city_sizes": [ 0, 12 ],
"occurrences": [ 0, 1 ],
"flags": [ "CLASSIC", "MAN_MADE" ]
"occurrences": [ 10, 100 ],
"flags": [ "CLASSIC", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand Down

0 comments on commit 24a70ac

Please sign in to comment.