Skip to content

Commit

Permalink
👔 Reduce damage in favorable stats regime
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasGruber committed Aug 18, 2023
1 parent b8af5e9 commit ea70d8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/libs/combat/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const COMBAT_HEIGHT = 4;
export const COMBAT_SECONDS = 30;
export const COMBAT_LOBBY_SECONDS = 20;

export const LVL_SCALING = 0.25;
export const LVL_SCALING = 0.1;
export const EXP_SCALING = 0.5;
export const DMG_SCALING = 1;
export const POWER_SCALING = 0.01;
Expand Down
13 changes: 10 additions & 3 deletions scripts/balance_framework.ipynb

Large diffs are not rendered by default.

1 comment on commit ea70d8c

@vercel
Copy link

@vercel vercel bot commented on ea70d8c Aug 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.