Skip to content

Commit

Permalink
feat(balance,mods/innawoods): reduce wasp nest spawn weight (#5333)
Browse files Browse the repository at this point in the history
feat(balance,mods/innawoods): reduce wasp nest spawn rate

matches to that of regular map extra rate.
  • Loading branch information
scarf005 authored Sep 8, 2024
1 parent 3a750a5 commit 2c2bda5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/mods/innawoods/regional_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@
"mx_portal_in": 3,
"mx_grass": 10,
"mx_spider": 200,
"mx_nest_wasp": 100,
"mx_jabberwock": 1,
"mx_grove": 500,
"mx_shrubbery": 500,
Expand Down Expand Up @@ -451,7 +452,7 @@
"mx_fallen_shed": 0,
"mx_pond": 0,
"mx_point_burned_ground": 0,
"mx_nest_wasp": 200,
"mx_nest_wasp": 5,
"mx_mass_grave": 0
}
},
Expand Down

0 comments on commit 2c2bda5

Please sign in to comment.