Skip to content

Commit

Permalink
Merge pull request CleverRaven#78246 from Milopetilo/globally-unique-…
Browse files Browse the repository at this point in the history
…locations

Add globally unique to more npc locations
  • Loading branch information
Night-Pryanik authored Nov 30, 2024
2 parents 221440c + f011454 commit b53cf93
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion data/json/npcs/exodii/non-NPC_missions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"difficulty": 2,
"value": 0,
"start": {
"assign_mission_target": { "om_terrain": "exodii_base_x0y3z0", "om_special": "exodii_base", "reveal_radius": 5, "search_range": 400 }
"assign_mission_target": { "om_terrain": "exodii_base_x0y3z0", "om_special": "exodii_base", "reveal_radius": 5, "search_range": 540 }
},
"origins": [ "ORIGIN_SECONDARY" ],
"dialogue": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"value": 50000,
"item": "commune_prospectus",
"start": {
"assign_mission_target": { "om_terrain": "ranch_camp_67", "om_special": "ranch_camp", "reveal_radius": 1, "search_range": 200 },
"assign_mission_target": { "om_terrain": "ranch_camp_67", "om_special": "ranch_camp", "reveal_radius": 1, "search_range": 540 },
"update_mapgen": {
"place_npcs": [
{ "class": "ranch_foreman", "x": 16, "y": 15, "target": true, "add_trait": "NPC_MISSION_LEV_1" },
Expand Down
30 changes: 15 additions & 15 deletions data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
"city_distance": [ 25, -1 ],
"occurrences": [ 50, 100 ],
"//": "Inflated chance, effective rate ~40%",
"flags": [ "WILDERNESS", "OVERMAP_UNIQUE", "MAN_MADE" ]
"flags": [ "WILDERNESS", "GLOBALLY_UNIQUE", "MAN_MADE" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -1334,7 +1334,7 @@
"city_distance": [ 3, -1 ],
"city_sizes": [ 4, 12 ],
"occurrences": [ 50, 100 ],
"flags": [ "CLASSIC", "LAKE", "OVERMAP_UNIQUE", "MAN_MADE" ]
"flags": [ "CLASSIC", "LAKE", "GLOBALLY_UNIQUE", "MAN_MADE" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -1523,8 +1523,8 @@
"locations": [ "field", "forest_without_trail" ],
"city_distance": [ 10, 40 ],
"city_sizes": [ 4, -1 ],
"occurrences": [ 2, 100 ],
"flags": [ "LAB", "OVERMAP_UNIQUE", "MAN_MADE" ]
"occurrences": [ 20, 100 ],
"flags": [ "LAB", "GLOBALLY_UNIQUE", "MAN_MADE" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -3751,7 +3751,7 @@
"occurrences": [ 33, 100 ],
"priority": 1,
"rotate": false,
"flags": [ "OVERMAP_UNIQUE", "SAFE_AT_WORLDGEN", "MAN_MADE", "GLOBALLY_UNIQUE" ]
"flags": [ "SAFE_AT_WORLDGEN", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -4247,7 +4247,7 @@
"city_sizes": [ 6, -1 ],
"occurrences": [ 40, 100 ],
"//": "Inflated chance, in effect 15%",
"flags": [ "CLASSIC", "OVERMAP_UNIQUE", "MAN_MADE" ]
"flags": [ "CLASSIC", "GLOBALLY_UNIQUE", "MAN_MADE" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -5497,7 +5497,7 @@
"locations": [ "wilderness" ],
"city_distance": [ 10, -1 ],
"occurrences": [ 20, 100 ],
"flags": [ "MI-GO", "OVERMAP_UNIQUE", "WILDERNESS" ]
"flags": [ "MI-GO", "GLOBALLY_UNIQUE", "WILDERNESS" ]
},
{
"id": "airliner_crashed",
Expand Down Expand Up @@ -6184,8 +6184,8 @@
"locations": [ "forest" ],
"city_distance": [ 5, 10 ],
"city_sizes": [ 4, -1 ],
"occurrences": [ 0, 1 ],
"flags": [ "CLASSIC", "MAN_MADE" ]
"occurrences": [ 30, 100 ],
"flags": [ "CLASSIC", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand All @@ -6199,8 +6199,8 @@
"locations": [ "field" ],
"city_distance": [ 5, 40 ],
"city_sizes": [ 1, -1 ],
"occurrences": [ 0, 1 ],
"flags": [ "CLASSIC", "MAN_MADE" ]
"occurrences": [ 30, 100 ],
"flags": [ "CLASSIC", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand Down Expand Up @@ -6240,8 +6240,8 @@
"locations": [ "land" ],
"city_distance": [ 5, 60 ],
"city_sizes": [ 4, -1 ],
"occurrences": [ 0, 2 ],
"flags": [ "CLASSIC", "MAN_MADE" ]
"occurrences": [ 60, 100 ],
"flags": [ "CLASSIC", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand All @@ -6250,8 +6250,8 @@
"locations": [ "field" ],
"city_distance": [ 3, 10 ],
"city_sizes": [ 8, -1 ],
"occurrences": [ 0, 1 ],
"flags": [ "CLASSIC", "URBAN", "MAN_MADE" ]
"occurrences": [ 30, 100 ],
"flags": [ "CLASSIC", "URBAN", "MAN_MADE", "GLOBALLY_UNIQUE" ]
},
{
"type": "overmap_special",
Expand Down

0 comments on commit b53cf93

Please sign in to comment.