Skip to content

Commit

Permalink
Merge pull request #43249 from curstwist/add-shark-suit-spawn
Browse files Browse the repository at this point in the history
balance for freshwater research station
  • Loading branch information
ZhilkinSerg authored Aug 27, 2020
2 parents 80924f8 + c8d214e commit 666db7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@
],
"palettes": [ "underwater_structure" ],
"place_loot": [
{ "item": "shark_suit_faraday", "x": [ 9, 10 ], "y": 12, "chance": 60 },
{ "item": "fish", "x": 13, "y": 12, "chance": 100, "repeat": [ 2, 6 ] },
{ "item": "fish_bait", "x": 13, "y": 12, "chance": 100, "repeat": [ 2, 6 ] }
],
Expand Down
2 changes: 1 addition & 1 deletion data/json/overmap/overmap_special/specials.json
Original file line number Diff line number Diff line change
Expand Up @@ -7181,6 +7181,6 @@
"city_distance": [ 3, -1 ],
"city_sizes": [ 4, 12 ],
"occurrences": [ 0, 2 ],
"flags": [ "CLASSIC", "LAKE", "WILDERNESS" ]
"flags": [ "CLASSIC", "LAKE" ]
}
]

0 comments on commit 666db7f

Please sign in to comment.