Skip to content

Conversation

@Maleclypse
Copy link
Member

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

@github-actions github-actions bot added <Documentation> Design documents, internal info, guides and help. [JSON] Changes (can be) made in JSON Map / Mapgen Overmap, Mapgen, Map extras, Map display Spawn Creatures, items, vehicles, locations appearing on map Monsters Monsters both friendly and unfriendly. [Markdown] Markdown issues and PRs EOC: Effects On Condition Anything concerning Effects On Condition Mods: Xedra Evolved Anything to do with Xedra Evolved Mods Issues related to mods or modding astyled astyled PR, label is assigned by github actions labels May 24, 2025
Maleclypse and others added 4 commits December 22, 2025 00:54
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: TheShadowFerret <99621099+TheShadowFerret@users.noreply.github.com>
@Maleclypse Maleclypse force-pushed the New-chronomancer-foes branch from 39c0055 to 297a719 Compare December 22, 2025 06:54
@github-actions github-actions bot added Crafting / Construction / Recipes Includes: Uncrafting / Disassembling [C++] Changes (can be) made in C++. Previously named `Code` labels Dec 22, 2025

int missing = num_required - num_known;
if( missing <= 0 ) {
missing = 1;
Copy link
Contributor

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 🐶

Suggested change
missing = 1;
missing = 1;

}

if( x_in_y( explosion_chance * 100, 100 ) ) {
const int weight_grams = units::to_gram(craft.weight());
Copy link
Contributor

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 🐶

Suggested change
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);
Copy link
Contributor

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 🐶

Suggested change
const double casing_mass = static_cast<double>(weight_grams * missing * batch_size);
const double casing_mass = static_cast<double>( weight_grams * missing * batch_size );

Comment on lines +1412 to +1414
_( "The explosive craft explodes violently!" ),
_( "The explosive craft explodes violently near <npcname>!" )
);
Copy link
Contributor

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 🐶

Suggested change
_( "The explosive craft explodes violently!" ),
_( "The explosive craft explodes violently near <npcname>!" )
);
_( "The explosive craft explodes violently!" ),
_( "The explosive craft explodes violently near <npcname>!" )
);

@github-actions github-actions bot removed the astyled astyled PR, label is assigned by github actions label Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

[C++] Changes (can be) made in C++. Previously named `Code` Crafting / Construction / Recipes Includes: Uncrafting / Disassembling <Documentation> Design documents, internal info, guides and help. EOC: Effects On Condition Anything concerning Effects On Condition [JSON] Changes (can be) made in JSON Map / Mapgen Overmap, Mapgen, Map extras, Map display [Markdown] Markdown issues and PRs Mods: Xedra Evolved Anything to do with Xedra Evolved Mods Issues related to mods or modding Monsters Monsters both friendly and unfriendly. Spawn Creatures, items, vehicles, locations appearing on map

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants