Skip to content

Commit 0a80603

Browse files
reduce chansey egg price
1 parent 1554e3b commit 0a80603

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

app/config/game/town-encounters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import { randomWeighted } from "../../utils/random"
44

55
export const TownEncounterSellPrice: { [encounter in TownEncounter]?: number } =
66
{
7+
[Pkm.CHANSEY]: 5,
78
[Pkm.KECLEON]: 10,
89
[Pkm.KANGASKHAN]: 10,
9-
[Pkm.CHANSEY]: 10,
1010
[Pkm.ELECTIVIRE]: 10
1111
}
1212

app/public/dist/client/changelog/patch-6.9.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
> I can't nerf the quality of community guides unfortunately, so I have to make this mission more difficult despite being already hard for beginners, in order to keep it balanced for high elo players.
114114
115115
- Buff GIMMIGHOUL_COIN: +3 GOLD → +5 GOLD when obtained
116+
- Reduce the price of Chansey EGG_FOR_SELL: 10 → 5 GOLD
116117

117118
## Misc
118119

0 commit comments

Comments
 (0)