Skip to content

Commit dda930a

Browse files
authored
Merge branch 'pvpoke:master' into master
2 parents 2144262 + 3f9e3ea commit dda930a

40 files changed

+188
-61
lines changed

src/articles/articles.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"id": "24-11-mankey",
4+
"title": "Mankey Community Day Guide for PvP",
5+
"description": "Mankey Community Day is a massive event for PvP! Rage Fist is a big upgrade for both Annihilape and Primeape. Here's all you need to know and what to look for this weekend!",
6+
"path": "community-day",
7+
"tags": ["Community Day", "Infographic"],
8+
"date": "November 6, 2024"
9+
},
210
{
311
"id": "24-08-shared-skies-great-league-starter-pack",
412
"title": "Great League Starter Pack for Season of Shared Skies",
@@ -13,15 +21,15 @@
1321
"description": "Goodra is getting Thunder Punch this weekend, but is it any good? Check out tips and IV's for this exciting Community Day for PvP!",
1422
"path": "community-day",
1523
"tags": ["Community Day", "Infographic"],
16-
"date": "June 7, 2023"
24+
"date": "June 7, 2024"
1725
},
1826
{
1927
"id": "24-04-bellsprout",
2028
"title": "Bellsprout Community Day Guide for PvP",
2129
"description": "One of PvP's most feared Pokemon is getting its Community Day! How do Magical Leaf and Razor Leaf compare? Check out more info on Bellsprout Community Day and what IV's to watch for.",
2230
"path": "community-day",
2331
"tags": ["Community Day", "Infographic"],
24-
"date": "April 19, 2023"
32+
"date": "April 19, 2024"
2533
},
2634
{
2735
"id": "23-11-wooper",
Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<?php
2+
3+
4+
$META_TITLE = 'Mankey Community Day Guide for PvP';
5+
6+
$META_DESCRIPTION = 'Mankey Community Day is a massive event for PvP! Rage Fist is a big upgrade for both Annihilape and Primeape. Here\'s all you need to know and what to look for this weekend!';
7+
8+
$OG_IMAGE = 'https://pvpoke.com/articles/article-assets/community-day/24-11-mankey/og.jpg';
9+
10+
require_once '../../header.php';
11+
12+
?>
13+
14+
<div class="section article white poliwag">
15+
<h1>Mankey Community Day Guide for PvP</h1>
16+
<div class="date">Last updated November 6th, 2024</div>
17+
<img src="<?php echo $WEB_ROOT;?>articles/article-assets/community-day/24-11-poliwag/banner.jpg" />
18+
<p>The Poliwag family is getting its time to shine! Poliwrath will learn Counter and Politoed will learn Ice Beam this upcoming Community Day. With multiple evolutions, leagues, and even Shadows, there will be a lot to chase. How will each Pokemon improve and what should you look out for? Let's dive into the details below! You can find more info on Mankey Community Day at the <a href="https://pokemongolive.com/post/communityday-november-2024-mankey?hl=en" target="_blank">Pokemon GO blog</a>. </p>
19+
20+
<a name="overview"></a>
21+
<h3 class="article-header"><strong>Overview</strong></h3>
22+
23+
<div class="cd-features">
24+
<div class="feature">
25+
<h4>Date &amp; Time</h4>
26+
<div class="value">Sunday, November 10th<br></div>
27+
<div class="detail">2pm - 5pm local time</div>
28+
</div>
29+
<div class="feature">
30+
<h4>Event Bonus</h4>
31+
<div class="value">3x Catch XP</div>
32+
</div>
33+
<div class="feature">
34+
<h4>Exclusive Charged Move</h4>
35+
<div class="value">Rage Fist</div>
36+
<div class="detail">50 power, increases Attack by one stage<br>Learned by both Annihilape and Primeape</div>
37+
</div>
38+
</div>
39+
40+
<a name="checklist"></a>
41+
<h3 class="article-header"><strong>League &amp; IV Recommendations</strong></h3>
42+
43+
<?php require_once 'templates/checklist-template.php'; ?>
44+
45+
<div class="mega-section">
46+
<div class="mega-title">
47+
<div class="mega-icon"></div>
48+
<h4>Mega Evolve one of these Pokemon during Community Day to earn bonus catch candy!</h4>
49+
</div>
50+
<div class="mega-list">
51+
<div class="mega-item" mega="medicham">
52+
<div class="mega-image"></div>
53+
<div class="mega-label">Medicham</div>
54+
</div>
55+
<div class="mega-item" mega="lopunny">
56+
<div class="mega-image"></div>
57+
<div class="mega-label">Lopunny</div>
58+
</div>
59+
<div class="mega-item" mega="lucario">
60+
<div class="mega-image"></div>
61+
<div class="mega-label">Lucario</div>
62+
</div>
63+
</div>
64+
</div>
65+
66+
<a name="faq"></a>
67+
<div class="faq-item">
68+
<h3 class="article-header"><strong>How good is Annihilape with Rage Fist?</strong></h3>
69+
<div class="faq-answer">
70+
<p><b>Annihilape should return to the meta with Rage Fist and could be top meta again after future Fast Move updates.</b> Annihilape immediately became a top meta Pokemon after its debut, but took a hard hit from the Counter nerf this season. With Rage Fist, Annihilape should see play again in all three leagues, although it probably won't return to its previous apex without further move updates. Rage Fist Annihilape is coming at a time when the Fighting-type field is notably thin, so its resurgence could help fill a gap that's been open since the latest meta shift.</p>
71+
<p>Annihilape previously ran Night Slash and Shadow Ball as its preferred Charged Attacks. Since Rage Fist is a Ghost-type attack with a guaranteed Attack boost, it may discard both of these moves for the STAB combo of Rage Fist + Close Combat. Ice Punch still exists as a coverage move depending on the meta, but it's a less likely option.</p>
72+
</div>
73+
</div>
74+
75+
<div class="faq-item">
76+
<h3 class="article-header"><strong>How good is Primeape with Rage Fist? Is it better or worse than Annihilape?</strong></h3>
77+
<div class="faq-answer">
78+
<p><b>Rage Fist Primeape looks more dangerous than Annihilape on paper and could be the top Fighting type in the short term, but has fewer prospects long term.</b> With its legacy attack Karate Chop, Primeape significantly outspeed Annihilape. Although it lacks STAB, it can still stack Rage Fist buffs to lethal effect. That said, pure Fighting types like Annihilape rarely find a foothold in the open metagame. Even its closest current comparison, Machamp, doesn't see notable play amid a dearth of viable Fighting types. Ultimately, Primeape could be better than Annihilape to start, but Annihilape's stats and dual typing give it more potential for the future.</p>
79+
<p>Like Annihilape, Primeape has a wide movepool and is most likely to settle on Rage Fist + Close Combat as its preferred moveset. Karate Chop has less Fast Attack pressure than Counter and Primeape's Rage Fist will lack STAB, so it may be more dependent on Close Combat than Annihilape to secure its matchups.</p>
80+
</div>
81+
</div>
82+
83+
<div class="faq-item">
84+
<h3 class="article-header"><strong>My Shadow Mankey still has Frustration. Can it learn a Community Day move if I evolve it during the event?</strong></h3>
85+
<div class="faq-answer">
86+
<p><b>No, Shadow Pokemon with Frustration cannot learn an exclusive Charged Move when it evolves, </b> even if it has a 2nd Charged Move unlocked. You must have removed Frustration during a previous Team Rocket event.</p>
87+
</div>
88+
</div>
89+
90+
<div class="faq-item">
91+
<h3 class="article-header"><strong>What will happen if I evolve a Purified Mankey during Community Day? Is there a way to obtain both Rage Fist and Return?</strong></h3>
92+
<div class="faq-answer">
93+
<p><b>Exclusive Charged Moves will replace Return if you evolve a Purified Pokemon during its Community Day event.</b> To obtain both Rage Fist and Return, you must evolve your Pokemon after the event's evolution window (10pm local time), unlock a 2nd Charged Move, and use an Elite TM to obtain Rage Fist.</p>
94+
</div>
95+
</div>
96+
97+
<a name="further-resources"></a>
98+
<h3 class="article-header"><strong>Additional Resources</strong></h3>
99+
100+
<div class="flex further-resource-links">
101+
<a href="https://pvpivs.com/" target="_blank">pvpivs.com</a>
102+
</div>
103+
104+
<div class="share-link-container">
105+
<p>Share this article:</p>
106+
<div class="share-link">
107+
<input type="text" value="https://pvpoke.com/articles/community-day/23-11-mankey/" readonly>
108+
<div class="copy">Copy</div>
109+
</div>
110+
</div>
111+
</div>
112+
113+
<!-- Scripts -->
114+
<script>
115+
var articleId = "24-11-mankey"; // This is used to fetch JSON data for this page's checklist
116+
</script>
117+
118+
<script src="<?php echo $WEB_ROOT; ?>js/GameMaster.js?v=<?php echo $SITE_VERSION; ?>"></script>
119+
<script src="<?php echo $WEB_ROOT; ?>js/pokemon/Pokemon.js?v=<?php echo $SITE_VERSION; ?>"></script>
120+
<script src="<?php echo $WEB_ROOT; ?>js/interface/ModalWindow.js?v=<?php echo $SITE_VERSION; ?>"></script>
121+
<script src="<?php echo $WEB_ROOT; ?>js/interface/ArticleChecklist.js?v=<?php echo $SITE_VERSION; ?>"></script>
122+
<script src="<?php echo $WEB_ROOT; ?>js/battle/TimelineEvent.js?v=<?php echo $SITE_VERSION; ?>"></script>
123+
<script src="<?php echo $WEB_ROOT; ?>js/battle/Battle.js?v=<?php echo $SITE_VERSION; ?>"></script>
124+
<script src="<?php echo $WEB_ROOT; ?>js/battle/Battle.js?v=<?php echo $SITE_VERSION; ?>"></script>
125+
<script src="<?php echo $WEB_ROOT; ?>js/Main.js?v=<?php echo $SITE_VERSION; ?>"></script>
126+
127+
<?php require_once '../../footer.php'; ?>

src/data/gamemaster.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4378,14 +4378,14 @@
43784378
},
43794379
"types": ["fighting", "none"],
43804380
"fastMoves": ["COUNTER", "KARATE_CHOP", "LOW_KICK"],
4381-
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH"],
4381+
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "RAGE_FIST"],
43824382
"defaultIVs": {
43834383
"cp500": [8, 10, 13, 15],
43844384
"cp1500": [24.5, 5, 12, 11],
43854385
"cp2500": [48.5, 12, 13, 15],
43864386
"cp2500l40": [40, 15, 15, 15]
43874387
},
4388-
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP"],
4388+
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP", "RAGE_FIST"],
43894389
"buddyDistance": 3,
43904390
"thirdMoveCost": 50000,
43914391
"released": true,
@@ -4407,14 +4407,14 @@
44074407
},
44084408
"types": ["fighting", "none"],
44094409
"fastMoves": ["COUNTER", "KARATE_CHOP", "LOW_KICK"],
4410-
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH"],
4410+
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "RAGE_FIST"],
44114411
"defaultIVs": {
44124412
"cp500": [8, 10, 13, 15],
44134413
"cp1500": [24.5, 5, 12, 11],
44144414
"cp2500": [48.5, 12, 13, 15],
44154415
"cp2500l40": [40, 15, 15, 15]
44164416
},
4417-
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP"],
4417+
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP", "RAGE_FIST"],
44184418
"buddyDistance": 3,
44194419
"thirdMoveCost": 50000,
44204420
"released": true,
@@ -40225,7 +40225,8 @@
4022540225
},
4022640226
"types": ["fighting", "ghost"],
4022740227
"fastMoves": ["LOW_KICK", "COUNTER"],
40228-
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL"],
40228+
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL", "RAGE_FIST"],
40229+
"eliteMoves": ["RAGE_FIST"],
4022940230
"defaultIVs": {
4023040231
"cp500": [6, 4, 4, 15],
4023140232
"cp1500": [17, 5, 15, 8],
@@ -40252,7 +40253,8 @@
4025240253
},
4025340254
"types": ["fighting", "ghost"],
4025440255
"fastMoves": ["LOW_KICK", "COUNTER"],
40255-
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL"],
40256+
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL", "RAGE_FIST"],
40257+
"eliteMoves": ["RAGE_FIST"],
4025640258
"defaultIVs": {
4025740259
"cp500": [6, 4, 4, 15],
4025840260
"cp1500": [17, 5, 15, 8],

src/data/gamemaster.min.json

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

src/data/gamemaster/pokemon.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3587,14 +3587,14 @@
35873587
},
35883588
"types": ["fighting", "none"],
35893589
"fastMoves": ["COUNTER", "KARATE_CHOP", "LOW_KICK"],
3590-
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH"],
3590+
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "RAGE_FIST"],
35913591
"defaultIVs": {
35923592
"cp500": [8, 10, 13, 15],
35933593
"cp1500": [24.5, 5, 12, 11],
35943594
"cp2500": [48.5, 12, 13, 15],
35953595
"cp2500l40": [40, 15, 15, 15]
35963596
},
3597-
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP"],
3597+
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP", "RAGE_FIST"],
35983598
"buddyDistance": 3,
35993599
"thirdMoveCost": 50000,
36003600
"released": true,
@@ -3616,14 +3616,14 @@
36163616
},
36173617
"types": ["fighting", "none"],
36183618
"fastMoves": ["COUNTER", "KARATE_CHOP", "LOW_KICK"],
3619-
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH"],
3619+
"chargedMoves": ["CLOSE_COMBAT", "CROSS_CHOP", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "RAGE_FIST"],
36203620
"defaultIVs": {
36213621
"cp500": [8, 10, 13, 15],
36223622
"cp1500": [24.5, 5, 12, 11],
36233623
"cp2500": [48.5, 12, 13, 15],
36243624
"cp2500l40": [40, 15, 15, 15]
36253625
},
3626-
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP"],
3626+
"eliteMoves": ["KARATE_CHOP", "CROSS_CHOP", "RAGE_FIST"],
36273627
"buddyDistance": 3,
36283628
"thirdMoveCost": 50000,
36293629
"released": true,
@@ -39434,7 +39434,8 @@
3943439434
},
3943539435
"types": ["fighting", "ghost"],
3943639436
"fastMoves": ["LOW_KICK", "COUNTER"],
39437-
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL"],
39437+
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL", "RAGE_FIST"],
39438+
"eliteMoves": ["RAGE_FIST"],
3943839439
"defaultIVs": {
3943939440
"cp500": [6, 4, 4, 15],
3944039441
"cp1500": [17, 5, 15, 8],
@@ -39461,7 +39462,8 @@
3946139462
},
3946239463
"types": ["fighting", "ghost"],
3946339464
"fastMoves": ["LOW_KICK", "COUNTER"],
39464-
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL"],
39465+
"chargedMoves": ["CLOSE_COMBAT", "LOW_SWEEP", "NIGHT_SLASH", "ICE_PUNCH", "SHADOW_BALL", "RAGE_FIST"],
39466+
"eliteMoves": ["RAGE_FIST"],
3946539467
"defaultIVs": {
3946639468
"cp500": [6, 4, 4, 15],
3946739469
"cp1500": [17, 5, 15, 8],

0 commit comments

Comments
 (0)