Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Feb 24, 2025
1 parent 35ffb03 commit 8bc75b1
Show file tree
Hide file tree
Showing 57 changed files with 930 additions and 371 deletions.
8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/client",
"version": "0.6.30",
"version": "0.6.31",
"description": "Client battle engine for Pokémon Showdown",
"repository": "github:pkmn/ps",
"license": "MIT",
Expand All @@ -15,11 +15,11 @@
"build"
],
"dependencies": {
"@pkmn/data": "^0.9.29",
"@pkmn/protocol": "^0.6.30"
"@pkmn/data": "^0.9.30",
"@pkmn/protocol": "^0.6.31"
},
"devDependencies": {
"@pkmn/dex": "^0.9.29"
"@pkmn/dex": "^0.9.30"
},
"scripts": {
"lint": "eslint --cache src",
Expand Down
2 changes: 1 addition & 1 deletion client/src/field.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const WEATHERS: {[id: string]: WeatherName} = {
sunnyday: 'Sun',
raindance: 'Rain',
hail: 'Hail',
snow: 'Snow',
snowscape: 'Snow',
desolateland: 'Harsh Sunshine',
primordialsea: 'Heavy Rain',
deltastream: 'Strong Winds',
Expand Down
10 changes: 5 additions & 5 deletions data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pkmn/data",
"version": "0.9.29",
"version": "0.9.30",
"description": "A forked implementation of the Pokémon Showdown client's data layer",
"repository": "github:pkmn/ps",
"license": "MIT",
Expand All @@ -16,12 +16,12 @@
"build"
],
"dependencies": {
"@pkmn/dex-types": "^0.9.29"
"@pkmn/dex-types": "^0.9.30"
},
"devDependencies": {
"@pkmn/dex": "^0.9.29",
"@pkmn/mods": "^0.9.29",
"@pkmn/sim": "^0.9.29",
"@pkmn/dex": "^0.9.30",
"@pkmn/mods": "^0.9.30",
"@pkmn/sim": "^0.9.30",
"@smogon/calc": "^0.10.0"
},
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions dex/data/aliases.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
"eiscuen": "Eiscue-Noice",
"eternalfloette": "Floette-Eternal",
"eternamax": "Eternatus-Eternamax",
"genesectwater": "Genesect-Douse",
"genesectelectric": "Genesect-Shock",
"genesectfire": "Genesect-Burn",
"genesectice": "Genesect-Chill",
"girao": "Giratina-Origin",
"giratinao": "Giratina-Origin",
"gourgeists": "Gourgeist-Small",
Expand Down
4 changes: 2 additions & 2 deletions dex/data/conditions.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@
"duration": 5,
"onFieldResidualOrder": 1
},
"snow": {
"name": "Snow",
"snowscape": {
"name": "Snowscape",
"effectType": "Weather",
"duration": 5,
"onModifyDefPriority": 10,
Expand Down
8 changes: 5 additions & 3 deletions dex/data/formats-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -8459,7 +8459,7 @@
"natDexTier": "RU"
},
"sinistea": {"tier": "LC"},
"polteageist": {"tier": "UU", "doublesTier": "(DUU)", "natDexTier": "RU"},
"polteageist": {"tier": "UUBL", "doublesTier": "(DUU)", "natDexTier": "RU"},
"hatenna": {"tier": "LC"},
"hattrem": {"tier": "NFE"},
"hatterene": {"tier": "OU", "doublesTier": "DOU", "natDexTier": "OU"},
Expand Down Expand Up @@ -8635,7 +8635,7 @@
"natDexTier": "Uber"
},
"slitherwing": {"tier": "RU", "doublesTier": "(DUU)", "natDexTier": "RU"},
"roaringmoon": {"tier": "OU", "doublesTier": "DOU", "natDexTier": "(OU)"},
"roaringmoon": {"tier": "OU", "doublesTier": "DOU", "natDexTier": "OU"},
"irontreads": {"tier": "OU", "doublesTier": "(DUU)", "natDexTier": "OU"},
"ironmoth": {"tier": "OU", "doublesTier": "(DUU)", "natDexTier": "UU"},
"ironhands": {"tier": "UUBL", "doublesTier": "DOU", "natDexTier": "UUBL"},
Expand Down Expand Up @@ -8691,7 +8691,7 @@
"doublesTier": "DUU",
"natDexTier": "UUBL"
},
"archaludon": {"tier": "Uber", "doublesTier": "DOU", "natDexTier": "UU"},
"archaludon": {"tier": "Uber", "doublesTier": "DUber", "natDexTier": "UU"},
"hydrapple": {"tier": "UU", "doublesTier": "(DUU)", "natDexTier": "UU"},
"gougingfire": {"tier": "Uber", "doublesTier": "DOU", "natDexTier": "Uber"},
"ragingbolt": {"tier": "OU", "doublesTier": "DOU", "natDexTier": "OU"},
Expand Down Expand Up @@ -8779,6 +8779,8 @@
"scattervein": {"isNonstandard": "CAP", "tier": "CAP NFE"},
"hemogoblin": {"isNonstandard": "CAP", "tier": "CAP"},
"cresceidon": {"isNonstandard": "CAP", "tier": "CAP"},
"chuggon": {"isNonstandard": "CAP", "tier": "CAP LC"},
"draggalong": {"isNonstandard": "CAP", "tier": "CAP NFE"},
"chuggalong": {"isNonstandard": "CAP", "tier": "CAP"},
"shox": {"isNonstandard": "CAP", "tier": "CAP"},
"pokestarsmeargle": {"isNonstandard": "Custom", "tier": "Illegal"},
Expand Down
185 changes: 175 additions & 10 deletions dex/data/learnsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -161654,7 +161654,7 @@
"spiritshackle": ["9L45", "8L45", "7L1"],
"spite": ["9M", "7T", "7E"],
"stoneedge": ["9M", "8M", "7M"],
"substitute": ["8M", "7M"],
"substitute": ["9M", "8M", "7M"],
"surf": ["9M", "8M", "7M"],
"swagger": ["7M"],
"takedown": ["9M"],
Expand Down Expand Up @@ -163541,6 +163541,123 @@
"zenheadbutt": ["9M"]
}
},
"chuggon": {
"learnset": {
"acidspray": ["9M"],
"bite": ["9L8"],
"bodyslam": ["9M"],
"bulldoze": ["9M"],
"clangingscales": ["9L48"],
"crunch": ["9M", "9L32"],
"destinybond": ["9E"],
"dracometeor": ["9M"],
"dragonbreath": ["9L12"],
"dragoncheer": ["9M"],
"dragonclaw": ["9M"],
"dragonpulse": ["9M", "9L36"],
"dragonrush": ["9E"],
"encore": ["9M"],
"endure": ["9M"],
"entrainment": ["9E"],
"facade": ["9M"],
"gunkshot": ["9M", "9L52"],
"healbell": ["9E"],
"helpinghand": ["9M"],
"irondefense": ["9M", "9L44"],
"lastresort": ["9E"],
"metalsound": ["9M"],
"nobleroar": ["9E"],
"outrage": ["9M"],
"poisongas": ["9L1"],
"poisonjab": ["9M"],
"poisontail": ["9M"],
"protect": ["9M", "9L24"],
"raindance": ["9M"],
"rest": ["9M"],
"roar": ["9M", "9L28"],
"rockslide": ["9M"],
"rocktomb": ["9M"],
"scaleshot": ["9M"],
"scaryface": ["9M"],
"sleeptalk": ["9M"],
"sludge": ["9L20"],
"sludgebomb": ["9M", "9L40"],
"sludgewave": ["9M"],
"smog": ["9L4"],
"snarl": ["9M"],
"storedpower": ["9M"],
"substitute": ["9M"],
"sunnyday": ["9M"],
"tackle": ["9L1"],
"takedown": ["9M"],
"taunt": ["9M", "9L16"],
"terablast": ["9M"],
"toxic": ["9M"],
"trailblaze": ["9M"],
"uproar": ["9M"],
"venoshock": ["9M"]
}
},
"draggalong": {
"learnset": {
"acidspray": ["9M"],
"bite": ["9L1"],
"bodyslam": ["9M"],
"bulldoze": ["9M"],
"clangingscales": ["9L51"],
"crunch": ["9M", "9L32"],
"destinybond": ["9E"],
"dracometeor": ["9M"],
"dragonbreath": ["9L12"],
"dragoncheer": ["9M"],
"dragonclaw": ["9M"],
"dragonpulse": ["9M", "9L36"],
"dragonrush": ["9E"],
"dragontail": ["9M"],
"encore": ["9M"],
"endure": ["9M"],
"entrainment": ["9E"],
"facade": ["9M"],
"gunkshot": ["9M", "9L56"],
"healbell": ["9E"],
"helpinghand": ["9M"],
"irondefense": ["9M", "9L46"],
"ironhead": ["9M"],
"lastresort": ["9E"],
"metalsound": ["9M"],
"nobleroar": ["9E"],
"outrage": ["9M"],
"poisongas": ["9L1"],
"poisonjab": ["9M"],
"poisontail": ["9M"],
"protect": ["9M", "9L24"],
"raindance": ["9M"],
"rest": ["9M"],
"roar": ["9M", "9L28"],
"rockslide": ["9M"],
"rocktomb": ["9M"],
"scaleshot": ["9M"],
"scaryface": ["9M"],
"sleeptalk": ["9M"],
"sludge": ["9L20"],
"sludgebomb": ["9M", "9L41"],
"sludgewave": ["9M"],
"smog": ["9L1"],
"snarl": ["9M"],
"stompingtantrum": ["9M"],
"storedpower": ["9M"],
"substitute": ["9M"],
"sunnyday": ["9M"],
"tackle": ["9L1"],
"takedown": ["9M"],
"taunt": ["9M", "9L16"],
"terablast": ["9M"],
"toxic": ["9M"],
"trailblaze": ["9M"],
"uproar": ["9M"],
"venoshock": ["9M"]
}
},
"chuggalong": {
"learnset": {
"acidspray": ["9M"],
Expand All @@ -163563,6 +163680,7 @@
"earthquake": ["9M"],
"encore": ["9M"],
"endure": ["9M"],
"entrainment": ["9E"],
"facade": ["9M"],
"flashcannon": ["9M"],
"gigaimpact": ["9M"],
Expand Down Expand Up @@ -163601,8 +163719,9 @@
"surf": ["9M"],
"tackle": ["9L1"],
"takedown": ["9M"],
"taunt": ["9M", "9L12"],
"taunt": ["9M", "9L16"],
"terablast": ["9M"],
"toxic": ["9M"],
"trailblaze": ["9M"],
"uproar": ["9M"],
"venoshock": ["9M"]
Expand All @@ -163620,30 +163739,76 @@
},
"shox": {
"learnset": {
"blizzard": ["9M"],
"bodyslam": ["9M"],
"discharge": ["9M"],
"doubleedge": ["9M"],
"bulldoze": ["9M"],
"charge": ["9M", "9L15"],
"chargebeam": ["9M"],
"charm": ["9M", "9L1"],
"dig": ["9M"],
"disarmingvoice": ["9M"],
"discharge": ["9L44"],
"doubleedge": ["9M", "9L58"],
"earthpower": ["9M"],
"earthquake": ["9M"],
"eerieimpulse": ["9M"],
"electricterrain": ["9M"],
"electroball": ["9M"],
"electroweb": ["9M"],
"endeavor": ["9M", "9E"],
"endure": ["9M"],
"facade": ["9M"],
"glare": ["9M"],
"gigaimpact": ["9M"],
"glare": ["9E"],
"growl": ["9L1"],
"headbutt": ["9L20"],
"helpinghand": ["9M"],
"highhorsepower": ["9M"],
"hornattack": ["9L1"],
"hyperbeam": ["9M"],
"hypervoice": ["9M"],
"icebeam": ["9M"],
"icywind": ["9M"],
"ironhead": ["9M"],
"knockoff": ["9M"],
"milkdrink": ["9M"],
"nuzzle": ["9M"],
"milkdrink": ["9L30"],
"mudshot": ["9M"],
"mudslap": ["9M"],
"nuzzle": ["9E"],
"playrough": ["9M"],
"protect": ["9M"],
"raindance": ["9M"],
"rest": ["9M"],
"rockslide": ["9M"],
"rocktomb": ["9M"],
"scaryface": ["9M", "9L51"],
"seedbomb": ["9M"],
"sleeptalk": ["9M"],
"smartstrike": ["9M"],
"spark": ["9L25"],
"spitup": ["9E"],
"stockpile": ["9E"],
"stompingtantrum": ["9M"],
"substitute": ["9M"],
"sunnyday": ["9M"],
"superfang": ["9M"],
"takedown": ["9M"],
"supercellslam": ["9M"],
"swallow": ["9E"],
"tackle": ["9L1"],
"takedown": ["9M", "9L37"],
"terablast": ["9M"],
"thief": ["9M"],
"throatchop": ["9M"],
"thunder": ["9M"],
"thunderwave": ["9M"],
"thundershock": ["9L1"],
"thunderwave": ["9M", "9L1"],
"thunderbolt": ["9M"],
"trailblaze": ["9M"],
"uproar": ["9M"],
"voltswitch": ["9M"],
"wildcharge": ["9M"]
"wildcharge": ["9M"],
"zapcannon": ["9L65"],
"zenheadbutt": ["9M"]
}
},
"pokestarsmeargle": {
Expand Down
4 changes: 2 additions & 2 deletions dex/data/moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -6867,7 +6867,7 @@
"pp": 10,
"priority": 0,
"flags": {},
"weather": "snow",
"weather": "snowscape",
"selfSwitch": true,
"secondary": null,
"target": "all",
Expand Down Expand Up @@ -18626,7 +18626,7 @@
"pp": 10,
"priority": 0,
"flags": {},
"weather": "snow",
"weather": "snowscape",
"secondary": null,
"target": "all",
"type": "Ice",
Expand Down
Loading

0 comments on commit 8bc75b1

Please sign in to comment.