-
Notifications
You must be signed in to change notification settings - Fork 4.4k
[Xedra Evolved ] New chronomancer foe and location #81047
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?
Conversation
code changes
Update ferals.json fix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: TheShadowFerret <99621099+TheShadowFerret@users.noreply.github.com>
39c0055 to
297a719
Compare
|
|
||
| int missing = num_required - num_known; | ||
| if( missing <= 0 ) { | ||
| missing = 1; |
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.
[JSON & C++ formatters] reported by reviewdog 🐶
| missing = 1; | |
| missing = 1; |
| } | ||
|
|
||
| if( x_in_y( explosion_chance * 100, 100 ) ) { | ||
| const int weight_grams = units::to_gram(craft.weight()); |
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.
[JSON & C++ formatters] reported by reviewdog 🐶
| const int weight_grams = units::to_gram(craft.weight()); | |
| const int weight_grams = units::to_gram( craft.weight() ); |
| if( x_in_y( explosion_chance * 100, 100 ) ) { | ||
| const int weight_grams = units::to_gram(craft.weight()); | ||
| const int explosion_power = 2 * weight_grams * missing * batch_size; | ||
| const double casing_mass = static_cast<double>(weight_grams * missing * batch_size); |
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.
[JSON & C++ formatters] reported by reviewdog 🐶
| const double casing_mass = static_cast<double>(weight_grams * missing * batch_size); | |
| const double casing_mass = static_cast<double>( weight_grams * missing * batch_size ); |
| _( "The explosive craft explodes violently!" ), | ||
| _( "The explosive craft explodes violently near <npcname>!" ) | ||
| ); |
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.
[JSON & C++ formatters] reported by reviewdog 🐶
| _( "The explosive craft explodes violently!" ), | |
| _( "The explosive craft explodes violently near <npcname>!" ) | |
| ); | |
| _( "The explosive craft explodes violently!" ), | |
| _( "The explosive craft explodes violently near <npcname>!" ) | |
| ); |
Summary
Mods "New Chronomancer Foe: Stalking Ferals"
Purpose of change
Adds some new Chronomancer encounters and monsters
Describe the solution
Makes the monsters, eocs and location.
Describe alternatives you've considered
None
Testing
Additional context