mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
ef2d099e6e
commit
151c00be78
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Venusaur V",
|
en: "Venusaur V",
|
||||||
|
fr: "Florizarre V"
|
||||||
},
|
},
|
||||||
illustrator: "PLANETA Mochizuki",
|
illustrator: "PLANETA Mochizuki",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -28,9 +29,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Pollen Bomb",
|
en: "Pollen Bomb",
|
||||||
|
fr: "Bombe Pollen"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Asleep and Poisoned.",
|
en: "Your opponent’s Active Pokémon is now Asleep and Poisoned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi et Empoisonné."
|
||||||
},
|
},
|
||||||
damage: 80,
|
damage: 80,
|
||||||
|
|
||||||
@ -44,9 +47,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Solar Typhoon",
|
en: "Solar Typhoon",
|
||||||
|
fr: "Typhon Solaire"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "During your next turn, this Pokémon can’t use Solar Typhoon.",
|
en: "During your next turn, this Pokémon can’t use Solar Typhoon.",
|
||||||
|
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Typhon Solaire."
|
||||||
},
|
},
|
||||||
damage: 220,
|
damage: 220,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Centiskorch",
|
en: "Centiskorch",
|
||||||
|
fr: "Scolocendre"
|
||||||
},
|
},
|
||||||
illustrator: "Shin Nagasawa",
|
illustrator: "Shin Nagasawa",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Sizzlipede",
|
en: "Sizzlipede",
|
||||||
|
fr: "Grillepattes"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -30,9 +32,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Searing Flame",
|
en: "Searing Flame",
|
||||||
|
fr: "Flammes Calcinantes"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
|
||||||
},
|
},
|
||||||
damage: 50,
|
damage: 50,
|
||||||
|
|
||||||
@ -46,6 +50,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Heat Crawler",
|
en: "Heat Crawler",
|
||||||
|
fr: "Mille-Pattes Brûlant"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 140,
|
damage: 140,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Carvanha",
|
en: "Carvanha",
|
||||||
|
fr: "Carvanha"
|
||||||
},
|
},
|
||||||
illustrator: "Shigenori Negishi",
|
illustrator: "Shigenori Negishi",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Bite",
|
en: "Bite",
|
||||||
|
fr: "Morsure"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Sharpedo",
|
en: "Sharpedo",
|
||||||
|
fr: "Sharpedo"
|
||||||
},
|
},
|
||||||
illustrator: "Ryuta Fuse",
|
illustrator: "Ryuta Fuse",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Carvanha",
|
en: "Carvanha",
|
||||||
|
fr: "Carvanha"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,9 +30,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Aqua Jet",
|
en: "Aqua Jet",
|
||||||
|
fr: "Aqua-Jet"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This attack also does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
en: "This attack also does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||||
|
fr: "Cette attaque inflige aussi 20 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
|
||||||
},
|
},
|
||||||
damage: 50,
|
damage: 50,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Wailord V",
|
en: "Wailord V",
|
||||||
|
fr: "Wailord V"
|
||||||
},
|
},
|
||||||
illustrator: "PLANETA Mochizuki",
|
illustrator: "PLANETA Mochizuki",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Draw Up",
|
en: "Draw Up",
|
||||||
|
fr: "Puiser"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Attach up to 3 Water Energy cards from your discard pile to this Pokémon.",
|
en: "Attach up to 3 Water Energy cards from your discard pile to this Pokémon.",
|
||||||
|
fr: "Attachez jusqu’à 3 cartes Énergie Water de votre pile de défausse à ce Pokémon."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -41,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Ocean Waves",
|
en: "Ocean Waves",
|
||||||
|
fr: "Vagues Océaniques"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip 3 coins. This attack does 120 damage for each heads.",
|
en: "Flip 3 coins. This attack does 120 damage for each heads.",
|
||||||
|
fr: "Lancez 3 pièces. Cette attaque inflige 120 dégâts pour chaque côté face."
|
||||||
},
|
},
|
||||||
damage: "120×",
|
damage: "120×",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Drednaw V",
|
en: "Drednaw V",
|
||||||
|
fr: "Torgamord V"
|
||||||
},
|
},
|
||||||
illustrator: "aky CG Works",
|
illustrator: "aky CG Works",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -23,9 +24,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Solid Shell",
|
en: "Solid Shell",
|
||||||
|
fr: "Coquille Dure"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||||
|
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -38,9 +41,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Powerful Bite",
|
en: "Powerful Bite",
|
||||||
|
fr: "Morsure Puissante"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||||
|
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
|
||||||
},
|
},
|
||||||
damage: 130,
|
damage: 130,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Drednaw VMAX",
|
en: "Drednaw VMAX",
|
||||||
|
fr: "Torgamord VMAX"
|
||||||
},
|
},
|
||||||
illustrator: "aky CG Works",
|
illustrator: "aky CG Works",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Drednaw V",
|
en: "Drednaw V",
|
||||||
|
fr: "Torgamord-V"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Solid Shell",
|
en: "Solid Shell",
|
||||||
|
fr: "Coquille Dure"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||||
|
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -40,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "G-Max Headbutt",
|
en: "G-Max Headbutt",
|
||||||
|
fr: "Coup d’Boule G-Max"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, this attack does 80 more damage.",
|
en: "Flip a coin. If heads, this attack does 80 more damage.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 80 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "160+",
|
damage: "160+",
|
||||||
|
|
||||||
|
@ -4,22 +4,19 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Gardevoir V",
|
en: "Gardevoir V",
|
||||||
|
fr: "Gardevoir V"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Kagemaru Himeno",
|
illustrator: "Kagemaru Himeno",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Rare",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
hp: 210,
|
hp: 210,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Psychic",
|
"Psychic",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Metal",
|
type: "Metal",
|
||||||
@ -29,8 +26,28 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 2,
|
retreat: 2,
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Magical Shot",
|
||||||
|
fr: "Coup Magique"
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 30,
|
||||||
|
cost: ["Psychic"]
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Swelling Pulse",
|
||||||
|
fr: "Pulsation Grandissante"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "If this Pokémon was healed during this turn, this attack does 80 more damage.",
|
||||||
|
fr: "Si ce Pokémon a été soigné pendant ce tour, cette attaque inflige 80 dégâts supplémentaires."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "120+",
|
||||||
|
cost: ["Psychic", "Psychic", "Colorless"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Gardevoir VMAX",
|
en: "Gardevoir VMAX",
|
||||||
|
fr: "Gardevoir VMAX"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Gardevoir V",
|
en: "Gardevoir V",
|
||||||
|
fr: "Gardevoir-V"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -30,9 +32,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Max Cure",
|
en: "Max Cure",
|
||||||
|
fr: "Soignomax"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 50 damage from this Pokémon.",
|
en: "Heal 50 damage from this Pokémon.",
|
||||||
|
fr: "Soignez 50 dégâts de ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: 180,
|
damage: 180,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hatenna",
|
en: "Hatenna",
|
||||||
|
fr: "Bibichut"
|
||||||
},
|
},
|
||||||
illustrator: "Akira Komayama",
|
illustrator: "Akira Komayama",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Stampede",
|
en: "Stampede",
|
||||||
|
fr: "Ruée"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,6 +40,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Magical Shot",
|
en: "Magical Shot",
|
||||||
|
fr: "Coup Magique"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hattrem",
|
en: "Hattrem",
|
||||||
|
fr: "Chapotus"
|
||||||
},
|
},
|
||||||
illustrator: "Hitoshi Ariga",
|
illustrator: "Hitoshi Ariga",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Hatenna",
|
en: "Hatenna",
|
||||||
|
fr: "Bibichut"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,6 +30,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Beat",
|
en: "Beat",
|
||||||
|
fr: "Bataille"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 20,
|
damage: 20,
|
||||||
@ -40,6 +43,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Super Psy Bolt",
|
en: "Super Psy Bolt",
|
||||||
|
fr: "Super Psy"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 40,
|
damage: 40,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Weedle",
|
en: "Weedle",
|
||||||
|
fr: "Aspicot"
|
||||||
},
|
},
|
||||||
illustrator: "Yuka Morii",
|
illustrator: "Yuka Morii",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Call for Family",
|
en: "Call for Family",
|
||||||
|
fr: "Appel à la Famille"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.",
|
en: "Search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.",
|
||||||
|
fr: "Cherchez dans votre deck un Pokémon de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hatterene",
|
en: "Hatterene",
|
||||||
|
fr: "Sorcilence"
|
||||||
},
|
},
|
||||||
illustrator: "Naoki Saito",
|
illustrator: "Naoki Saito",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Hattrem",
|
en: "Hattrem",
|
||||||
|
fr: "Chapotus"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Hazard Sensor",
|
en: "Hazard Sensor",
|
||||||
|
fr: "Capteur de Danger"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent’s Pokémon (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Confused.",
|
en: "If this Pokémon is in the Active Spot and is damaged by an attack from your opponent’s Pokémon (even if this Pokémon is Knocked Out), the Attacking Pokémon is now Confused.",
|
||||||
|
fr: "Si ce Pokémon est sur le Poste Actif et qu’il subit les dégâts d’une attaque d’un Pokémon de votre adversaire (même si ce Pokémon-ci est mis K.O.), le Pokémon Attaquant est maintenant Confus."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -39,9 +43,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Life Sucker",
|
en: "Life Sucker",
|
||||||
|
fr: "Aspire-Vie"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 30 damage from this Pokémon.",
|
en: "Heal 30 damage from this Pokémon.",
|
||||||
|
fr: "Soignez 30 dégâts de ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: 100,
|
damage: 100,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Galarian Cursola V",
|
en: "Galarian Cursola V",
|
||||||
|
fr: "Corayôme de Galar V"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -23,9 +24,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Gnawing Aura",
|
en: "Gnawing Aura",
|
||||||
|
fr: "Aura Rongeante"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "As long as this Pokémon is in the Active Spot, whenever your opponent attaches an Energy card from their hand to 1 of their Pokémon, put 3 damage counters on that Pokémon.",
|
en: "As long as this Pokémon is in the Active Spot, whenever your opponent attaches an Energy card from their hand to 1 of their Pokémon, put 3 damage counters on that Pokémon.",
|
||||||
|
fr: "Tant que ce Pokémon est sur le Poste Actif, chaque fois que votre adversaire attache une carte Énergie de sa main à l’un de ses Pokémon, placez 3 marqueurs de dégâts sur ce Pokémon-là."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -37,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Hollow Missile",
|
en: "Hollow Missile",
|
||||||
|
fr: "Missile Éthéré"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Put 3 damage counters on your opponent’s Benched Pokémon in any way you like.",
|
en: "Put 3 damage counters on your opponent’s Benched Pokémon in any way you like.",
|
||||||
|
fr: "Placez 3 marqueurs de dégâts sur les Pokémon de Banc de votre adversaire comme il vous plaît."
|
||||||
},
|
},
|
||||||
damage: 60,
|
damage: 60,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Alcremie V",
|
en: "Alcremie V",
|
||||||
|
fr: "Charmilly V"
|
||||||
},
|
},
|
||||||
illustrator: "Ayaka Yoshida",
|
illustrator: "Ayaka Yoshida",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Sugary Sprinkles",
|
en: "Sugary Sprinkles",
|
||||||
|
fr: "Granulés Sucrés"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 30 damage from each of your Benched Pokémon.",
|
en: "Heal 30 damage from each of your Benched Pokémon.",
|
||||||
|
fr: "Soignez 30 dégâts de chacun de vos Pokémon de Banc."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -40,9 +43,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Sweet Splash",
|
en: "Sweet Splash",
|
||||||
|
fr: "Soupçon de Sucre"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If the Defending Pokémon is a Basic Pokémon, it can’t attack during your opponent’s next turn.",
|
en: "If the Defending Pokémon is a Basic Pokémon, it can’t attack during your opponent’s next turn.",
|
||||||
|
fr: "Si le Pokémon Défenseur est un Pokémon de base, il ne peut pas attaquer pendant le prochain tour de votre adversaire."
|
||||||
},
|
},
|
||||||
damage: 100,
|
damage: 100,
|
||||||
|
|
||||||
|
@ -4,24 +4,24 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Alcremie VMAX",
|
en: "Alcremie VMAX",
|
||||||
|
fr: "Charmilly VMAX"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Rare",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
hp: 310,
|
hp: 310,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Psychic",
|
"Psychic",
|
||||||
],
|
],
|
||||||
|
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Alcremie V",
|
en: "Alcremie V",
|
||||||
|
fr: "Charmilly-V"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Metal",
|
type: "Metal",
|
||||||
@ -31,8 +31,32 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 3,
|
retreat: 3,
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Adornment",
|
||||||
|
fr: "Décoration"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "For each of your Benched Pokémon, search your deck for a Psychic Energy card and attach it to that Pokémon. Then, shuffle your deck.",
|
||||||
|
fr: "Pour chacun de vos Pokémon de Banc, cherchez dans votre deck une carte Énergie Psychic, puis attachez-la à ce Pokémon-là. Mélangez ensuite votre deck."
|
||||||
|
},
|
||||||
|
|
||||||
|
cost: ["Colorless"]
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "G-Max Whisk",
|
||||||
|
fr: "Fouet G-Max"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Discard any amount of Energy from your Pokémon. This attack does 60 damage for each card you discarded in this way.",
|
||||||
|
fr: "Défaussez autant d’Énergies que vous voulez de vos Pokémon. Cette attaque inflige 60 dégâts pour chaque carte défaussée de cette façon."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "60×",
|
||||||
|
cost: ["Psychic", "Psychic"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Machop",
|
en: "Machop",
|
||||||
|
fr: "Machoc"
|
||||||
},
|
},
|
||||||
illustrator: "Shibuzoh.",
|
illustrator: "Shibuzoh.",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Low Kick",
|
en: "Low Kick",
|
||||||
|
fr: "Balayage"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Steady Punch",
|
en: "Steady Punch",
|
||||||
|
fr: "Poing Énergétique"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, this attack does 40 more damage.",
|
en: "Flip a coin. If heads, this attack does 40 more damage.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 40 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "20+",
|
damage: "20+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Machoke",
|
en: "Machoke",
|
||||||
|
fr: "Machopeur"
|
||||||
},
|
},
|
||||||
illustrator: "AKIRA EGAWA",
|
illustrator: "AKIRA EGAWA",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Machop",
|
en: "Machop",
|
||||||
|
fr: "Machoc"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,6 +30,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Low Kick",
|
en: "Low Kick",
|
||||||
|
fr: "Balayage"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
@ -41,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Pummel",
|
en: "Pummel",
|
||||||
|
fr: "Martelage"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, this attack does 70 more damage.",
|
en: "Flip a coin. If heads, this attack does 70 more damage.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 70 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "50+",
|
damage: "50+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Machamp",
|
en: "Machamp",
|
||||||
|
fr: "Mackogneur"
|
||||||
},
|
},
|
||||||
illustrator: "Anesaki Dynamic",
|
illustrator: "Anesaki Dynamic",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Machoke",
|
en: "Machoke",
|
||||||
|
fr: "Machopeur"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -29,9 +31,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Macho Revenge",
|
en: "Macho Revenge",
|
||||||
|
fr: "Revanche Macho"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This attack does 20 damage for each Fighting Pokémon in your discard pile.",
|
en: "This attack does 20 damage for each Fighting Pokémon in your discard pile.",
|
||||||
|
fr: "Cette attaque inflige 20 dégâts pour chaque Pokémon Fighting dans votre pile de défausse."
|
||||||
},
|
},
|
||||||
damage: "20×",
|
damage: "20×",
|
||||||
|
|
||||||
@ -44,9 +48,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Dynamite Punch",
|
en: "Dynamite Punch",
|
||||||
|
fr: "Poing Dynamite"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon also does 50 damage to itself.",
|
en: "This Pokémon also does 50 damage to itself.",
|
||||||
|
fr: "Ce Pokémon s’inflige aussi 50 dégâts."
|
||||||
},
|
},
|
||||||
damage: 200,
|
damage: 200,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Lucario V",
|
en: "Lucario V",
|
||||||
|
fr: "Lucario V"
|
||||||
},
|
},
|
||||||
illustrator: "AKIRA EGAWA",
|
illustrator: "AKIRA EGAWA",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Aura Sphere",
|
en: "Aura Sphere",
|
||||||
|
fr: "Aurasphère"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This attack also does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
en: "This attack also does 20 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||||
|
fr: "Cette attaque inflige aussi 20 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
|
||||||
},
|
},
|
||||||
damage: 40,
|
damage: 40,
|
||||||
|
|
||||||
@ -41,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Beatdown Smash",
|
en: "Beatdown Smash",
|
||||||
|
fr: "Dérouillée Fracassante"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "During your next turn, this Pokémon can’t use Beatdown Smash.",
|
en: "During your next turn, this Pokémon can’t use Beatdown Smash.",
|
||||||
|
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Dérouillée Fracassante."
|
||||||
},
|
},
|
||||||
damage: 180,
|
damage: 180,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Zygarde",
|
en: "Zygarde",
|
||||||
|
fr: "Zygarde"
|
||||||
},
|
},
|
||||||
illustrator: "Shin Nagasawa",
|
illustrator: "Shin Nagasawa",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Bite",
|
en: "Bite",
|
||||||
|
fr: "Morsure"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
@ -40,9 +42,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Power Blast",
|
en: "Power Blast",
|
||||||
|
fr: "Violente Déflagration"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Discard a Fighting Energy from this Pokémon.",
|
en: "Discard a Fighting Energy from this Pokémon.",
|
||||||
|
fr: "Défaussez une Énergie Fighting de ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: 130,
|
damage: 130,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Rockruff",
|
en: "Rockruff",
|
||||||
|
fr: "Rocabot"
|
||||||
},
|
},
|
||||||
illustrator: "Naoyo Kimura",
|
illustrator: "Naoyo Kimura",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Collect",
|
en: "Collect",
|
||||||
|
fr: "Collecte"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Draw a card.",
|
en: "Draw a card.",
|
||||||
|
fr: "Piochez une carte."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -39,6 +42,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Bite",
|
en: "Bite",
|
||||||
|
fr: "Morsure"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 20,
|
damage: 20,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Kakuna",
|
en: "Kakuna",
|
||||||
|
fr: "Coconfort"
|
||||||
},
|
},
|
||||||
illustrator: "Miki Tanaka",
|
illustrator: "Miki Tanaka",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Weedle",
|
en: "Weedle",
|
||||||
|
fr: "Aspicot"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,6 +30,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Bug Bite",
|
en: "Bug Bite",
|
||||||
|
fr: "Piqûre"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Lycanroc",
|
en: "Lycanroc",
|
||||||
|
fr: "Lougaroc"
|
||||||
},
|
},
|
||||||
illustrator: "Ryuta Fuse",
|
illustrator: "Ryuta Fuse",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Rockruff",
|
en: "Rockruff",
|
||||||
|
fr: "Rocabot"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,6 +30,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Rock Throw",
|
en: "Rock Throw",
|
||||||
|
fr: "Jet-Pierres"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
@ -41,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Slashing Strike",
|
en: "Slashing Strike",
|
||||||
|
fr: "Coup Déchirant"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "During your next turn, this Pokémon can’t use Slashing Strike.",
|
en: "During your next turn, this Pokémon can’t use Slashing Strike.",
|
||||||
|
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas utiliser Coup Déchirant."
|
||||||
},
|
},
|
||||||
damage: 150,
|
damage: 150,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Rolycoly",
|
en: "Rolycoly",
|
||||||
|
fr: "Charbi"
|
||||||
},
|
},
|
||||||
illustrator: "Masakazu Fukuda",
|
illustrator: "Masakazu Fukuda",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Ram",
|
en: "Ram",
|
||||||
|
fr: "Collision"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
|
@ -4,22 +4,19 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Grapploct V",
|
en: "Grapploct V",
|
||||||
|
fr: "Krakos V"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "PLANETA Igarashi",
|
illustrator: "PLANETA Igarashi",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Rare",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
hp: 210,
|
hp: 210,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Fighting",
|
"Fighting",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Psychic",
|
type: "Psychic",
|
||||||
@ -29,8 +26,33 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 2,
|
retreat: 2,
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Tie Up",
|
||||||
|
fr: "Ligoter"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "If the Defending Pokémon is a Basic Pokémon, it can’t attack during your opponent’s next turn.",
|
||||||
|
fr: "Si le Pokémon Défenseur est un Pokémon de base, il ne peut pas attaquer pendant le prochain tour de votre adversaire."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
cost: ["Fighting"]
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Moonsault Press",
|
||||||
|
fr: "Moonsault Press"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, this attack does 100 more damage.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 100 dégâts supplémentaires."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "120+",
|
||||||
|
cost: ["Fighting", "Fighting", "Colorless"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Ekans",
|
en: "Ekans",
|
||||||
|
fr: "Abo"
|
||||||
},
|
},
|
||||||
illustrator: "Uta",
|
illustrator: "Uta",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Ram",
|
en: "Ram",
|
||||||
|
fr: "Collision"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,6 +40,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Tail Snap",
|
en: "Tail Snap",
|
||||||
|
fr: "Coud’ Queue Sec"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Arbok",
|
en: "Arbok",
|
||||||
|
fr: "Arbok"
|
||||||
},
|
},
|
||||||
illustrator: "nagimiso",
|
illustrator: "nagimiso",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Ekans",
|
en: "Ekans",
|
||||||
|
fr: "Abo"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,6 +30,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Sharp Fang",
|
en: "Sharp Fang",
|
||||||
|
fr: "Croc Aiguisé"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
@ -40,6 +43,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Tail Snap",
|
en: "Tail Snap",
|
||||||
|
fr: "Coud’ Queue Sec"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 70,
|
damage: 70,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Galarian Zigzagoon",
|
en: "Galarian Zigzagoon",
|
||||||
|
fr: "Zigzaton de Galar"
|
||||||
},
|
},
|
||||||
illustrator: "Kouki Saitou",
|
illustrator: "Kouki Saitou",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Pin Missile",
|
en: "Pin Missile",
|
||||||
|
fr: "Dard-Nuée"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip 4 coins. This attack does 10 damage for each heads.",
|
en: "Flip 4 coins. This attack does 10 damage for each heads.",
|
||||||
|
fr: "Lancez 4 pièces. Cette attaque inflige 10 dégâts pour chaque côté face."
|
||||||
},
|
},
|
||||||
damage: "10×",
|
damage: "10×",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Galarian Linoone",
|
en: "Galarian Linoone",
|
||||||
|
fr: "Linéon de Galar"
|
||||||
},
|
},
|
||||||
illustrator: "Akira Komayama",
|
illustrator: "Akira Komayama",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Galarian Zigzagoon",
|
en: "Galarian Zigzagoon",
|
||||||
|
fr: "Zigzaton de Galar"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -29,9 +31,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Double-Edge",
|
en: "Double-Edge",
|
||||||
|
fr: "Damoclès"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon also does 20 damage to itself.",
|
en: "This Pokémon also does 20 damage to itself.",
|
||||||
|
fr: "Ce Pokémon s’inflige aussi 20 dégâts."
|
||||||
},
|
},
|
||||||
damage: 60,
|
damage: 60,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Galarian Obstagoon",
|
en: "Galarian Obstagoon",
|
||||||
|
fr: "Ixon de Galar"
|
||||||
},
|
},
|
||||||
illustrator: "Shin Nagasawa",
|
illustrator: "Shin Nagasawa",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Galarian Linoone",
|
en: "Galarian Linoone",
|
||||||
|
fr: "Linéon de Galar"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Wicked Ruler",
|
en: "Wicked Ruler",
|
||||||
|
fr: "Leader Dément"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Once during your turn, you may have your opponent discard cards from their hand until they have 4 cards in their hand.",
|
en: "Once during your turn, you may have your opponent discard cards from their hand until they have 4 cards in their hand.",
|
||||||
|
fr: "Une fois pendant votre tour, vous pouvez demander à votre adversaire de défausser des cartes de sa main jusqu’à en avoir 4 en main."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -40,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Knuckle Impact",
|
en: "Knuckle Impact",
|
||||||
|
fr: "Coup d’Articulations"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "During your next turn, this Pokémon can’t attack.",
|
en: "During your next turn, this Pokémon can’t attack.",
|
||||||
|
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer."
|
||||||
},
|
},
|
||||||
damage: 180,
|
damage: 180,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Absol",
|
en: "Absol",
|
||||||
|
fr: "Absol"
|
||||||
},
|
},
|
||||||
illustrator: "kodama",
|
illustrator: "kodama",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -27,6 +28,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Dark Cutter",
|
en: "Dark Cutter",
|
||||||
|
fr: "Tranch’Obscur"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 70,
|
damage: 70,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Purrloin",
|
en: "Purrloin",
|
||||||
|
fr: "Chacripan"
|
||||||
},
|
},
|
||||||
illustrator: "sowsow",
|
illustrator: "sowsow",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Dig Claws",
|
en: "Dig Claws",
|
||||||
|
fr: "Creusogriffes"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Fake Out",
|
en: "Fake Out",
|
||||||
|
fr: "Bluff"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé."
|
||||||
},
|
},
|
||||||
damage: 20,
|
damage: 20,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Beedrill",
|
en: "Beedrill",
|
||||||
|
fr: "Dardargnan"
|
||||||
},
|
},
|
||||||
illustrator: "Hideki Ishikawa",
|
illustrator: "Hideki Ishikawa",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Kakuna",
|
en: "Kakuna",
|
||||||
|
fr: "Coconfort"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,9 +30,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Poison Jab",
|
en: "Poison Jab",
|
||||||
|
fr: "Direct Toxik"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
|
||||||
},
|
},
|
||||||
damage: 80,
|
damage: 80,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Liepard",
|
en: "Liepard",
|
||||||
|
fr: "Léopardus"
|
||||||
},
|
},
|
||||||
illustrator: "Hasuno",
|
illustrator: "Hasuno",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Purrloin",
|
en: "Purrloin",
|
||||||
|
fr: "Chacripan"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Limber",
|
en: "Limber",
|
||||||
|
fr: "Échauffement"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon can’t be Paralyzed.",
|
en: "This Pokémon can’t be Paralyzed.",
|
||||||
|
fr: "Ce Pokémon ne peut pas être Paralysé."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -40,6 +44,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Slashing Claw",
|
en: "Slashing Claw",
|
||||||
|
fr: "Griffe Taillante"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 90,
|
damage: 90,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Scraggy",
|
en: "Scraggy",
|
||||||
|
fr: "Baggiguane"
|
||||||
},
|
},
|
||||||
illustrator: "miki kudo",
|
illustrator: "miki kudo",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Stampede",
|
en: "Stampede",
|
||||||
|
fr: "Ruée"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,6 +40,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Ram",
|
en: "Ram",
|
||||||
|
fr: "Collision"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 20,
|
damage: 20,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Scrafty",
|
en: "Scrafty",
|
||||||
|
fr: "Baggaïd"
|
||||||
},
|
},
|
||||||
illustrator: "tetsuya koizumi",
|
illustrator: "tetsuya koizumi",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Scraggy",
|
en: "Scraggy",
|
||||||
|
fr: "Baggiguane"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,9 +30,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Corner",
|
en: "Corner",
|
||||||
|
fr: "Coinçage"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||||
|
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
|
||||||
},
|
},
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
|
||||||
@ -43,9 +47,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Bad Brawl",
|
en: "Bad Brawl",
|
||||||
|
fr: "Grosse Bagarre"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If you played Piers from your hand during this turn, this attack does 90 more damage.",
|
en: "If you played Piers from your hand during this turn, this attack does 90 more damage.",
|
||||||
|
fr: "Si vous avez joué Peterson de votre main pendant ce tour, cette attaque inflige 90 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "90+",
|
damage: "90+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Trubbish",
|
en: "Trubbish",
|
||||||
|
fr: "Miamiasme"
|
||||||
},
|
},
|
||||||
illustrator: "nagimiso",
|
illustrator: "nagimiso",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -27,9 +28,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Venoshock",
|
en: "Venoshock",
|
||||||
|
fr: "Choc Venin"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If your opponent’s Active Pokémon is Poisoned, this attack does 50 more damage.",
|
en: "If your opponent’s Active Pokémon is Poisoned, this attack does 50 more damage.",
|
||||||
|
fr: "Si le Pokémon Actif de votre adversaire est Empoisonné, cette attaque inflige 50 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "20+",
|
damage: "20+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Inkay",
|
en: "Inkay",
|
||||||
|
fr: "Sepiatop"
|
||||||
},
|
},
|
||||||
illustrator: "sui",
|
illustrator: "sui",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Tackle",
|
en: "Tackle",
|
||||||
|
fr: "Charge"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Attack from Behind",
|
en: "Attack from Behind",
|
||||||
|
fr: "Attaque Traîtresse"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If your opponent’s Active Pokémon is Confused, this attack does 50 more damage.",
|
en: "If your opponent’s Active Pokémon is Confused, this attack does 50 more damage.",
|
||||||
|
fr: "Si le Pokémon Actif de votre adversaire est Confus, cette attaque inflige 50 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "20+",
|
damage: "20+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Malamar",
|
en: "Malamar",
|
||||||
|
fr: "Sepiatroce"
|
||||||
},
|
},
|
||||||
illustrator: "kawayoo",
|
illustrator: "kawayoo",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Inkay",
|
en: "Inkay",
|
||||||
|
fr: "Sepiatop"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -29,9 +31,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Eerie Wave",
|
en: "Eerie Wave",
|
||||||
|
fr: "Vague Étrange"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus."
|
||||||
},
|
},
|
||||||
damage: 50,
|
damage: 50,
|
||||||
|
|
||||||
@ -44,9 +48,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Random Peck",
|
en: "Random Peck",
|
||||||
|
fr: "Coup d’Bec au Pif"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip 2 coins. This attack does 40 more damage for each heads.",
|
en: "Flip 2 coins. This attack does 40 more damage for each heads.",
|
||||||
|
fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts supplémentaires pour chaque côté face."
|
||||||
},
|
},
|
||||||
damage: "80+",
|
damage: "80+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Nickit",
|
en: "Nickit",
|
||||||
|
fr: "Goupilou"
|
||||||
},
|
},
|
||||||
illustrator: "Naoki Saito",
|
illustrator: "Naoki Saito",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Filch",
|
en: "Filch",
|
||||||
|
fr: "Maraudage"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Draw a card.",
|
en: "Draw a card.",
|
||||||
|
fr: "Piochez une carte."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -39,6 +42,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Tail Smack",
|
en: "Tail Smack",
|
||||||
|
fr: "Coup de Queue"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
@ -4,28 +4,29 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Duraludon V",
|
en: "Duraludon V",
|
||||||
|
fr: "Duralugon V"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "aky CG Works",
|
illustrator: "aky CG Works",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Rare",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
hp: 220,
|
hp: 220,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Metal",
|
"Metal",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
abilities: [
|
abilities: [
|
||||||
{
|
{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Hard Coat",
|
en: "Hard Coat",
|
||||||
|
fr: "Strate Dure"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||||
|
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -36,16 +37,30 @@ const card: Card = {
|
|||||||
value: "×2"
|
value: "×2"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
resistances: [
|
resistances: [
|
||||||
{
|
{
|
||||||
type: "Grass",
|
type: "Grass",
|
||||||
value: "-30"
|
value: "-30"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
retreat: 3,
|
retreat: 3,
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Gatling Slug",
|
||||||
|
fr: "Frappe Répétée"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "This attack does 40 more damage for each Metal Energy attached to this Pokémon.",
|
||||||
|
fr: "Cette attaque inflige 40 dégâts supplémentaires pour chaque Énergie Metal attachée à ce Pokémon."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "10+",
|
||||||
|
cost: ["Colorless", "Colorless", "Colorless"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Swablu",
|
en: "Swablu",
|
||||||
|
fr: "Tylton"
|
||||||
},
|
},
|
||||||
illustrator: "0313",
|
illustrator: "0313",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Peck",
|
en: "Peck",
|
||||||
|
fr: "Picpic"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 20,
|
damage: 20,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Altaria",
|
en: "Altaria",
|
||||||
|
fr: "Altaria"
|
||||||
},
|
},
|
||||||
illustrator: "Taira Akitsu",
|
illustrator: "Taira Akitsu",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Swablu",
|
en: "Swablu",
|
||||||
|
fr: "Tylton"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Miraculous Charm",
|
en: "Miraculous Charm",
|
||||||
|
fr: "Amulette Miraculeuse"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon V and Pokémon-GX.",
|
en: "Prevent all damage done to this Pokémon by attacks from your opponent’s Pokémon V and Pokémon-GX.",
|
||||||
|
fr: "Évitez tous les dégâts infligés à ce Pokémon par les attaques des Pokémon-V et Pokémon-GX de votre adversaire."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -39,6 +43,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Speed Dive",
|
en: "Speed Dive",
|
||||||
|
fr: "Plongée Rapide"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 60,
|
damage: 60,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Eldegoss V",
|
en: "Eldegoss V",
|
||||||
|
fr: "Blancoton V"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -23,9 +24,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Happy Match",
|
en: "Happy Match",
|
||||||
|
fr: "Parfait Accord"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may put a Supporter card from your discard pile into your hand.",
|
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may put a Supporter card from your discard pile into your hand.",
|
||||||
|
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez ajouter une carte Supporter de votre pile de défausse à votre main."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -37,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Float Up",
|
en: "Float Up",
|
||||||
|
fr: "Flottement"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "You may shuffle this Pokémon and all attached cards into your deck.",
|
en: "You may shuffle this Pokémon and all attached cards into your deck.",
|
||||||
|
fr: "Vous pouvez mélanger dans votre deck ce Pokémon et toutes les cartes attachées."
|
||||||
},
|
},
|
||||||
damage: 50,
|
damage: 50,
|
||||||
|
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Bede",
|
en: "Bede",
|
||||||
|
fr: "Travis"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Naoki Saito",
|
illustrator: "Naoki Saito",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.",
|
en: "Attach a basic Energy card from your hand to 1 of your Benched Pokémon.",
|
||||||
|
fr: "Attachez une carte Énergie de base de votre main à l’un de vos Pokémon de Banc."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Full Heal",
|
en: "Full Heal",
|
||||||
|
fr: "Total Soin"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Yoshinobu Saito",
|
illustrator: "Yoshinobu Saito",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your Active Pokémon recovers from all Special Conditions.",
|
en: "Your Active Pokémon recovers from all Special Conditions.",
|
||||||
|
fr: "Votre Pokémon Actif guérit de tous les États Spéciaux."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Great Ball",
|
en: "Great Ball",
|
||||||
|
fr: "Super Ball"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Toyste Beach",
|
illustrator: "Toyste Beach",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.",
|
en: "Look at the top 7 cards of your deck. You may reveal a Pokémon you find there and put it into your hand. Shuffle the other cards back into your deck.",
|
||||||
|
fr: "Regardez les 7 cartes du dessus de votre deck. Vous pouvez montrer un Pokémon que vous y trouvez, puis l’ajouter à votre main. Mélangez les autres cartes avec votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hop",
|
en: "Hop",
|
||||||
|
fr: "Nabil"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Sanosuke Sakuma",
|
illustrator: "Sanosuke Sakuma",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Draw 3 cards.",
|
en: "Draw 3 cards.",
|
||||||
|
fr: "Piochez 3 cartes."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hyper Potion",
|
en: "Hyper Potion",
|
||||||
|
fr: "Hyper Potion"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Ryo Ueda",
|
illustrator: "Ryo Ueda",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 120 damage from 1 of your Pokémon that has at least 2 Energy attached. If you healed any damage in this way, discard 2 Energy from it.",
|
en: "Heal 120 damage from 1 of your Pokémon that has at least 2 Energy attached. If you healed any damage in this way, discard 2 Energy from it.",
|
||||||
|
fr: "Soignez 120 dégâts de l’un de vos Pokémon auquel sont attachées au moins 2 Énergies. Si des dégâts sont ainsi soignés, défaussez 2 Énergies de ce Pokémon."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Kabu",
|
en: "Kabu",
|
||||||
|
fr: "Kabu"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "take",
|
illustrator: "take",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.",
|
en: "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.",
|
||||||
|
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 4 cartes. Si votre Pokémon Actif est votre seul Pokémon en jeu, piochez 8 cartes à la place."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Marnie",
|
en: "Marnie",
|
||||||
|
fr: "Rosemary"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "kirisAki",
|
illustrator: "kirisAki",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.",
|
en: "Each player shuffles their hand and puts it on the bottom of their deck. If either player put any cards on the bottom of their deck in this way, you draw 5 cards, and your opponent draws 4 cards.",
|
||||||
|
fr: "Chaque joueur mélange sa main, puis la place en dessous de son deck. Si l’un des joueurs place ainsi au moins une carte en dessous de son deck, vous piochez 5 cartes et votre adversaire en pioche 4."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Milo",
|
en: "Milo",
|
||||||
|
fr: "Percy"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "take",
|
illustrator: "take",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.",
|
en: "Discard up to 2 cards from your hand, and draw 2 cards for each card you discarded in this way.",
|
||||||
|
fr: "Défaussez jusqu’à 2 cartes de votre main, puis piochez 2 cartes pour chaque carte défaussée de cette façon."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Piers",
|
en: "Piers",
|
||||||
|
fr: "Peterson"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "take",
|
illustrator: "take",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
|
en: "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||||
|
fr: "Cherchez dans votre deck une carte Énergie et un Pokémon Darkness, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Poké Ball",
|
en: "Poké Ball",
|
||||||
|
fr: "Poké Ball"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Studio Bora Inc.",
|
illustrator: "Studio Bora Inc.",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
|
en: "Flip a coin. If heads, search your deck for a Pokémon, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, cherchez dans votre deck un Pokémon, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Vulpix",
|
en: "Vulpix",
|
||||||
|
fr: "Goupix"
|
||||||
},
|
},
|
||||||
illustrator: "Shibuzoh.",
|
illustrator: "Shibuzoh.",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Gnaw",
|
en: "Gnaw",
|
||||||
|
fr: "Ronge"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Singe",
|
en: "Singe",
|
||||||
|
fr: "Roussi"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Burned.",
|
en: "Your opponent’s Active Pokémon is now Burned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Pokémon Center Lady",
|
en: "Pokémon Center Lady",
|
||||||
|
fr: "Dame du Centre Pokémon"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "kirisAki",
|
illustrator: "kirisAki",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 60 damage from 1 of your Pokémon, and it recovers from all Special Conditions.",
|
en: "Heal 60 damage from 1 of your Pokémon, and it recovers from all Special Conditions.",
|
||||||
|
fr: "Soignez 60 dégâts de l’un de vos Pokémon, et il guérit de tous les États Spéciaux."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Potion",
|
en: "Potion",
|
||||||
|
fr: "Potion"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Ryo Ueda",
|
illustrator: "Ryo Ueda",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 30 damage from 1 of your Pokémon.",
|
en: "Heal 30 damage from 1 of your Pokémon.",
|
||||||
|
fr: "Soignez 30 dégâts de l’un de vos Pokémon."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Professor’s Research (Professor Magnolia)",
|
en: "Professor’s Research (Professor Magnolia)",
|
||||||
|
fr: "Recherches Professorales (Professeure Magnolia)"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Yusuke Ohmura",
|
illustrator: "Yusuke Ohmura",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Discard your hand and draw 7 cards.",
|
en: "Discard your hand and draw 7 cards.",
|
||||||
|
fr: "Défaussez votre main, puis piochez 7 cartes."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Rotom Bike",
|
en: "Rotom Bike",
|
||||||
|
fr: "Moticyclette"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Draw cards until you have 6 cards in your hand. Your turn ends.",
|
en: "Draw cards until you have 6 cards in your hand. Your turn ends.",
|
||||||
|
fr: "Piochez des cartes jusqu’à en avoir 6 en main. Votre tour se termine."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Rotom Phone",
|
en: "Rotom Phone",
|
||||||
|
fr: "Motismart"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Ryo Ueda",
|
illustrator: "Ryo Ueda",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Look at the top 5 cards of your deck, choose 1 of them, and shuffle the other cards back into your deck. Then, put the card you chose on top of your deck.",
|
en: "Look at the top 5 cards of your deck, choose 1 of them, and shuffle the other cards back into your deck. Then, put the card you chose on top of your deck.",
|
||||||
|
fr: "Regardez les 5 cartes du dessus de votre deck, choisissez l’une d’elles, puis mélangez les autres cartes avec votre deck. Ensuite, placez la carte que vous avez choisie sur le dessus de votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Sonia",
|
en: "Sonia",
|
||||||
|
fr: "Sonya"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Yusuke Ohmura",
|
illustrator: "Yusuke Ohmura",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Search your deck for up to 2 Basic Pokémon or up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
|
en: "Search your deck for up to 2 Basic Pokémon or up to 2 basic Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||||
|
fr: "Cherchez dans votre deck jusqu’à 2 Pokémon de base ou jusqu’à 2 cartes Énergie de base, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Suspicious Food Tin",
|
en: "Suspicious Food Tin",
|
||||||
|
fr: "Conserve Douteuse"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Ryo Ueda",
|
illustrator: "Ryo Ueda",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 80 damage from 1 of your Pokémon that has at least 1 Psychic Energy attached. If you healed any damage in this way, discard a Psychic Energy from it.",
|
en: "Heal 80 damage from 1 of your Pokémon that has at least 1 Psychic Energy attached. If you healed any damage in this way, discard a Psychic Energy from it.",
|
||||||
|
fr: "Soignez 80 dégâts de l’un de vos Pokémon auquel est attachée au moins une Énergie Psychic. Si des dégâts sont ainsi soignés, défaussez une Énergie Psychic de ce Pokémon."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Team Yell Grunt",
|
en: "Team Yell Grunt",
|
||||||
|
fr: "Sbire de la Team Yell"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "nagimiso",
|
illustrator: "nagimiso",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Put an Energy attached to 1 of your opponent’s Pokémon into their hand.",
|
en: "Put an Energy attached to 1 of your opponent’s Pokémon into their hand.",
|
||||||
|
fr: "Ajoutez à la main de votre adversaire une Énergie attachée à l’un de ses Pokémon."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Turffield Stadium",
|
en: "Turffield Stadium",
|
||||||
|
fr: "Stade de Greenbury"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "aky CG Works",
|
illustrator: "aky CG Works",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Once during each player’s turn, that player may search their deck for an Evolution Grass Pokémon, reveal it, and put it into their hand. Then, that player shuffles their deck.",
|
en: "Once during each player’s turn, that player may search their deck for an Evolution Grass Pokémon, reveal it, and put it into their hand. Then, that player shuffles their deck.",
|
||||||
|
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut chercher dans son deck un Pokémon Grass Évolutif, le montrer, puis l’ajouter à sa main. Ce joueur mélange ensuite son deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Stadium"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,29 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Drednaw V",
|
en: "Drednaw V",
|
||||||
|
fr: "Torgamord V"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "aky CG Works",
|
illustrator: "aky CG Works",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Ultra Rare",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
hp: 210,
|
hp: 210,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Water",
|
"Water",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
abilities: [
|
abilities: [
|
||||||
{
|
{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Solid Shell",
|
en: "Solid Shell",
|
||||||
|
fr: "Coquille Dure"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||||
|
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -39,8 +40,20 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 4,
|
retreat: 4,
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Powerful Bite",
|
||||||
|
fr: "Morsure Puissante"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||||
|
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 130,
|
||||||
|
cost: ["Water", "Water", "Colorless"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Victini",
|
en: "Victini",
|
||||||
|
fr: "Victini"
|
||||||
},
|
},
|
||||||
illustrator: "Taira Akitsu",
|
illustrator: "Taira Akitsu",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Quick Draw",
|
en: "Quick Draw",
|
||||||
|
fr: "Pioche Rapide"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Draw a card.",
|
en: "Draw a card.",
|
||||||
|
fr: "Piochez une carte."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -39,6 +42,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Combustion",
|
en: "Combustion",
|
||||||
|
fr: "Fournaise"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Gardevoir V",
|
en: "Gardevoir V",
|
||||||
|
fr: "Gardevoir V"
|
||||||
},
|
},
|
||||||
illustrator: "PLANETA Mochizuki",
|
illustrator: "PLANETA Mochizuki",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Ultra Rare",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Magical Shot",
|
en: "Magical Shot",
|
||||||
|
fr: "Coup Magique"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
@ -39,9 +41,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Swelling Pulse",
|
en: "Swelling Pulse",
|
||||||
|
fr: "Pulsation Grandissante"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If this Pokémon was healed during this turn, this attack does 80 more damage.",
|
en: "If this Pokémon was healed during this turn, this attack does 80 more damage.",
|
||||||
|
fr: "Si ce Pokémon a été soigné pendant ce tour, cette attaque inflige 80 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "120+",
|
damage: "120+",
|
||||||
|
|
||||||
|
@ -4,28 +4,29 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Galarian Cursola V",
|
en: "Galarian Cursola V",
|
||||||
|
fr: "Corayôme de Galar V"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Ultra Rare",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
hp: 190,
|
hp: 190,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Psychic",
|
"Psychic",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
abilities: [
|
abilities: [
|
||||||
{
|
{
|
||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Gnawing Aura",
|
en: "Gnawing Aura",
|
||||||
|
fr: "Aura Rongeante"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "As long as this Pokémon is in the Active Spot, whenever your opponent attaches an Energy card from their hand to 1 of their Pokémon, put 3 damage counters on that Pokémon.",
|
en: "As long as this Pokémon is in the Active Spot, whenever your opponent attaches an Energy card from their hand to 1 of their Pokémon, put 3 damage counters on that Pokémon.",
|
||||||
|
fr: "Tant que ce Pokémon est sur le Poste Actif, chaque fois que votre adversaire attache une carte Énergie de sa main à l’un de ses Pokémon, placez 3 marqueurs de dégâts sur ce Pokémon-là."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -36,16 +37,30 @@ const card: Card = {
|
|||||||
value: "×2"
|
value: "×2"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
resistances: [
|
resistances: [
|
||||||
{
|
{
|
||||||
type: "Fighting",
|
type: "Fighting",
|
||||||
value: "-30"
|
value: "-30"
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
retreat: 2,
|
retreat: 2,
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Hollow Missile",
|
||||||
|
fr: "Missile Éthéré"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Put 3 damage counters on your opponent’s Benched Pokémon in any way you like.",
|
||||||
|
fr: "Placez 3 marqueurs de dégâts sur les Pokémon de Banc de votre adversaire comme il vous plaît."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 60,
|
||||||
|
cost: ["Psychic", "Colorless"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,22 +4,19 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Grapploct V",
|
en: "Grapploct V",
|
||||||
|
fr: "Krakos V"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "PLANETA Igarashi",
|
illustrator: "PLANETA Igarashi",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Ultra Rare",
|
||||||
category: "Pokemon",
|
category: "Pokemon",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
hp: 210,
|
hp: 210,
|
||||||
|
|
||||||
types: [
|
types: [
|
||||||
"Fighting",
|
"Fighting",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
weaknesses: [
|
weaknesses: [
|
||||||
{
|
{
|
||||||
type: "Psychic",
|
type: "Psychic",
|
||||||
@ -29,8 +26,33 @@ const card: Card = {
|
|||||||
|
|
||||||
retreat: 2,
|
retreat: 2,
|
||||||
|
|
||||||
|
attacks: [{
|
||||||
|
name: {
|
||||||
|
en: "Tie Up",
|
||||||
|
fr: "Ligoter"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "If the Defending Pokémon is a Basic Pokémon, it can’t attack during your opponent’s next turn.",
|
||||||
|
fr: "Si le Pokémon Défenseur est un Pokémon de base, il ne peut pas attaquer pendant le prochain tour de votre adversaire."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: 20,
|
||||||
|
cost: ["Fighting"]
|
||||||
|
}, {
|
||||||
|
name: {
|
||||||
|
en: "Moonsault Press",
|
||||||
|
fr: "Moonsault Press"
|
||||||
|
},
|
||||||
|
|
||||||
|
effect: {
|
||||||
|
en: "Flip a coin. If heads, this attack does 100 more damage.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 100 dégâts supplémentaires."
|
||||||
|
},
|
||||||
|
|
||||||
|
damage: "120+",
|
||||||
|
cost: ["Fighting", "Fighting", "Colorless"]
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hop",
|
en: "Hop",
|
||||||
|
fr: "Nabil"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Naoki Saito",
|
illustrator: "Naoki Saito",
|
||||||
rarity: "Ultra Rare",
|
rarity: "Ultra Rare",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Draw 3 cards.",
|
en: "Draw 3 cards.",
|
||||||
|
fr: "Piochez 3 cartes."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Charizard VMAX",
|
en: "Charizard VMAX",
|
||||||
|
fr: "Dracaufeu VMAX"
|
||||||
},
|
},
|
||||||
illustrator: "aky CG Works",
|
illustrator: "aky CG Works",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Charizard V",
|
en: "Charizard V",
|
||||||
|
fr: "Dracaufeu-V"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -30,6 +32,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Claw Slash",
|
en: "Claw Slash",
|
||||||
|
fr: "Tranch’Griffe"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 100,
|
damage: 100,
|
||||||
@ -45,9 +48,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "G-Max Wildfire",
|
en: "G-Max Wildfire",
|
||||||
|
fr: "Fournaise G-Max"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Discard 2 Energy from this Pokémon.",
|
en: "Discard 2 Energy from this Pokémon.",
|
||||||
|
fr: "Défaussez 2 Énergies de ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: 300,
|
damage: 300,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Drednaw VMAX",
|
en: "Drednaw VMAX",
|
||||||
|
fr: "Torgamord VMAX"
|
||||||
},
|
},
|
||||||
illustrator: "aky CG Works",
|
illustrator: "aky CG Works",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Drednaw V",
|
en: "Drednaw V",
|
||||||
|
fr: "Torgamord-V"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Solid Shell",
|
en: "Solid Shell",
|
||||||
|
fr: "Coquille Dure"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||||
|
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -40,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "G-Max Headbutt",
|
en: "G-Max Headbutt",
|
||||||
|
fr: "Coup d’Boule G-Max"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, this attack does 80 more damage.",
|
en: "Flip a coin. If heads, this attack does 80 more damage.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, cette attaque inflige 80 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "160+",
|
damage: "160+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Gardevoir VMAX",
|
en: "Gardevoir VMAX",
|
||||||
|
fr: "Gardevoir VMAX"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Gardevoir V",
|
en: "Gardevoir V",
|
||||||
|
fr: "Gardevoir-V"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -30,9 +32,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Max Cure",
|
en: "Max Cure",
|
||||||
|
fr: "Soignomax"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 50 damage from this Pokémon.",
|
en: "Heal 50 damage from this Pokémon.",
|
||||||
|
fr: "Soignez 50 dégâts de ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: 180,
|
damage: 180,
|
||||||
|
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Kabu",
|
en: "Kabu",
|
||||||
|
fr: "Kabu"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Hitoshi Ariga",
|
illustrator: "Hitoshi Ariga",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.",
|
en: "Shuffle your hand into your deck. Then, draw 4 cards. If your Active Pokémon is your only Pokémon in play, draw 8 cards instead.",
|
||||||
|
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 4 cartes. Si votre Pokémon Actif est votre seul Pokémon en jeu, piochez 8 cartes à la place."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Piers",
|
en: "Piers",
|
||||||
|
fr: "Peterson"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "kirisAki",
|
illustrator: "kirisAki",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
|
en: "Search your deck for an Energy card and a Darkness Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||||
|
fr: "Cherchez dans votre deck une carte Énergie et un Pokémon Darkness, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Supporter"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Charizard V",
|
en: "Charizard V",
|
||||||
|
fr: "Dracaufeu V"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -28,6 +29,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Claw Slash",
|
en: "Claw Slash",
|
||||||
|
fr: "Tranch’Griffe"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 80,
|
damage: 80,
|
||||||
@ -42,9 +44,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Fire Spin",
|
en: "Fire Spin",
|
||||||
|
fr: "Danse Flammes"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Discard 2 Energy from this Pokémon.",
|
en: "Discard 2 Energy from this Pokémon.",
|
||||||
|
fr: "Défaussez 2 Énergies de ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: 220,
|
damage: 220,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Incineroar V",
|
en: "Incineroar V",
|
||||||
|
fr: "Félinferno V"
|
||||||
},
|
},
|
||||||
illustrator: "Kouki Saitou",
|
illustrator: "Kouki Saitou",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -28,9 +29,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Grand Flame",
|
en: "Grand Flame",
|
||||||
|
fr: "Flamme Colossale"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Attach up to 2 Fire Energy cards from your discard pile to 1 of your Benched Pokémon.",
|
en: "Attach up to 2 Fire Energy cards from your discard pile to 1 of your Benched Pokémon.",
|
||||||
|
fr: "Attachez jusqu’à 2 cartes Énergie Fire de votre pile de défausse à l’un de vos Pokémon de Banc."
|
||||||
},
|
},
|
||||||
damage: 90,
|
damage: 90,
|
||||||
|
|
||||||
@ -44,9 +47,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Flare Blitzer",
|
en: "Flare Blitzer",
|
||||||
|
fr: "Dynamiteur"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon also does 30 damage to itself.",
|
en: "This Pokémon also does 30 damage to itself.",
|
||||||
|
fr: "Ce Pokémon s’inflige aussi 30 dégâts."
|
||||||
},
|
},
|
||||||
damage: 220,
|
damage: 220,
|
||||||
|
|
||||||
|
@ -4,28 +4,20 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Suspicious Food Tin",
|
en: "Suspicious Food Tin",
|
||||||
|
fr: "Conserve Douteuse"
|
||||||
},
|
},
|
||||||
|
|
||||||
illustrator: "Ryo Ueda",
|
illustrator: "Ryo Ueda",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
category: "Trainer",
|
category: "Trainer",
|
||||||
|
|
||||||
set: Set,
|
set: Set,
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
effect: {
|
effect: {
|
||||||
en: "Heal 80 damage from 1 of your Pokémon that has at least 1 Psychic Energy attached. If you healed any damage in this way, discard a Psychic Energy from it.",
|
en: "Heal 80 damage from 1 of your Pokémon that has at least 1 Psychic Energy attached. If you healed any damage in this way, discard a Psychic Energy from it.",
|
||||||
|
fr: "Soignez 80 dégâts de l’un de vos Pokémon auquel est attachée au moins une Énergie Psychic. Si des dégâts sont ainsi soignés, défaussez une Énergie Psychic de ce Pokémon."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
trainerType: "Item"
|
||||||
}
|
}
|
||||||
|
|
||||||
export default card
|
export default card
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Champion\'s Path'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Sizzlipede",
|
en: "Sizzlipede",
|
||||||
|
fr: "Grillepattes"
|
||||||
},
|
},
|
||||||
illustrator: "Akira Komayama",
|
illustrator: "Akira Komayama",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Bite",
|
en: "Bite",
|
||||||
|
fr: "Morsure"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -39,6 +41,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Combustion",
|
en: "Combustion",
|
||||||
|
fr: "Fournaise"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 50,
|
damage: 50,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Butterfree V",
|
en: "Butterfree V",
|
||||||
|
fr: "Papilusion V"
|
||||||
},
|
},
|
||||||
illustrator: "Saki Hayashiro",
|
illustrator: "Saki Hayashiro",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Dizzying Poison",
|
en: "Dizzying Poison",
|
||||||
|
fr: "Poison Étourdissant"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Confused and Poisoned.",
|
en: "Your opponent’s Active Pokémon is now Confused and Poisoned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus et Empoisonné."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -40,6 +43,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Blasting Wind",
|
en: "Blasting Wind",
|
||||||
|
fr: "Vent Impitoyable"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 130,
|
damage: 130,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Accelgor",
|
en: "Accelgor",
|
||||||
|
fr: "Limaspeed"
|
||||||
},
|
},
|
||||||
illustrator: "Shigenori Negishi",
|
illustrator: "Shigenori Negishi",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Shelmet",
|
en: "Shelmet",
|
||||||
|
fr: "Escargaume"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -29,6 +31,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Jet Headbutt",
|
en: "Jet Headbutt",
|
||||||
|
fr: "Bélier Volant"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 70,
|
damage: 70,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Grimer",
|
en: "Grimer",
|
||||||
|
fr: "Tadmorv"
|
||||||
},
|
},
|
||||||
illustrator: "Ryota Murayama",
|
illustrator: "Ryota Murayama",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Stomp Off",
|
en: "Stomp Off",
|
||||||
|
fr: "Tohu-Bohu"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Discard the top card of your opponent’s deck.",
|
en: "Discard the top card of your opponent’s deck.",
|
||||||
|
fr: "Défaussez la carte du dessus du deck de votre adversaire."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -40,6 +43,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Sludge Whirlpool",
|
en: "Sludge Whirlpool",
|
||||||
|
fr: "Tourbillon de Boue"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 50,
|
damage: 50,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Muk",
|
en: "Muk",
|
||||||
|
fr: "Grotadmorv"
|
||||||
},
|
},
|
||||||
illustrator: "Eri Yamaki",
|
illustrator: "Eri Yamaki",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Grimer",
|
en: "Grimer",
|
||||||
|
fr: "Tadmorv"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,9 +30,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Triple Poison",
|
en: "Triple Poison",
|
||||||
|
fr: "Triple Poison"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Poisoned. During Pokémon Checkup, put 3 damage counters on that Pokémon instead of 1.",
|
en: "Your opponent’s Active Pokémon is now Poisoned. During Pokémon Checkup, put 3 damage counters on that Pokémon instead of 1.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le Contrôle Pokémon, placez 3 marqueurs de dégâts sur ce Pokémon-là au lieu d’un."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -43,6 +47,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Sludge Whirlpool",
|
en: "Sludge Whirlpool",
|
||||||
|
fr: "Tourbillon de Boue"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 120,
|
damage: 120,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Spinarak",
|
en: "Spinarak",
|
||||||
|
fr: "Mimigal"
|
||||||
},
|
},
|
||||||
illustrator: "Kyoko Umemoto",
|
illustrator: "Kyoko Umemoto",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Hang Down",
|
en: "Hang Down",
|
||||||
|
fr: "Suspension"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,6 +40,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Sting",
|
en: "Sting",
|
||||||
|
fr: "Dard"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 20,
|
damage: 20,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Ariados",
|
en: "Ariados",
|
||||||
|
fr: "Migalos"
|
||||||
},
|
},
|
||||||
illustrator: "Shin Nagasawa",
|
illustrator: "Shin Nagasawa",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Spinarak",
|
en: "Spinarak",
|
||||||
|
fr: "Mimigal"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Spider Net",
|
en: "Spider Net",
|
||||||
|
fr: "Rets Arachnéens"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may switch 1 of your opponent’s Benched Evolution Pokémon with their Active Pokémon.",
|
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may switch 1 of your opponent’s Benched Evolution Pokémon with their Active Pokémon.",
|
||||||
|
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer l’un de vos Pokémon pendant votre tour, vous pouvez échanger l’un des Pokémon évolutifs de Banc de votre adversaire contre son Pokémon Actif."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -39,9 +43,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Poison Sting",
|
en: "Poison Sting",
|
||||||
|
fr: "Dard-Venin"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
|
||||||
},
|
},
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Crobat V",
|
en: "Crobat V",
|
||||||
|
fr: "Nostenfer V"
|
||||||
},
|
},
|
||||||
illustrator: "PLANETA Mochizuki",
|
illustrator: "PLANETA Mochizuki",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -23,9 +24,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Dark Asset",
|
en: "Dark Asset",
|
||||||
|
fr: "Atout Obscur"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may draw cards until you have 6 cards in your hand. You can’t use more than 1 Dark Asset Ability each turn.",
|
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may draw cards until you have 6 cards in your hand. You can’t use more than 1 Dark Asset Ability each turn.",
|
||||||
|
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez piocher des cartes jusqu’à en avoir 6 en main. Vous ne pouvez utiliser qu’un talent Atout Obscur par tour."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -37,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Venomous Fang",
|
en: "Venomous Fang",
|
||||||
|
fr: "Croc-Poison"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
en: "Your opponent’s Active Pokémon is now Poisoned.",
|
||||||
|
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
|
||||||
},
|
},
|
||||||
damage: 70,
|
damage: 70,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Darkrai",
|
en: "Darkrai",
|
||||||
|
fr: "Darkrai"
|
||||||
},
|
},
|
||||||
illustrator: "nagimiso",
|
illustrator: "nagimiso",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -23,9 +24,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Darkness Guard",
|
en: "Darkness Guard",
|
||||||
|
fr: "Parade Obscure"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If this Pokémon has any Darkness Energy attached, it takes 20 less damage from attacks (after applying Weakness and Resistance).",
|
en: "If this Pokémon has any Darkness Energy attached, it takes 20 less damage from attacks (after applying Weakness and Resistance).",
|
||||||
|
fr: "Si de l’Énergie Darkness est attachée à ce Pokémon, il subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -38,9 +41,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Vortex of Darkness",
|
en: "Vortex of Darkness",
|
||||||
|
fr: "Vortex Obscur"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This attack does 20 more damage for each Darkness Energy attached to this Pokémon.",
|
en: "This attack does 20 more damage for each Darkness Energy attached to this Pokémon.",
|
||||||
|
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie Darkness attachée à ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: "60+",
|
damage: "60+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Purrloin",
|
en: "Purrloin",
|
||||||
|
fr: "Chacripan"
|
||||||
},
|
},
|
||||||
illustrator: "sowsow",
|
illustrator: "sowsow",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Dig Claws",
|
en: "Dig Claws",
|
||||||
|
fr: "Creusogriffes"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
@ -38,9 +40,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Fake Out",
|
en: "Fake Out",
|
||||||
|
fr: "Bluff"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
en: "Flip a coin. If heads, your opponent’s Active Pokémon is now Paralyzed.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, le Pokémon Actif de votre adversaire est maintenant Paralysé."
|
||||||
},
|
},
|
||||||
damage: 20,
|
damage: 20,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Liepard",
|
en: "Liepard",
|
||||||
|
fr: "Léopardus"
|
||||||
},
|
},
|
||||||
illustrator: "Hasuno",
|
illustrator: "Hasuno",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Purrloin",
|
en: "Purrloin",
|
||||||
|
fr: "Chacripan"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Limber",
|
en: "Limber",
|
||||||
|
fr: "Échauffement"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This Pokémon can’t be Paralyzed.",
|
en: "This Pokémon can’t be Paralyzed.",
|
||||||
|
fr: "Ce Pokémon ne peut pas être Paralysé."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -40,6 +44,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Slashing Claw",
|
en: "Slashing Claw",
|
||||||
|
fr: "Griffe Taillante"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 90,
|
damage: 90,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Deino",
|
en: "Deino",
|
||||||
|
fr: "Solochi"
|
||||||
},
|
},
|
||||||
illustrator: "Masakazu Fukuda",
|
illustrator: "Masakazu Fukuda",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Ram",
|
en: "Ram",
|
||||||
|
fr: "Collision"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 10,
|
damage: 10,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Zweilous",
|
en: "Zweilous",
|
||||||
|
fr: "Diamat"
|
||||||
},
|
},
|
||||||
illustrator: "tetsuya koizumi",
|
illustrator: "tetsuya koizumi",
|
||||||
rarity: "Uncommon",
|
rarity: "Uncommon",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Deino",
|
en: "Deino",
|
||||||
|
fr: "Solochi"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -29,6 +31,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Corkscrew Punch",
|
en: "Corkscrew Punch",
|
||||||
|
fr: "Poing Tire-Bouchon"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 30,
|
damage: 30,
|
||||||
@ -42,6 +45,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Darkness Fang",
|
en: "Darkness Fang",
|
||||||
|
fr: "Croc Obscur"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 70,
|
damage: 70,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Rowlet",
|
en: "Rowlet",
|
||||||
|
fr: "Brindibou"
|
||||||
},
|
},
|
||||||
illustrator: "HYOGONOSUKE",
|
illustrator: "HYOGONOSUKE",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -23,9 +24,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Sky Circus",
|
en: "Sky Circus",
|
||||||
|
fr: "Cirque Céleste"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If you played Bird Keeper from your hand during this turn, ignore all Energy in this Pokémon’s attack costs.",
|
en: "If you played Bird Keeper from your hand during this turn, ignore all Energy in this Pokémon’s attack costs.",
|
||||||
|
fr: "Si vous avez joué Ornithologue de votre main pendant ce tour, ignorez toutes les Énergies dans les coûts d’attaques de ce Pokémon."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -38,9 +41,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Wind Shard",
|
en: "Wind Shard",
|
||||||
|
fr: "Éclat Volant"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This attack does 60 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
en: "This attack does 60 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||||
|
fr: "Cette attaque inflige 60 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hydreigon",
|
en: "Hydreigon",
|
||||||
|
fr: "Trioxhydre"
|
||||||
},
|
},
|
||||||
illustrator: "kawayoo",
|
illustrator: "kawayoo",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Zweilous",
|
en: "Zweilous",
|
||||||
|
fr: "Diamat"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -25,9 +27,11 @@ const card: Card = {
|
|||||||
type: "Ability",
|
type: "Ability",
|
||||||
name: {
|
name: {
|
||||||
en: "Dark Squall",
|
en: "Dark Squall",
|
||||||
|
fr: "Rafale Obscure"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "As often as you like during your turn, you may attach a Darkness Energy card from your hand to 1 of your Pokémon.",
|
en: "As often as you like during your turn, you may attach a Darkness Energy card from your hand to 1 of your Pokémon.",
|
||||||
|
fr: "Autant de fois que vous le voulez pendant votre tour, vous pouvez attacher une carte Énergie Darkness de votre main à l’un de vos Pokémon."
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@ -40,6 +44,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Pitch-Black Fangs",
|
en: "Pitch-Black Fangs",
|
||||||
|
fr: "Crocs Nuit Noire"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 130,
|
damage: 130,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Hoopa",
|
en: "Hoopa",
|
||||||
|
fr: "Hoopa"
|
||||||
},
|
},
|
||||||
illustrator: "so-taro",
|
illustrator: "so-taro",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Assault Gate",
|
en: "Assault Gate",
|
||||||
|
fr: "Portail d’Assaut"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If this Pokémon didn’t move from the Bench to the Active Spot this turn, this attack does nothing. This attack’s damage isn’t affected by Weakness.",
|
en: "If this Pokémon didn’t move from the Bench to the Active Spot this turn, this attack does nothing. This attack’s damage isn’t affected by Weakness.",
|
||||||
|
fr: "Si ce Pokémon n’a pas été déplacé du Banc vers le Poste Actif pendant ce tour, cette attaque ne fait rien. Les dégâts de cette attaque ne sont pas affectés par la Faiblesse."
|
||||||
},
|
},
|
||||||
damage: 90,
|
damage: 90,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Nickit",
|
en: "Nickit",
|
||||||
|
fr: "Goupilou"
|
||||||
},
|
},
|
||||||
illustrator: "Misa Tsutsui",
|
illustrator: "Misa Tsutsui",
|
||||||
rarity: "Common",
|
rarity: "Common",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Tail Whip",
|
en: "Tail Whip",
|
||||||
|
fr: "Mimi-Queue"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Flip a coin. If heads, during your opponent’s next turn, the Defending Pokémon can’t attack.",
|
en: "Flip a coin. If heads, during your opponent’s next turn, the Defending Pokémon can’t attack.",
|
||||||
|
fr: "Lancez une pièce. Si c’est face, pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas attaquer."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Thievul",
|
en: "Thievul",
|
||||||
|
fr: "Roublenard"
|
||||||
},
|
},
|
||||||
illustrator: "Akira Komayama",
|
illustrator: "Akira Komayama",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Nickit",
|
en: "Nickit",
|
||||||
|
fr: "Goupilou"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -28,9 +30,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Nasty Plot",
|
en: "Nasty Plot",
|
||||||
|
fr: "Machination"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
|
en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
|
||||||
|
fr: "Cherchez dans votre deck jusqu’à 2 cartes, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@ -41,6 +45,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Sharp Fang",
|
en: "Sharp Fang",
|
||||||
|
fr: "Croc Aiguisé"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 70,
|
damage: 70,
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Grimmsnarl V",
|
en: "Grimmsnarl V",
|
||||||
|
fr: "Angoliath V"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,6 +27,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Bite",
|
en: "Bite",
|
||||||
|
fr: "Morsure"
|
||||||
},
|
},
|
||||||
|
|
||||||
damage: 40,
|
damage: 40,
|
||||||
@ -39,9 +41,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Spiky Knuckle",
|
en: "Spiky Knuckle",
|
||||||
|
fr: "Poing Piquant"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "Put 2 Darkness Energy attached to this Pokémon into your hand.",
|
en: "Put 2 Darkness Energy attached to this Pokémon into your hand.",
|
||||||
|
fr: "Ajoutez à votre main 2 Énergies Darkness attachées à ce Pokémon."
|
||||||
},
|
},
|
||||||
damage: 200,
|
damage: 200,
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Grimmsnarl VMAX",
|
en: "Grimmsnarl VMAX",
|
||||||
|
fr: "Angoliath VMAX"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -17,6 +18,7 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
evolveFrom: {
|
evolveFrom: {
|
||||||
en: "Grimmsnarl V",
|
en: "Grimmsnarl V",
|
||||||
|
fr: "Angoliath-V"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
@ -30,9 +32,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "G-Max Drill",
|
en: "G-Max Drill",
|
||||||
|
fr: "Perceuse G-Max"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "This attack does 50 more damage for each extra Darkness Energy attached to this Pokémon (in addition to this attack’s cost). You can’t add more than 100 damage in this way.",
|
en: "This attack does 50 more damage for each extra Darkness Energy attached to this Pokémon (in addition to this attack’s cost). You can’t add more than 100 damage in this way.",
|
||||||
|
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Énergie Darkness supplémentaire attachée à ce Pokémon (en plus du coût de cette attaque). Vous ne pouvez pas ajouter plus de 100 dégâts de cette façon."
|
||||||
},
|
},
|
||||||
damage: "170+",
|
damage: "170+",
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
|||||||
const card: Card = {
|
const card: Card = {
|
||||||
name: {
|
name: {
|
||||||
en: "Eternatus V",
|
en: "Eternatus V",
|
||||||
|
fr: "Éthernatos V"
|
||||||
},
|
},
|
||||||
illustrator: "5ban Graphics",
|
illustrator: "5ban Graphics",
|
||||||
rarity: "Rare",
|
rarity: "Rare",
|
||||||
@ -26,9 +27,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Power Accelerator",
|
en: "Power Accelerator",
|
||||||
|
fr: "Accélérateur de Puissance"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon.",
|
en: "You may attach a Darkness Energy card from your hand to 1 of your Benched Pokémon.",
|
||||||
|
fr: "Vous pouvez attacher une carte Énergie Darkness de votre main à l’un de vos Pokémon de Banc."
|
||||||
},
|
},
|
||||||
damage: 30,
|
damage: 30,
|
||||||
|
|
||||||
@ -42,9 +45,11 @@ const card: Card = {
|
|||||||
],
|
],
|
||||||
name: {
|
name: {
|
||||||
en: "Dynamax Cannon",
|
en: "Dynamax Cannon",
|
||||||
|
fr: "Canon Dynamax"
|
||||||
},
|
},
|
||||||
effect: {
|
effect: {
|
||||||
en: "If your opponent’s Active Pokémon is a Pokémon VMAX, this attack does 120 more damage.",
|
en: "If your opponent’s Active Pokémon is a Pokémon VMAX, this attack does 120 more damage.",
|
||||||
|
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-VMAX, cette attaque inflige 120 dégâts supplémentaires."
|
||||||
},
|
},
|
||||||
damage: "120+",
|
damage: "120+",
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user