-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Adds more master evolutions #83534
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
base: master
Are you sure you want to change the base?
Adds more master evolutions #83534
Conversation
Adds in a soldier & survivor master. Maybe more to come, maybe not.
My bad
data/json/monsters/zed_survivor.json
Outdated
| "id": "mon_zombie_survivor_master", | ||
| "type": "MONSTER", | ||
| "name": { "str": "prevailing survivor" }, | ||
| "description": "Whoever this once was, they were definitely a legend of the apocalypse. Somehow they died, even with specialized armor & knowledge they obtained. They look at you with a knowing, but unnerving smile, as if they pity what is gonna happen to you. You're better than them... Right?", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TSF forgot to fix the ellipsis, feel free to commit his suggestion first for credit.
| "description": "Whoever this once was, they were definitely a legend of the apocalypse. Somehow they died, even with specialized armor & knowledge they obtained. They look at you with a knowing, but unnerving smile, as if they pity what is gonna happen to you. You're better than them... Right?", | |
| "description": "Whoever this once was, they were definitely a legend of the apocalypse. Somehow they died, even with specialized armor & knowledge they obtained. They look at you with a knowing, but unnerving smile, as if they pity what is going to happen to you. You're better than them… Right?", |
| { "monster": "mon_zombie_soldier_acid_2", "weight": 250 }, | ||
| { "monster": "mon_bestial_stalker", "weight": 250 }, | ||
| { "monster": "mon_zombie_kevlar_0", "weight": 200 }, | ||
| { "monster": "mon_zombie_soldier_master", "weight": 100 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels very high, that's a ~10% chance to pick a master as the first evolution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I set it to 5% or so?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd say 1%, personally.
Co-authored-by: BalthazarArgall <[email protected]>
Co-authored-by: TheShadowFerret <[email protected]>
Co-authored-by: TheShadowFerret <[email protected]>
As per Balthazar's suggestion
Forgot to change that. Dangit.
Adds in a soldier & survivor master. Maybe more to come, maybe not.
Summary
Content "Adds a couple of new zombie masters"
Purpose of change
Just wanted to add a couple.
Describe the solution
They're practically the same as regular masters, except for some armor & loot changes
Describe alternatives you've considered
Thought of addin' a whistle to the soldier one.
Testing
Tested it, works in game.
Additional context
Why doesn't copyfrom copy eyes & legs?