Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(balance): Reduce RNG that can produce necromancers and masters in the early game. #3725

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update zombie_upgrades.json
Put Hollows back in the generic zombie upgrade group.
RedPine91 authored Nov 20, 2023
commit a81406043110b129eb694ecd3dd981915411127b
3 changes: 2 additions & 1 deletion data/json/monstergroups/zombie_upgrades.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,8 @@
{ "monster": "mon_boomer", "freq": 45, "cost_multiplier": 5 },
{ "monster": "mon_zombie_brute", "freq": 23, "cost_multiplier": 15 },
{ "monster": "mon_zombie_thorny", "freq": 13, "cost_multiplier": 5 },
{ "monster": "mon_zombie_nurse", "freq": 10, "cost_multiplier": 3 }
{ "monster": "mon_zombie_nurse", "freq": 10, "cost_multiplier": 3 },
{ "monster": "mon_zombie_hollow", "freq": 3, "cost_multiplier": 10 }
]
},
{