Skip to content

Commit

Permalink
Reduce frequency of helicopter crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
ymber authored and kevingranade committed Apr 18, 2020
1 parent 8db6785 commit 76e9c94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/json/regional_map_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
"forest": {
"chance": 20,
"extras": {
"mx_helicopter": 8,
"mx_helicopter": 1,
"mx_military": 8,
"mx_science": 20,
"mx_collegekids": 25,
Expand All @@ -399,7 +399,7 @@
"forest_thick": {
"chance": 20,
"extras": {
"mx_helicopter": 8,
"mx_helicopter": 1,
"mx_military": 8,
"mx_science": 20,
"mx_collegekids": 25,
Expand Down Expand Up @@ -428,7 +428,7 @@
"forest_water": {
"chance": 20,
"extras": {
"mx_helicopter": 8,
"mx_helicopter": 1,
"mx_military": 8,
"mx_science": 20,
"mx_collegekids": 25,
Expand Down Expand Up @@ -456,7 +456,7 @@
"field": {
"chance": 6,
"extras": {
"mx_helicopter": 6,
"mx_helicopter": 1,
"mx_military": 2,
"mx_science": 1,
"mx_collegekids": 3,
Expand All @@ -481,7 +481,7 @@
"road": {
"chance": 75,
"extras": {
"mx_helicopter": 25,
"mx_helicopter": 1,
"mx_military": 25,
"mx_science": 40,
"mx_collegekids": 50,
Expand Down Expand Up @@ -525,7 +525,7 @@
"research_facility_lot": {
"chance": 3,
"extras": {
"mx_helicopter": 65,
"mx_helicopter": 15,
"mx_military": 65,
"mx_collegekids": 1,
"mx_portal": 200,
Expand Down

0 comments on commit 76e9c94

Please sign in to comment.