File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1617,7 +1617,7 @@ export const Abilities: {[abilityid: string]: AbilityData} = {
1617
1617
onModifySpA ( atk , attacker , defender , move ) {
1618
1618
if ( this . field . isTerrain ( 'electricterrain' ) && attacker . isGrounded ( ) ) {
1619
1619
this . debug ( 'Hadron Engine boost' ) ;
1620
- return this . chainModify ( [ 5325 , 4096 ] ) ;
1620
+ return this . chainModify ( [ 5461 , 4096 ] ) ;
1621
1621
}
1622
1622
} ,
1623
1623
name : "Hadron Engine" ,
@@ -2778,7 +2778,7 @@ export const Abilities: {[abilityid: string]: AbilityData} = {
2778
2778
onModifyAtk ( atk , pokemon ) {
2779
2779
if ( pokemon . effectiveWeather ( ) === 'sunnyday' ) {
2780
2780
this . debug ( 'Orichalcum boost' ) ;
2781
- return this . chainModify ( [ 5325 , 4096 ] ) ;
2781
+ return this . chainModify ( [ 5461 , 4096 ] ) ;
2782
2782
}
2783
2783
} ,
2784
2784
name : "Orichalcum Pulse" ,
Original file line number Diff line number Diff line change @@ -2622,7 +2622,7 @@ export const Moves: {[moveid: string]: MoveData} = {
2622
2622
if ( target . runEffectiveness ( move ) > 0 ) {
2623
2623
// Placeholder
2624
2624
this . debug ( `collision course super effective buff` ) ;
2625
- return this . chainModify ( 1.5 ) ;
2625
+ return this . chainModify ( [ 5461 , 4096 ] ) ;
2626
2626
}
2627
2627
} ,
2628
2628
secondary : null ,
@@ -4648,7 +4648,7 @@ export const Moves: {[moveid: string]: MoveData} = {
4648
4648
if ( target . runEffectiveness ( move ) > 0 ) {
4649
4649
// Placeholder
4650
4650
this . debug ( `electro drift super effective buff` ) ;
4651
- return this . chainModify ( 1.5 ) ;
4651
+ return this . chainModify ( [ 5461 , 4096 ] ) ;
4652
4652
}
4653
4653
} ,
4654
4654
secondary : null ,
Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
598
598
} ,
599
599
hadronengine : {
600
600
name : "Hadron Engine" ,
601
- shortDesc : "On switch-in, summons Electric Terrain. Sp. Atk is boosted by 30 % in Electric Terrain." ,
601
+ shortDesc : "On switch-in, summons Electric Terrain. Sp. Atk is boosted by 33.33 % in Electric Terrain." ,
602
602
603
603
start : " [POKEMON] turned the ground into Electric Terrain, energizing its futuristic engine!" ,
604
604
activate : " [POKEMON] used the Electric Terrain to energize its futuristic engine!" ,
@@ -1089,7 +1089,7 @@ export const AbilitiesText: {[k: string]: AbilityText} = {
1089
1089
} ,
1090
1090
orichalcumpulse : {
1091
1091
name : "Orichalcum Pulse" ,
1092
- shortDesc : "On switch-in, summons Sunny Day. Attack is boosted by 30 % in Sunny Day." ,
1092
+ shortDesc : "On switch-in, summons Sunny Day. Attack is boosted by 33.33 % in Sunny Day." ,
1093
1093
1094
1094
start : " [POKEMON] turned the sunlight harsh, sending its ancient pulse into a frenzy!" ,
1095
1095
activate : " [POKEMON] basked in the sunlight, sending its ancient pulse into a frenzy!" ,
Original file line number Diff line number Diff line change @@ -934,7 +934,7 @@ export const MovesText: {[k: string]: MoveText} = {
934
934
} ,
935
935
collisioncourse : {
936
936
name : "Collision Course" ,
937
- shortDesc : "Deals 1.3x damage if the move is super effective." ,
937
+ shortDesc : "Deals 1.3333x damage if the move is super effective." ,
938
938
} ,
939
939
combattorque : {
940
940
name : "Combat Torque" ,
@@ -1658,7 +1658,7 @@ export const MovesText: {[k: string]: MoveText} = {
1658
1658
} ,
1659
1659
electrodrift : {
1660
1660
name : "Electro Drift" ,
1661
- shortDesc : "Deals 1.3x damage if the move is super effective." ,
1661
+ shortDesc : "Deals 1.3333x damage if the move is super effective." ,
1662
1662
} ,
1663
1663
electroweb : {
1664
1664
name : "Electroweb" ,
You can’t perform that action at this time.
0 commit comments