Skip to content

Commit

Permalink
Merge pull request #78375 from Procyonae/NoHopeRegionOverlay
Browse files Browse the repository at this point in the history
No hope region settings -> region overlay
  • Loading branch information
Night-Pryanik authored Dec 14, 2024
2 parents faa60a6 + 199750b commit e4af97f
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 1,116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"vision_levels": "underground_dirt",
"name": "sewer",
"color": "green",
"see_cost": "full_high",
"extras": "sewer"
"see_cost": "full_high"
},
{
"type": "overmap_terrain",
Expand Down
1 change: 0 additions & 1 deletion data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@
},
"river": { "chance": 1, "extras": { "mx_null": 66, "mx_riverside_boat": 1, "mx_reed": 33 } },
"lake_shore": { "chance": 2, "extras": { "mx_reed": 100 } },
"sewer": { "chance": 80, "extras": { "mx_null": 100 } },
"agricultural": {
"chance": 38,
"extras": {
Expand Down
66 changes: 66 additions & 0 deletions data/mods/No_Hope/region_overlay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
[
{
"type": "region_overlay",
"regions": [ "all" ],
"map_extras": {
"forest": {
"extras": {
"mx_science": 20,
"mx_crater": 10,
"mx_supplydrop": 8,
"mx_military": 8,
"mx_bandits_ambush": 5,
"mx_bandits_grave": 2,
"mx_bandits_outpost": 2
}
},
"forest_thick": {
"extras": {
"mx_science": 20,
"mx_collegekids": 25,
"mx_crater": 10,
"mx_supplydrop": 5,
"mx_bandits_ambush": 5,
"mx_bandits_grave": 2,
"mx_bandits_outpost": 2
}
},
"forest_water": {
"extras": {
"mx_science": 50,
"mx_military": 25,
"mx_supplydrop": 25,
"mx_crater": 20,
"mx_bandits_ambush": 5,
"mx_bandits_grave": 2,
"mx_bandits_outpost": 2
}
},
"field": {
"extras": {
"mx_crater": 150,
"mx_supplydrop": 40,
"mx_bandits_ambush": 10,
"mx_bandits_campsite": 10,
"mx_bandits_grave": 10,
"mx_bandits_outpost": 10
}
},
"road": {
"extras": {
"mx_helicopter": 10,
"mx_military": 50,
"mx_science": 400,
"mx_bandits_block": 800,
"mx_drugdeal": 300,
"mx_supplydrop": 100,
"mx_crater": 100,
"mx_bandits_ambush": 100
}
},
"build": { "extras": { "mx_bugout": 20, "mx_science": 12, "mx_crater": 60, "mx_bandits_ambush": 10, "mx_bandits_hideout": 10 } },
"subway": { "extras": { "mx_casings": 10, "mx_bandits_ambush": 5 } }
},
"weather": { "base_humidity": 90.0 }
}
]
Loading

0 comments on commit e4af97f

Please sign in to comment.