Skip to content

Commit

Permalink
update multipliers for
Browse files Browse the repository at this point in the history
  • Loading branch information
Krealle committed Nov 26, 2024
1 parent 70f0683 commit 79e8adc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/analysis/retail/evoker/augmentation/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ export const TECTONIC_LOCUS_MULTIPLIER = 0.5;
export const VOLCANISM_ESSENCE_REDUCTION = 1;
export const ANACHRONISM_ESSENCE_CHANCE = 0.35;
export const SYMBIOTIC_HEALING_INCREASE = 0.03;
export const MOLTEN_EMBERS_MULTIPLIER = 0.2;
export const MOLTEN_EMBERS_MULTIPLIER = [0.1, 0.13, 0.2, 0.4];
export const MOLTEN_EMBERS_MULTIPLIER_NO_BLAST_FURNACE = [0.12, 0.17, 0.3, 1.2];

// Breath of Eons multiplier
export const BREATH_OF_EONS_MULTIPLIER = 0.1;
Expand Down

0 comments on commit 79e8adc

Please sign in to comment.