Skip to content

Commit bb23d9b

Browse files
authored
Merge branch 'pvpoke:master' into master
2 parents fd985b3 + 318ecdf commit bb23d9b

File tree

16 files changed

+44282
-14
lines changed

16 files changed

+44282
-14
lines changed

src/data/gamemaster.json

Lines changed: 44143 additions & 1 deletion
Large diffs are not rendered by default.

src/data/gamemaster.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/data/gamemaster/formats.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
"showFormat": true,
4646
"showMeta": true
4747
},
48+
{
49+
"title": "Willpower Cup",
50+
"cup": "willpower",
51+
"cp": 1500,
52+
"meta": "willpower",
53+
"showCup": true,
54+
"showFormat": true,
55+
"showMeta": true
56+
},
4857
{
4958
"title": "Master League (Megas)",
5059
"cup": "mega",

src/data/groups/willpower.json

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
[{
2+
"speciesId": "mandibuzz",
3+
"fastMove": "SNARL",
4+
"chargedMoves": ["DARK_PULSE", "AERIAL_ACE"]
5+
}, {
6+
"speciesId": "drapion_shadow",
7+
"fastMove": "POISON_STING",
8+
"chargedMoves": ["CRUNCH", "AQUA_TAIL"],
9+
"shadowType": "shadow"
10+
}, {
11+
"speciesId": "qwilfish_hisuian",
12+
"fastMove": "POISON_STING",
13+
"chargedMoves": ["AQUA_TAIL", "ICE_BEAM"]
14+
}, {
15+
"speciesId": "cresselia",
16+
"fastMove": "PSYCHO_CUT",
17+
"chargedMoves": ["GRASS_KNOT", "MOONBLAST"]
18+
}, {
19+
"speciesId": "claydol",
20+
"fastMove": "MUD_SLAP",
21+
"chargedMoves": ["ICE_BEAM", "SCORCHING_SANDS"]
22+
}, {
23+
"speciesId": "skuntank",
24+
"fastMove": "POISON_JAB",
25+
"chargedMoves": ["CRUNCH", "TRAILBLAZE"]
26+
}, {
27+
"speciesId": "annihilape",
28+
"fastMove": "COUNTER",
29+
"chargedMoves": ["RAGE_FIST", "CLOSE_COMBAT"],
30+
"shadowType": "shadow"
31+
}, {
32+
"speciesId": "primeape_shadow",
33+
"fastMove": "KARATE_CHOP",
34+
"chargedMoves": ["RAGE_FIST", "CLOSE_COMBAT"],
35+
"shadowType": "shadow"
36+
}, {
37+
"speciesId": "rapidash_galarian",
38+
"fastMove": "FAIRY_WIND",
39+
"chargedMoves": ["BODY_SLAM", "WILD_CHARGE"]
40+
}, {
41+
"speciesId": "rapidash_galarian",
42+
"fastMove": "FAIRY_WIND",
43+
"chargedMoves": ["BODY_SLAM", "MEGAHORN"]
44+
}, {
45+
"speciesId": "hatterene",
46+
"fastMove": "CHARM",
47+
"chargedMoves": ["PSYSHOCK", "POWER_WHIP"]
48+
}, {
49+
"speciesId": "moltres_galarian",
50+
"fastMove": "SUCKER_PUNCH",
51+
"chargedMoves": ["ANCIENT_POWER", "BRAVE_BIRD"]
52+
}, {
53+
"speciesId": "guzzlord",
54+
"fastMove": "DRAGON_TAIL",
55+
"chargedMoves": ["BRUTAL_SWING", "DRAGON_CLAW"]
56+
}, {
57+
"speciesId": "umbreon",
58+
"fastMove": "SNARL",
59+
"chargedMoves": ["FOUL_PLAY", "LAST_RESORT"]
60+
}, {
61+
"speciesId": "drapion",
62+
"fastMove": "POISON_STING",
63+
"chargedMoves": ["CRUNCH", "AQUA_TAIL"]
64+
}, {
65+
"speciesId": "greninja",
66+
"fastMove": "WATER_SHURIKEN",
67+
"chargedMoves": ["HYDRO_CANNON", "NIGHT_SLASH"]
68+
}, {
69+
"speciesId": "machamp_shadow",
70+
"fastMove": "KARATE_CHOP",
71+
"chargedMoves": ["CROSS_CHOP", "STONE_EDGE"],
72+
"shadowType": "shadow"
73+
}, {
74+
"speciesId": "slowbro_galarian",
75+
"fastMove": "POISON_JAB",
76+
"chargedMoves": ["SCALD", "BRUTAL_SWING"]
77+
}, {
78+
"speciesId": "morpeko_full_belly",
79+
"fastMove": "THUNDER_SHOCK",
80+
"chargedMoves": ["AURA_WHEEL_ELECTRIC", "PSYCHIC_FANGS"]
81+
}, {
82+
"speciesId": "victini",
83+
"fastMove": "QUICK_ATTACK",
84+
"chargedMoves": ["V_CREATE", "PSYCHIC"]
85+
}, {
86+
"speciesId": "malamar",
87+
"fastMove": "PSYWAVE",
88+
"chargedMoves": ["SUPER_POWER", "FOUL_PLAY"]
89+
}, {
90+
"speciesId": "lokix",
91+
"fastMove": "SUCKER_PUNCH",
92+
"chargedMoves": ["X_SCISSOR", "TRAILBLAZE"]
93+
}, {
94+
"speciesId": "overqwil",
95+
"fastMove": "POISON_JAB",
96+
"chargedMoves": ["AQUA_TAIL", "ICE_BEAM"]
97+
}]

src/data/overrides/willpower/1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/data/rankings/willpower/attackers/rankings-1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/data/rankings/willpower/chargers/rankings-1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/data/rankings/willpower/closers/rankings-1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/data/rankings/willpower/consistency/rankings-1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/data/rankings/willpower/leads/rankings-1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/data/rankings/willpower/overall/rankings-1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/data/rankings/willpower/switches/rankings-1500.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

src/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php require_once 'modules/config.php';
2-
$SITE_VERSION = '1.32.3.4';
2+
$SITE_VERSION = '1.32.3.5';
33

44
// This prevents caching on local testing
55
if (strpos($WEB_ROOT, 'src') !== false) {

src/rankings.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
$league = 'Catch Cup';
8888
break;
8989

90+
case "willpower":
91+
$league = 'Willpower Cup';
92+
break;
93+
9094
case "little":
9195
$league = 'Little Cup';
9296
break;

src/rss/feed.xml

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
1-
<?xml version="1.0" encoding="utf-8"?><rss version="2.0">
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rss version="2.0">
23

3-
<channel><item><title>Morpeko Rankings</title><description><![CDATA[Morpeko will debut as the first Pokemon to change forms mid-battle! This form change occurs whenever it uses a Charged Attack. Depending on its form, its powerful signature move, Aura Wheel, is either an Electric-type or Dark-type attack.<br><br>Morpeko fits the mold of other glassy Electric types like Magnezone, Togedemaru, and Luxray, equipped with a bait move and a powerful nuke. It's likely to remain spice but should be fun to experiment with. We'll see if the form change mechanic comes to other Pokemon in the future!]]></description><link>https://pvpoke.com/rankings/all/1500/overall/morpeko_full_belly/</link><pubDate>Sun, 20 Oct 2024 16:21:18 GMT</pubDate></item>
4+
<channel>
5+
<item>
6+
<title>Willpower Cup Rankings</title>
7+
<description>
8+
<![CDATA[Willpower Cup returns featuring Dark, Psychic, and Fighting-type Pokemon. Gardevoir is banned, but other Fairies sneak through, including Hatterene and Galarian Rapidash. With few resistances, Charm could be a running theme, but Poison Jab and Poison Sting are strong enough to overcome it. Some niche Pokemon like Claydol should also see play. Have fun!]]>
9+
</description>
10+
<link>https://pvpoke.com/rankings/willpower/1500/overall/</link>
11+
<pubDate>Tue, 29 Oct 2024 03:03:29 GMT</pubDate>
12+
</item>
13+
<item>
14+
<title>Morpeko Rankings</title>
15+
<description>
16+
<![CDATA[Morpeko will debut as the first Pokemon to change forms mid-battle! This form change occurs whenever it uses a Charged Attack. Depending on its form, its powerful signature move, Aura Wheel, is either an Electric-type or Dark-type attack.<br><br>Morpeko fits the mold of other glassy Electric types like Magnezone, Togedemaru, and Luxray, equipped with a bait move and a powerful nuke. It's likely to remain spice but should be fun to experiment with. We'll see if the form change mechanic comes to other Pokemon in the future!]]>
17+
</description>
18+
<link>https://pvpoke.com/rankings/all/1500/overall/morpeko_full_belly/</link>
19+
<pubDate>Sun, 20 Oct 2024 16:21:18 GMT</pubDate>
20+
</item>
421
<item>
522
<title>Expanded Multi-Battle and Matrix Battle Options</title>
623
<description>
@@ -113,15 +130,6 @@
113130
<link>https://pvpoke.com/rankings/fossil/1500/overall/</link>
114131
<pubDate>Wed, 24 Jul 2024 17:02:36 GMT</pubDate>
115132
</item>
116-
<item>
117-
<title>Great and Ultra League Top Performers</title>
118-
<description>
119-
<![CDATA[I've updated training analysis for Great and Ultra League with the past few weeks of data. In Great League, things look relatively stable although note that some Remix practice may impact this dataset. Water Gun Lanturn and Quagsire are still proving to be top options, while top teams are trending more toward Fast Attack pressure with the likes of Wigglytuff, Victreebel, Bastiodon, and Dragonair.]]>
120-
</description>
121-
<link>https://pvpoke.com/train/analysis/</link>
122-
<pubDate>Sun, 21 Jul 2024 14:13:53 GMT</pubDate>
123-
</item>
124-
125133

126134
<title>PvPoke</title>
127135
<link>https://pvpoke.com/</link>

0 commit comments

Comments
 (0)