Skip to content

Commit

Permalink
[Gear] default ovinax's egg initial stacks to 20 and allow determinin…
Browse files Browse the repository at this point in the history
…g if default has been overridden
  • Loading branch information
gastank committed Sep 18, 2024
1 parent b1b73a7 commit 0abb6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/player/player.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -832,8 +832,8 @@ struct player_t : public actor_t
// Starting stance for Sik'rans Shadow Arsenal
player_option_t<std::string> sikrans_endless_arsenal_stance = "";
// starting & desired stacks for Ovinax's Mercurial Egg
int ovinaxs_mercurial_egg_initial_primary_stacks = 30;
int ovinaxs_mercurial_egg_desired_primary_stacks = 20;
player_option_t<int> ovinaxs_mercurial_egg_initial_primary_stacks = 20;
player_option_t<int> ovinaxs_mercurial_egg_desired_primary_stacks = 20;
// how close to desired stacks you can be before potentially adjusting
int ovinaxs_mercurial_egg_desired_primary_stacks_leeway = 3;
// time to pick up Entropic Skardyn Core fragment
Expand Down

0 comments on commit 0abb6c5

Please sign in to comment.