mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-09 04:23:45 -05:00
Gen1 Random Battles: Make Ditto level 100 (#9152)
https://discord.com/channels/294651453279174656/809413397840920586/1037052464865755197
This commit is contained in:
parent
9d555fb2c8
commit
c58dfa01a1
|
|
@ -341,7 +341,7 @@ export class RandomGen1Teams extends RandomGen2Teams {
|
|||
const customScale: {[k: string]: number} = {
|
||||
Mewtwo: 62,
|
||||
Caterpie: 100, Metapod: 100, Weedle: 100, Kakuna: 100, Magikarp: 100,
|
||||
Ditto: 88,
|
||||
Ditto: 100,
|
||||
};
|
||||
const level = this.adjustLevel || customScale[species.name] || levelScale[species.tier] || 80;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user