mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-04 16:42:10 +00:00
Fix: Celestial Guardians corrections (#725)
Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
parent
d169a67833
commit
98bc4db193
@ -5,12 +5,12 @@ const set: Set = {
|
||||
id: "A3",
|
||||
|
||||
name: {
|
||||
// de: "Unschlagbare Gene",
|
||||
de: "Hüter des Firmaments",
|
||||
en: "Celestial Guardians",
|
||||
// es: "Genes Formidables",
|
||||
// fr: "Puissance Génétique",
|
||||
// it: "Geni Supremi",
|
||||
// pt: "Dominação Genética"
|
||||
es: "Guardianes Celestiales",
|
||||
fr: "Gardiens Astraux",
|
||||
it: "Guardiani Astrali",
|
||||
pt: "Guardiões Celestiais"
|
||||
},
|
||||
|
||||
serie: serie,
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Quick Attack"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Double Spin"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
damage: "30x",
|
||||
cost: ["Grass"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Three Kick Combo"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
damage: "50x",
|
||||
cost: ["Grass"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "First Impression"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
cost: ["Grass", "Grass", "Grass"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Burning Bonemerang"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
damage: "70x",
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -37,7 +37,7 @@ const card: Card = {
|
||||
en: "Scar-Charged Smash"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a Energy from this Pokémon."
|
||||
en: "Discard a Fire Energy from this Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
effect: {
|
||||
en: "Take a Energy from your Energy Zone and attach it to this Pokémon."
|
||||
en: "Take a Water Energy from your Energy Zone and attach it to this Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -32,7 +32,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may heal 30 damage from each of your Pokémon."
|
||||
en: "Once during your turn, you may heal 30 damage from each of your Water Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -21,7 +21,7 @@ const card: Card = {
|
||||
en: "School Storm"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Dangerous Claws"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -33,7 +33,7 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard 2 Energy from this Pokémon."
|
||||
en: "Discard 2 Lightning Energy from this Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Electrosmash"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
cost: ["Lightning"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning", "Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon."
|
||||
en: "Switch this Pokémon with 1 of your Benched Lightning Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
cost: ["Psychic"],
|
||||
|
||||
effect: {
|
||||
en: "Take a Energy from your Energy Zone and attach it to this Pokémon."
|
||||
en: "Take a Psychic Energy from your Energy Zone and attach it to this Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Spiteful Dance"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
cost: ["Psychic"],
|
||||
|
||||
effect: {
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Each of your Pokémon that has any Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions."
|
||||
en: "Each of your Pokémon that has any Psychic Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon."
|
||||
en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Blood Fang"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
||||
effect: {
|
||||
|
@ -24,7 +24,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon."
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Unseen Claw"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
cost: ["Darkness", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Spike Cannon"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
damage: "20x",
|
||||
cost: ["Darkness"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Iron Head"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
damage: "70x",
|
||||
cost: ["Metal", "Metal"],
|
||||
|
||||
effect: {
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Silver Cannon"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
cost: ["Metal", "Metal"],
|
||||
|
||||
effect: {
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Berserk"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
@ -33,11 +33,6 @@ const card: Card = {
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Colorless",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
|
@ -29,11 +29,6 @@ const card: Card = {
|
||||
cost: ["Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Colorless",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
|
@ -33,11 +33,6 @@ const card: Card = {
|
||||
cost: ["Lightning", "Fighting"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Colorless",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
|
@ -37,11 +37,6 @@ const card: Card = {
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Colorless",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Rising Lunge"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -33,7 +33,7 @@ const card: Card = {
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Take a Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
|
||||
en: "Take a Colorless Energy from your Energy Zone and attach it to 1 of your Benched Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -25,11 +25,11 @@ const card: Card = {
|
||||
en: "Justified Press"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
cost: ["Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is a Pokémon, this attack does 30 more damage."
|
||||
en: "If your opponent's Active Pokémon is a Darkness Pokémon, this attack does 30 more damage."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, attacks used by the Defending Pokémon cost 1 more, and its Retreat Cost is 1 more."
|
||||
en: "During your opponent's next turn, attacks used by the Defending Pokémon cost 1 Colorless more, and its Retreat Cost is 1 Colorless more."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put a random Basic Pokémon from your discard pile into your hand."
|
||||
en: "Put a random Basic Water Pokémon from your discard pile into your hand."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "The Pokémon this card is attached to gets +30 HP."
|
||||
en: "The Grass Pokémon this card is attached to gets +30 HP."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put 1 of your Pokémon that has damage on it into your hand."
|
||||
en: "Put 1 of your Colorless Pokémon that has damage on it into your hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Energy from your Energy Zone and attach it to that Pokémon. Your turn ends."
|
||||
en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Fire Energy from your Energy Zone and attach it to that Pokémon. Your turn ends."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 60 damage from 1 of your Two Pokémon."
|
||||
en: "Heal 60 damage from 1 of your Stage 2 Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Three Kick Combo"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
damage: "50x",
|
||||
cost: ["Grass"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Burning Bonemerang"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
damage: "70x",
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
cost: ["Fire", "Fire", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a Energy from this Pokémon."
|
||||
en: "Discard a Fire Energy from this Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
cost: ["Water"],
|
||||
|
||||
effect: {
|
||||
en: "Take a Energy from your Energy Zone and attach it to this Pokémon."
|
||||
en: "Take a Water Energy from your Energy Zone and attach it to this Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
cost: ["Lightning", "Lightning", "Lightning"],
|
||||
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon."
|
||||
en: "Switch this Pokémon with 1 of your Benched Lightning Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -28,7 +28,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Each of your Pokémon that has any Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions."
|
||||
en: "Each of your Pokémon that has any Psychic Energy attached recovers from all Special Conditions and can't be affected by any Special Conditions."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Silver Cannon"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
cost: ["Metal", "Metal"],
|
||||
|
||||
effect: {
|
||||
|
@ -25,7 +25,7 @@ const card: Card = {
|
||||
en: "Berserk"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
@ -33,11 +33,6 @@ const card: Card = {
|
||||
}
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Colorless",
|
||||
value: "+20"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ const card: Card = {
|
||||
en: "School Storm"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
||||
effect: {
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon."
|
||||
en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -24,7 +24,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon."
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put 1 of your Pokémon that has damage on it into your hand."
|
||||
en: "Put 1 of your Colorless Pokémon that has damage on it into your hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Energy from your Energy Zone and attach it to that Pokémon. Your turn ends."
|
||||
en: "Choose 1 of your Alolan Marowak or Turtonator. Take 2 Fire Energy from your Energy Zone and attach it to that Pokémon. Your turn ends."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 60 damage from 1 of your Two Pokémon."
|
||||
en: "Heal 60 damage from 1 of your Stage 2 Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -21,7 +21,7 @@ const card: Card = {
|
||||
en: "School Storm"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
cost: ["Water", "Water", "Water"],
|
||||
|
||||
effect: {
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon."
|
||||
en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -24,7 +24,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Energy from this Pokémon to 1 of your Benched Pokémon."
|
||||
en: "If this Pokémon is in the Active Spot and is Knocked Out by damage from an attack from your opponent's Pokémon, move all Fighting Energy from this Pokémon to 1 of your Benched Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -13,7 +13,7 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 60 damage from 1 of your Two Pokémon."
|
||||
en: "Heal 60 damage from 1 of your Stage 2 Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
damage: "80+",
|
||||
cost: ["Grass", "Colorless", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,11 +29,11 @@ const card: Card = {
|
||||
en: "Power Press"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
damage: "70+",
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has at least 2 extra Energy attached, this attack does 50 more damage."
|
||||
en: "If this Pokémon has at least 2 extra Fighting Energy attached, this attack does 50 more damage."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
en: "Tropical Swing"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
cost: ["Grass"],
|
||||
|
||||
effect: {
|
||||
|
@ -33,11 +33,11 @@ const card: Card = {
|
||||
en: "Hydro Bazooka"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
damage: "100+",
|
||||
cost: ["Water", "Water", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has at least 2 extra Energy attached, this attack does 60 more damage."
|
||||
en: "If this Pokémon has at least 2 extra Water Energy attached, this attack does 60 more damage."
|
||||
}
|
||||
}],
|
||||
|
||||
|
@ -26,7 +26,7 @@ const card: Card = {
|
||||
en: "Bonemerang"
|
||||
},
|
||||
|
||||
damage: 80,
|
||||
damage: "80x",
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
||||
effect: {
|
||||
|
@ -29,7 +29,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may move all Energy from 1 of your Benched Pokémon to your Active Pokémon."
|
||||
en: "Once during your turn, you may move all Psychic Energy from 1 of your Benched Psychic Pokémon to your Active Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user