Skip to content

Commit

Permalink
Update egg.ts Same-Species Egg Shiny Rate (pagefaultgames#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
damocleas authored Sep 5, 2024
1 parent e2e5b2c commit 6d312a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/egg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const EGG_SEED = 1073741824;
// Rates for specific random properties in 1/x
const DEFAULT_SHINY_RATE = 128;
const GACHA_SHINY_UP_SHINY_RATE = 64;
const SAME_SPECIES_EGG_SHINY_RATE = 24;
const SAME_SPECIES_EGG_SHINY_RATE = 12;
const SAME_SPECIES_EGG_HA_RATE = 8;
const MANAPHY_EGG_MANAPHY_RATE = 8;
const GACHA_EGG_HA_RATE = 192;
Expand Down

0 comments on commit 6d312a2

Please sign in to comment.