Skip to content

Commit

Permalink
Reduce default simulation run counts
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoloff committed Oct 24, 2017
1 parent 916b900 commit fd759b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public enum ClientSetting implements GameSetting {

ARROW_KEY_SCROLL_SPEED(70),

BATTLE_CALC_SIMULATION_COUNT_DICE(2000),
BATTLE_CALC_SIMULATION_COUNT_DICE(200),

BATTLE_CALC_SIMULATION_COUNT_LOW_LUCK(5000),
BATTLE_CALC_SIMULATION_COUNT_LOW_LUCK(500),

CONFIRM_DEFENSIVE_ROLLS(false),

Expand Down

0 comments on commit fd759b5

Please sign in to comment.