1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-02 20:51:57 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Caterpie",
fr: "Chenipan"
},
illustrator: "Uta",
rarity: "Common",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Adaptive Evolution",
fr: "Évolution Adaptative"
},
effect: {
en: "This Pokémon can evolve during your first turn or the turn you play it.",
fr: "Ce Pokémon peut évoluer pendant votre premier tour ou pendant le tour où vous le jouez."
},
},
],
attacks: [
{
cost: [
@@ -34,12 +33,14 @@ const card: Card = {
],
name: {
en: "Gnaw",
fr: "Ronge"
},
damage: 10,
},
],
weaknesses: [
{
type: "Fire",
@@ -48,9 +49,8 @@ const card: Card = {
],
retreat: 1,
hp: 50,
types: ["Grass"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Surskit",
fr: "Arakdo"
},
illustrator: "Masakazu Fukuda",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,14 +19,17 @@ const card: Card = {
],
name: {
en: "Agility",
fr: "Hâte"
},
effect: {
en: "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to this Pokémon.",
fr: "Lancez une pièce. Si cest face, pendant le prochain tour de votre adversaire, évitez tous les effets dattaques, y compris les dégâts, infligés à ce Pokémon."
},
damage: 10,
},
],
weaknesses: [
{
type: "Fire",
@@ -40,9 +38,8 @@ const card: Card = {
],
retreat: 1,
hp: 50,
types: ["Grass"]
}
export default card

View File

@@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Whiscash",
fr: "Barbicha"
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Barboach",
fr: "Barloche"
},
abilities: [
{
type: "Ability",
name: {
en: "Submerge",
fr: "Submersion"
},
effect: {
en: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponents).",
fr: "Tant que ce Pokémon est sur votre Banc, évitez tous les dégâts infligés à ce Pokémon par des attaques (les vôtres et celles de votre adversaire)."
},
},
],
attacks: [
{
cost: [
@@ -37,14 +39,17 @@ const card: Card = {
],
name: {
en: "Earthquake",
fr: "Séisme"
},
effect: {
en: "This attack also does 20 damage to each of your Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige aussi 20 dégâts à chacun de vos Pokémon de Banc. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
damage: 140,
},
],
weaknesses: [
{
type: "Grass",
@@ -53,9 +58,8 @@ const card: Card = {
],
retreat: 3,
hp: 140,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Galarian Yamask",
fr: "Tutafeh de Galar"
},
illustrator: "Akira Komayama",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,14 +20,17 @@ const card: Card = {
],
name: {
en: "Reckless Charge",
fr: "Attaque Imprudente"
},
effect: {
en: "This Pokémon also does 30 damage to itself.",
fr: "Ce Pokémon sinflige aussi 30 dégâts."
},
damage: 50,
},
],
weaknesses: [
{
type: "Grass",
@@ -41,9 +39,8 @@ const card: Card = {
],
retreat: 2,
hp: 70,
types: ["Fighting"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Galarian Runerigus",
fr: "Tutétékri de Galar"
},
illustrator: "TOKIYA",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Galarian Yamask",
fr: "Tutafeh de Galar"
},
attacks: [
{
cost: [
@@ -27,9 +25,11 @@ const card: Card = {
],
name: {
en: "Spreading Spite",
fr: "Mépris Réparti"
},
effect: {
en: "For each damage counter on this Galarian Runerigus, put 2 damage counters on your opponents Pokémon in any way you like.",
fr: "Pour chaque marqueur de dégâts sur ce Tutétékri de Galar, placez 2 marqueurs de dégâts sur les Pokémon de votre adversaire comme il vous plaît."
},
},
@@ -41,14 +41,17 @@ const card: Card = {
],
name: {
en: "Mad Hammer",
fr: "Marteau en Folie"
},
effect: {
en: "This Pokémon also does 30 damage to itself.",
fr: "Ce Pokémon sinflige aussi 30 dégâts."
},
damage: 120,
},
],
weaknesses: [
{
type: "Grass",
@@ -57,9 +60,8 @@ const card: Card = {
],
retreat: 2,
hp: 100,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Binacle",
fr: "Opermine"
},
illustrator: "Saya Tsuruta",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -26,14 +21,17 @@ const card: Card = {
],
name: {
en: "Dual Chop",
fr: "Double Baffe"
},
effect: {
en: "Flip 2 coins. This attack does 50 damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 50 dégâts pour chaque côté face."
},
damage: "50×",
},
],
weaknesses: [
{
type: "Grass",
@@ -42,9 +40,8 @@ const card: Card = {
],
retreat: 2,
hp: 80,
types: ["Fighting"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Barbaracle",
fr: "Golgopathe"
},
illustrator: "Anesaki Dynamic",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Binacle",
fr: "Opermine"
},
attacks: [
{
cost: [
@@ -27,9 +25,11 @@ const card: Card = {
],
name: {
en: "Rock Hurl",
fr: "Lance-Pierre"
},
effect: {
en: "This attacks damage isnt affected by Resistance.",
fr: "Les dégâts de cette attaque ne sont pas affectés par la Résistance."
},
damage: 50,
@@ -42,14 +42,17 @@ const card: Card = {
],
name: {
en: "Hand Press",
fr: "Pression des Mains"
},
effect: {
en: "If you have more cards in your hand than your opponent, this attack does 80 more damage.",
fr: "Si vous avez plus de cartes dans votre main que votre adversaire, cette attaque inflige 80 dégâts supplémentaires."
},
damage: "80+",
},
],
weaknesses: [
{
type: "Grass",
@@ -58,9 +61,8 @@ const card: Card = {
],
retreat: 3,
hp: 120,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Rolycoly",
fr: "Charbi"
},
illustrator: "Misa Tsutsui",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,12 +19,14 @@ const card: Card = {
],
name: {
en: "Ram",
fr: "Collision"
},
damage: 10,
},
],
weaknesses: [
{
type: "Grass",
@@ -38,9 +35,8 @@ const card: Card = {
],
retreat: 2,
hp: 70,
types: ["Fighting"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Carkol",
fr: "Wagomine"
},
illustrator: "Mitsuhiro Arita",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Rolycoly",
fr: "Charbi"
},
attacks: [
{
cost: [
@@ -27,6 +25,7 @@ const card: Card = {
],
name: {
en: "Ram",
fr: "Collision"
},
damage: 30,
@@ -40,12 +39,14 @@ const card: Card = {
],
name: {
en: "Heat Crash",
fr: "Tacle Feu"
},
damage: 60,
},
],
weaknesses: [
{
type: "Grass",
@@ -54,9 +55,8 @@ const card: Card = {
],
retreat: 3,
hp: 100,
types: ["Fighting"]
}
export default card

View File

@@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Coalossal",
fr: "Monthracite"
},
illustrator: "Shin Nagasawa",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Carkol",
fr: "Wagomine"
},
abilities: [
{
type: "Ability",
name: {
en: "Tar Generator",
fr: "Générateur de Poix"
},
effect: {
en: "Once during your turn, you may attach a Fire Energy card, a Fighting Energy card, or 1 of each from your discard pile to your Pokémon in any way you like.",
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Fire, une carte Énergie Fighting, ou une de chaque de votre pile de défausse à vos Pokémon comme il vous plaît."
},
},
],
attacks: [
{
cost: [
@@ -39,12 +41,14 @@ const card: Card = {
],
name: {
en: "Flaming Avalanche",
fr: "Avalanche Ardente"
},
damage: 130,
},
],
weaknesses: [
{
type: "Grass",
@@ -53,9 +57,8 @@ const card: Card = {
],
retreat: 4,
hp: 160,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Sandaconda V",
fr: "Dunaconda V"
},
illustrator: "aky CG Works",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Sand Eater",
fr: "Sablivore"
},
effect: {
en: "Attach a Fighting Energy card from your discard pile to this Pokémon.",
fr: "Attachez une carte Énergie Fighting de votre pile de défausse à ce Pokémon."
},
damage: 30,
@@ -39,14 +36,17 @@ const card: Card = {
],
name: {
en: "Sand Breath",
fr: "Souffle Sableux"
},
effect: {
en: "Discard 2 Energy from this Pokémon.",
fr: "Défaussez 2 Énergies de ce Pokémon."
},
damage: 220,
},
],
weaknesses: [
{
type: "Grass",
@@ -55,9 +55,8 @@ const card: Card = {
],
retreat: 3,
hp: 220,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Falinks",
fr: "Hexadron"
},
illustrator: "Misa Tsutsui",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Call for Family",
fr: "Appel à la Famille"
},
effect: {
en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 2 Pokémon de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck."
},
},
@@ -37,14 +34,17 @@ const card: Card = {
],
name: {
en: "Team Attack",
fr: "Attaque de Groupe"
},
effect: {
en: "This attack does 30 damage for each of your Benched Pokémon that has \"Falinks\" in its name.",
fr: "Cette attaque inflige 30 dégâts pour chacun de vos Pokémon de Banc ayant « Hexadron » dans son nom."
},
damage: "30×",
},
],
weaknesses: [
{
type: "Psychic",
@@ -53,9 +53,8 @@ const card: Card = {
],
retreat: 1,
hp: 90,
types: ["Fighting"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Masquerain",
fr: "Maskadra"
},
illustrator: "chibi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Surskit",
fr: "Arakdo"
},
attacks: [
{
cost: [
@@ -26,9 +24,11 @@ const card: Card = {
],
name: {
en: "Threatening Pattern",
fr: "Motif Menaçant"
},
effect: {
en: "During your opponents next turn, Energy cant be attached from your opponent's hand to the Defending Pokémon.",
fr: "Pendant le prochain tour de votre adversaire, de lÉnergie ne peut pas être attachée de la main de votre adversaire au Pokémon Défenseur."
},
damage: 30,
@@ -40,14 +40,17 @@ const card: Card = {
],
name: {
en: "U-turn",
fr: "Demi-Tour"
},
effect: {
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
fr: "Échangez ce Pokémon contre lun de vos Pokémon de Banc."
},
damage: 40,
},
],
weaknesses: [
{
type: "Fire",
@@ -56,9 +59,8 @@ const card: Card = {
],
retreat: 1,
hp: 90,
types: ["Grass"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Falinks V",
fr: "Hexadron V"
},
illustrator: "aky CG Works",
rarity: "Rare",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Iron Defense Formation",
fr: "Escadron Mur de Fer"
},
effect: {
en: "All of your Pokémon that have \"Falinks\" in their name take 20 less damage from your opponents attacks (after applying Weakness and Resistance).",
fr: "Tous vos Pokémon ayant « Hexadron » dans leur nom subissent 20 dégâts de moins provenant des attaques de votre adversaire (après application de la Faiblesse et de la Résistance)."
},
},
],
attacks: [
{
cost: [
@@ -36,14 +35,17 @@ const card: Card = {
],
name: {
en: "Giga Impact",
fr: "Giga Impact"
},
effect: {
en: "During your next turn, this Pokémon can't attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer."
},
damage: 210,
},
],
weaknesses: [
{
type: "Psychic",
@@ -52,9 +54,8 @@ const card: Card = {
],
retreat: 2,
hp: 160,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Stonjourner",
fr: "Dolman"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -26,6 +21,7 @@ const card: Card = {
],
name: {
en: "Mega Kick",
fr: "Ultimawashi"
},
damage: 80,
@@ -40,14 +36,17 @@ const card: Card = {
],
name: {
en: "Power Press",
fr: "Étau Puissant"
},
effect: {
en: "If this Pokémon has at least 1 extra Energy attached (in addition to this attack's cost), this attack does 60 more damage.",
fr: "Si au moins une Énergie supplémentaire est attachée à ce Pokémon (en plus du coût de cette attaque), cette attaque inflige 60 dégâts supplémentaires."
},
damage: "120+",
},
],
weaknesses: [
{
type: "Grass",
@@ -56,9 +55,8 @@ const card: Card = {
],
retreat: 4,
hp: 140,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Koffing",
fr: "Smogo"
},
illustrator: "Kyoko Umemoto",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,12 +19,14 @@ const card: Card = {
],
name: {
en: "Suffocating Gas",
fr: "Gaz Suffocant"
},
damage: 10,
},
],
weaknesses: [
{
type: "Fighting",
@@ -38,9 +35,8 @@ const card: Card = {
],
retreat: 1,
hp: 70,
types: ["Darkness"]
}
export default card

View File

@@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Galarian Weezing",
fr: "Smogogo de Galar"
},
illustrator: "Mitsuhiro Arita",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Koffing",
fr: "Smogo"
},
abilities: [
{
type: "Ability",
name: {
en: "Neutralizing Gas",
fr: "Gaz Inhibiteur"
},
effect: {
en: "As long as this Pokémon is in the Active Spot, your opponents Pokémon in play have no Abilities, except for Neutralizing Gas.",
fr: "Tant que ce Pokémon est sur le Poste Actif, les Pokémon en jeu de votre adversaire nont pas de talent, à lexception de Gaz Inhibiteur."
},
},
],
attacks: [
{
cost: [
@@ -36,13 +38,16 @@ const card: Card = {
],
name: {
en: "Severe Poison",
fr: "Poison Violent"
},
effect: {
en: "Your opponents Active Pokémon is now Poisoned. Put 4 damage counters instead of 1 on that Pokémon during Pokémon Checkup.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Placez 4 marqueurs de dégâts au lieu dun sur ce Pokémon-là pendant le Contrôle Pokémon."
},
},
],
weaknesses: [
{
type: "Fighting",
@@ -51,9 +56,8 @@ const card: Card = {
],
retreat: 3,
hp: 130,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Stunky",
fr: "Moufouette"
},
illustrator: "Shigenori Negishi",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,14 +20,17 @@ const card: Card = {
],
name: {
en: "Poison Gas",
fr: "Gaz Toxik"
},
effect: {
en: "Your opponents Active Pokémon is now Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
},
damage: 10,
},
],
weaknesses: [
{
type: "Fighting",
@@ -41,9 +39,8 @@ const card: Card = {
],
retreat: 2,
hp: 70,
types: ["Darkness"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Skuntank",
fr: "Moufflair"
},
illustrator: "sowsow",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Stunky",
fr: "Moufouette"
},
attacks: [
{
cost: [
@@ -27,6 +25,7 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
},
damage: 50,
@@ -40,14 +39,17 @@ const card: Card = {
],
name: {
en: "Poison Ring",
fr: "Anneau de Poison"
},
effect: {
en: "Your opponents Active Pokémon is now Poisoned. During your opponent's next turn, the Defending Pokémon cant retreat.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
},
damage: 80,
},
],
weaknesses: [
{
type: "Fighting",
@@ -56,9 +58,8 @@ const card: Card = {
],
retreat: 3,
hp: 120,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Spiritomb",
fr: "Spiritomb"
},
illustrator: "Tomokazu Komiya",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Splitting Spite",
fr: "Mépris Partagé"
},
effect: {
en: "Discard the top card of each players deck.",
fr: "Défaussez la carte du dessus du deck de chaque joueur."
},
},
@@ -37,13 +34,16 @@ const card: Card = {
],
name: {
en: "Dripping Grudge",
fr: "Rancune Dégoulinante"
},
effect: {
en: "Put 1 damage counter on your opponent's Active Pokémon for each Pokémon in your discard pile.",
fr: "Placez un marqueur de dégâts sur le Pokémon Actif de votre adversaire pour chaque Pokémon dans votre pile de défausse."
},
},
],
weaknesses: [
{
type: "Grass",
@@ -52,9 +52,8 @@ const card: Card = {
],
retreat: 2,
hp: 60,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Trubbish",
fr: "Miamiasme"
},
illustrator: "HYOGONOSUKE",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,14 +20,17 @@ const card: Card = {
],
name: {
en: "Venoshock",
fr: "Choc Venin"
},
effect: {
en: "If your opponents 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+",
},
],
weaknesses: [
{
type: "Fighting",
@@ -41,9 +39,8 @@ const card: Card = {
],
retreat: 1,
hp: 60,
types: ["Darkness"]
}
export default card

View File

@@ -4,31 +4,34 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Garbodor",
fr: "Miasmax"
},
illustrator: "AKIRA EGAWA",
rarity: "Rare",
category: "Pokemon",
set: Set,
hp: 120,
evolveFrom: {
en: "Trubbish",
fr: "Miamiasme"
},
abilities: [
{
type: "Ability",
name: {
en: "Poisonous Puddle",
fr: "Flaque Toxique"
},
effect: {
en: "Once during your turn, if a Stadium is in play, you may make your opponent's Active Pokémon Poisoned.",
fr: "Une fois pendant votre tour, si un Stade est en jeu, vous pouvez laisser le Pokémon Actif de votre adversaire Empoisonné."
},
},
],
attacks: [
{
cost: [
@@ -38,6 +41,7 @@ const card: Card = {
],
name: {
en: "Sludge Bomb",
fr: "Bombe Beurk"
},
effect: {
en: undefined,
@@ -46,6 +50,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fighting",
@@ -54,9 +59,7 @@ const card: Card = {
],
retreat: 2,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Vullaby",
fr: "Vostourno"
},
illustrator: "Shibuzoh.",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,30 +19,34 @@ const card: Card = {
],
name: {
en: "Pluck",
fr: "Picore"
},
effect: {
en: "Before doing damage, discard all Pokémon Tools from your opponents Active Pokémon.",
fr: "Avant dinfliger des dégâts, défaussez tous les Outils Pokémon du Pokémon Actif de votre adversaire."
},
damage: 10,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 60,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Snover",
fr: "Blizzi"
},
illustrator: "Shibuzoh.",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,6 +20,7 @@ const card: Card = {
],
name: {
en: "Beat",
fr: "Bataille"
},
damage: 20,
@@ -38,12 +34,14 @@ const card: Card = {
],
name: {
en: "Razor Leaf",
fr: "TranchHerbe"
},
damage: 50,
},
],
weaknesses: [
{
type: "Fire",
@@ -52,9 +50,8 @@ const card: Card = {
],
retreat: 3,
hp: 90,
types: ["Grass"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Mandibuzz",
fr: "Vaututrice"
},
illustrator: "kodama",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Vullaby",
fr: "Vostourno"
},
attacks: [
{
cost: [
@@ -26,9 +24,11 @@ const card: Card = {
],
name: {
en: "Bone Rush",
fr: "Charge Os"
},
effect: {
en: "Flip a coin until you get tails. This attack does 30 damage for each heads.",
fr: "Lancez une pièce jusquà obtenir un côté pile. Cette attaque inflige 30 dégâts pour chaque côté face."
},
damage: "30×",
@@ -40,29 +40,33 @@ const card: Card = {
],
name: {
en: "Blindside",
fr: "Angle Mort"
},
effect: {
en: "This attack does 100 damage to 1 of your opponents Pokémon that has any damage counters on it. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 100 dégâts à lun des Pokémon de votre adversaire ayant au moins un marqueur de dégâts. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 2,
hp: 120,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Malamar V",
fr: "Sepiatroce V"
},
illustrator: "Eske Yoshinob",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,9 +20,11 @@ const card: Card = {
],
name: {
en: "Drag Off",
fr: "Traîne"
},
effect: {
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire contre son Pokémon Actif. Cette attaque inflige 30 dégâts au nouveau Pokémon Actif."
},
},
@@ -39,14 +36,17 @@ const card: Card = {
],
name: {
en: "Brain Shake",
fr: "Cahot Mental"
},
effect: {
en: "Your opponents Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus."
},
damage: 130,
},
],
weaknesses: [
{
type: "Grass",
@@ -55,9 +55,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Darkness"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Malamar VMAX",
fr: "Sepiatroce VMAX"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Malamar V",
fr: "Sepiatroce-V"
},
attacks: [
{
cost: [
@@ -28,14 +26,17 @@ const card: Card = {
],
name: {
en: "Max Jammer",
fr: "Bloquomax"
},
effect: {
en: "Your opponent reveals their hand. Choose a card you find there and put it on the bottom of their deck.",
fr: "Votre adversaire dévoile sa main. Choisissez-y une carte, puis placez-la en dessous de son deck."
},
damage: 180,
},
],
weaknesses: [
{
type: "Grass",
@@ -44,9 +45,8 @@ const card: Card = {
],
retreat: 2,
hp: 310,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Impidimp",
fr: "Grimalin"
},
illustrator: "Kouki Saitou",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,6 +19,7 @@ const card: Card = {
],
name: {
en: "Beat",
fr: "Bataille"
},
damage: 10,
@@ -36,12 +32,14 @@ const card: Card = {
],
name: {
en: "Stampede",
fr: "Ruée"
},
damage: 20,
},
],
weaknesses: [
{
type: "Grass",
@@ -50,9 +48,8 @@ const card: Card = {
],
retreat: 1,
hp: 70,
types: ["Darkness"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Morgrem",
fr: "Fourbelin"
},
illustrator: "Hitoshi Ariga",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Impidimp",
fr: "Grimalin"
},
attacks: [
{
cost: [
@@ -26,6 +24,7 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 30,
@@ -39,14 +38,17 @@ const card: Card = {
],
name: {
en: "False Surrender",
fr: "Fourbette"
},
effect: {
en: "This attacks damage isnt affected by any effects on your opponents Active Pokémon.",
fr: "Les dégâts de cette attaque ne sont affectés par aucun effet en action sur le Pokémon Actif de votre adversaire."
},
damage: 60,
},
],
weaknesses: [
{
type: "Grass",
@@ -55,9 +57,8 @@ const card: Card = {
],
retreat: 2,
hp: 90,
types: ["Darkness"]
}
export default card

View File

@@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Grimmsnarl",
fr: "Angoliath"
},
illustrator: "nagimiso",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Morgrem",
fr: "Fourbelin"
},
abilities: [
{
type: "Ability",
name: {
en: "Dark Oath",
fr: "Serment Obscur"
},
effect: {
en: "As long as this Pokémon is in the Active Spot, your opponents Active Pokémons attacks cost Colorless more.",
fr: "Tant que ce Pokémon est sur le Poste Actif, les attaques du Pokémon Actif de votre adversaire coûtent Colorless de plus."
},
},
],
attacks: [
{
cost: [
@@ -38,14 +40,17 @@ const card: Card = {
],
name: {
en: "Energy Press",
fr: "Pression Énergétique"
},
effect: {
en: "This attack does 30 more damage for each Energy attached to your opponent's Active Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire."
},
damage: "100+",
},
],
weaknesses: [
{
type: "Grass",
@@ -54,9 +59,8 @@ const card: Card = {
],
retreat: 3,
hp: 170,
types: ["Darkness"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Galarian Meowth",
fr: "Miaouss de Galar"
},
illustrator: "Misa Tsutsui",
rarity: "Common",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Evolution Roar",
fr: "Rugissement Évolutif"
},
effect: {
en: "You must discard 2 cards from your hand in order to use this Ability. Once during your turn, you may search your deck for a Galarian Perrserker, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Vous devez défausser 2 cartes de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez chercher dans votre deck un Berserkatt de Galar, le montrer, puis lajouter à votre main. Mélangez ensuite votre deck."
},
},
],
attacks: [
{
cost: [
@@ -35,28 +34,31 @@ const card: Card = {
],
name: {
en: "Scratch",
fr: "Griffe"
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
hp: 60,
types: ["Metal"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Galarian Perrserker",
fr: "Berserkatt de Galar"
},
illustrator: "Naoki Saito",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Galarian Meowth",
fr: "Miaouss de Galar"
},
attacks: [
{
cost: [
@@ -27,6 +25,7 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
},
damage: 50,
@@ -40,30 +39,34 @@ const card: Card = {
],
name: {
en: "Claw Dagger",
fr: "Griffe Dague"
},
effect: {
en: "Flip 3 coins. This attack does 80 damage for each heads.",
fr: "Lancez 3 pièces. Cette attaque inflige 80 dégâts pour chaque côté face."
},
damage: "80×",
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
hp: 120,
types: ["Metal"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Scizor",
fr: "Cizayox"
},
illustrator: "Ryuta Fuse",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Scyther",
fr: "Insécateur"
},
attacks: [
{
cost: [
@@ -26,9 +24,11 @@ const card: Card = {
],
name: {
en: "Raid",
fr: "Razzia Obscure"
},
effect: {
en: "If this Pokémon evolved from Scyther during this turn, this attack does 90 more damage.",
fr: "Si ce Pokémon a évolué dInsécateur pendant ce tour, cette attaque inflige 90 dégâts supplémentaires."
},
damage: "30+",
@@ -41,30 +41,34 @@ const card: Card = {
],
name: {
en: "Guard Claw",
fr: "Griffe de Garde"
},
effect: {
en: "During your opponents next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
},
damage: 90,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 1,
hp: 130,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Bronzor",
fr: "Archéomire"
},
illustrator: "Midori Harada",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,6 +19,7 @@ const card: Card = {
],
name: {
en: "Ram",
fr: "Collision"
},
damage: 10,
@@ -36,28 +32,31 @@ const card: Card = {
],
name: {
en: "Speed Dive",
fr: "Plongée Rapide"
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 1,
hp: 60,
types: ["Metal"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Abomasnow",
fr: "Blizzaroi"
},
illustrator: "Kazuma Koda",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Snover",
fr: "Blizzi"
},
attacks: [
{
cost: [
@@ -28,9 +26,11 @@ const card: Card = {
],
name: {
en: "Soothing Scent",
fr: "Senteur Apaisante"
},
effect: {
en: "Your opponents Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi."
},
damage: 80,
@@ -44,12 +44,14 @@ const card: Card = {
],
name: {
en: "Megaton Lariat",
fr: "Lasso Titanesque"
},
damage: 140,
},
],
weaknesses: [
{
type: "Fire",
@@ -58,9 +60,8 @@ const card: Card = {
],
retreat: 3,
hp: 140,
types: ["Grass"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Bronzong",
fr: "Archéodong"
},
illustrator: "MAHOU",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Bronzor",
fr: "Archéomire"
},
attacks: [
{
cost: [
@@ -26,6 +24,7 @@ const card: Card = {
],
name: {
en: "Smack",
fr: "Claque"
},
damage: 30,
@@ -39,30 +38,34 @@ const card: Card = {
],
name: {
en: "Gyro Ball",
fr: "Gyroballe"
},
effect: {
en: "Switch this Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
fr: "Échangez ce Pokémon contre lun de vos Pokémon de Banc. Dans ce cas, votre adversaire échange son Pokémon Actif contre lun de ses Pokémon de Banc."
},
damage: 70,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 3,
hp: 130,
types: ["Metal"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Probopass",
fr: "Tarinorme"
},
illustrator: "Anesaki Dynamic",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Nosepass",
fr: "Tarinor"
},
attacks: [
{
cost: [
@@ -26,9 +24,11 @@ const card: Card = {
],
name: {
en: "Gravitational Drop",
fr: "Chute Gravitationnelle"
},
effect: {
en: "This attack does 30 more damage for each Colorless in your opponents Active Pokémons Retreat Cost.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire."
},
damage: "10+",
@@ -41,28 +41,31 @@ const card: Card = {
],
name: {
en: "Heavy Impact",
fr: "Gros Impact"
},
damage: 120,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 4,
hp: 140,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Durant",
fr: "Fermite"
},
illustrator: "Hideki Ishikawa",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Gathering Food",
fr: "Amas de Denrées"
},
effect: {
en: "For each Energy attached to this Pokémon, search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Pour chaque Énergie attachée à ce Pokémon, cherchez dans votre deck une carte Dresseur, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck."
},
},
@@ -38,28 +35,31 @@ const card: Card = {
],
name: {
en: "Metal Claw",
fr: "Griffe Acier"
},
damage: 80,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 1,
hp: 100,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Honedge",
fr: "Monorpale"
},
illustrator: "Sekio",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,28 +20,31 @@ const card: Card = {
],
name: {
en: "Slicing Blade",
fr: "Lame Tranchante"
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 1,
hp: 60,
types: ["Metal"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Doublade",
fr: "Dimoclès"
},
illustrator: "Aya Kusube",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Honedge",
fr: "Monorpale"
},
attacks: [
{
cost: [
@@ -27,6 +25,7 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
},
damage: 30,
@@ -40,30 +39,34 @@ const card: Card = {
],
name: {
en: "Double Slash",
fr: "Double Lame"
},
effect: {
en: "Flip 2 coins. This attack does 80 damage for each heads.",
fr: "Lancez 2 pièces. Cette attaque inflige 80 dégâts pour chaque côté face."
},
damage: "80×",
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
hp: 90,
types: ["Metal"]
}
export default card

View File

@@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Aegislash",
fr: "Exagide"
},
illustrator: "Ryuta Fuse",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Doublade",
fr: "Dimoclès"
},
abilities: [
{
type: "Ability",
name: {
en: "Big Shield",
fr: "Bouclier Imposant"
},
effect: {
en: "All of your Pokémon take 30 less damage from your opponents attacks (after applying Weakness and Resistance). You cant apply more than 1 Big Shield Ability at a time.",
fr: "Tous vos Pokémon subissent 30 dégâts de moins provenant des attaques de votre adversaire (après application de la Faiblesse et de la Résistance). Vous ne pouvez utiliser quun talent Bouclier Imposant à la fois."
},
},
],
attacks: [
{
cost: [
@@ -38,28 +40,31 @@ const card: Card = {
],
name: {
en: "Power Edge",
fr: "Lame Puissante"
},
damage: 130,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 3,
hp: 140,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Copperajah V",
fr: "Pachyradjah V"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -26,9 +21,11 @@ const card: Card = {
],
name: {
en: "Adamantine Press",
fr: "Charge Adamantine"
},
effect: {
en: "During your opponents next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
},
damage: 90,
@@ -42,28 +39,31 @@ const card: Card = {
],
name: {
en: "Wrack Down",
fr: "Réduire en Poussière"
},
damage: 180,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 4,
hp: 220,
types: ["Metal"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Copperajah VMAX",
fr: "Pachyradjah VMAX"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Copperajah V",
fr: "Pachyradjah-V"
},
attacks: [
{
cost: [
@@ -28,9 +26,11 @@ const card: Card = {
],
name: {
en: "Dangerous Nose",
fr: "Nez Dangereux"
},
effect: {
en: "If your opponents Active Pokémon is a Basic Pokémon, this attack does 100 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon de base, cette attaque inflige 100 dégâts supplémentaires."
},
damage: "100+",
@@ -44,28 +44,31 @@ const card: Card = {
],
name: {
en: "G-Max Hammer",
fr: "Marteau G-Max"
},
damage: 240,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 4,
hp: 340,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Duraludon",
fr: "Duralugon"
},
illustrator: "Shin Nagasawa",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Metal Sharpener",
fr: "Affuteur de Métal"
},
effect: {
en: "Attach a Metal Energy card from your discard pile to 1 of your Pokémon.",
fr: "Attachez une carte Énergie Metal de votre pile de défausse à lun de vos Pokémon."
},
damage: 30,
@@ -39,28 +36,31 @@ const card: Card = {
],
name: {
en: "Power Beam",
fr: "Puissant Rayon"
},
damage: 110,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
hp: 130,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Zacian",
fr: "Zacian"
},
illustrator: "Hideki Ishikawa",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,9 +20,11 @@ const card: Card = {
],
name: {
en: "Energy Stream",
fr: "Courant dÉnergie"
},
effect: {
en: "Attach a Metal Energy card from your discard pile to this Pokémon.",
fr: "Attachez une carte Énergie Metal de votre pile de défausse à ce Pokémon."
},
damage: 30,
@@ -40,30 +37,34 @@ const card: Card = {
],
name: {
en: "Smashing Edge",
fr: "Tranchant Fracassant"
},
effect: {
en: "Flip a coin. If tails, discard 2 Energy from this Pokémon.",
fr: "Lancez une pièce. Si cest pile, défaussez 2 Énergies de ce Pokémon."
},
damage: 120,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
hp: 120,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Phantump",
fr: "Brocélôme"
},
illustrator: "sui",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Dark Guidance",
fr: "Conseiller Obscur"
},
effect: {
en: "Put a Basic Pokémon from your discard pile onto your Bench.",
fr: "Placez un Pokémon de base de votre pile de défausse sur votre Banc."
},
},
@@ -37,12 +34,14 @@ const card: Card = {
],
name: {
en: "Seed Bomb",
fr: "Canon Graine"
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
@@ -51,9 +50,8 @@ const card: Card = {
],
retreat: 1,
hp: 60,
types: ["Grass"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Zamazenta",
fr: "Zamazenta"
},
illustrator: "Hideki Ishikawa",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,9 +20,11 @@ const card: Card = {
],
name: {
en: "Guard Press",
fr: "Pression de Garde"
},
effect: {
en: "During your opponents next turn, this Pokémon takes 20 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
},
damage: 30,
@@ -40,30 +37,34 @@ const card: Card = {
],
name: {
en: "Power Rush",
fr: "Ruée Puissante"
},
effect: {
en: "Flip a coin. If tails, during your next turn, this Pokémon cant attack.",
fr: "Lancez une pièce. Si cest pile, ce Pokémon ne peut pas attaquer pendant votre prochain tour."
},
damage: 120,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
hp: 120,
types: ["Metal"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Snorlax",
fr: "Ronflex"
},
illustrator: "Eri Yamaki",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Collect",
fr: "Collecte"
},
effect: {
en: "Draw 2 cards.",
fr: "Piochez 2 cartes."
},
},
@@ -38,14 +35,17 @@ const card: Card = {
],
name: {
en: "Collapse",
fr: "Effondrement"
},
effect: {
en: "This Pokémon is now Asleep.",
fr: "Ce Pokémon est maintenant Endormi."
},
damage: 120,
},
],
weaknesses: [
{
type: "Fighting",
@@ -54,9 +54,8 @@ const card: Card = {
],
retreat: 4,
hp: 150,
types: ["Colorless"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Chatot",
fr: "Pijako"
},
illustrator: "ryoma uratsuka",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Lucky Match",
fr: "Accord Opportun"
},
effect: {
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may flip a coin. If heads, 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 lancer une pièce. Si cest face, ajoutez une carte Supporter de votre pile de défausse à votre main."
},
},
],
attacks: [
{
cost: [
@@ -35,28 +34,31 @@ const card: Card = {
],
name: {
en: "Glide",
fr: "Glissement"
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 70,
types: ["Colorless"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Pidove",
fr: "Poichigeon"
},
illustrator: "Ryota Murayama",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Chirp",
fr: "Gazouillis"
},
effect: {
en: "Search your deck for up to 2 Pokémon with Fighting Resistance, reveal them, and put them into your hand. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 2 Pokémon avec une Résistance Fighting, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
},
},
@@ -37,28 +34,31 @@ const card: Card = {
],
name: {
en: "Razor Wing",
fr: "Aile Tranchante"
},
damage: 20,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 60,
types: ["Colorless"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Tranquill",
fr: "Colombeau"
},
illustrator: "Saya Tsuruta",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Pidove",
fr: "Poichigeon"
},
attacks: [
{
cost: [
@@ -27,6 +25,7 @@ const card: Card = {
],
name: {
en: "Razor Wing",
fr: "Aile Tranchante"
},
damage: 40,
@@ -40,28 +39,31 @@ const card: Card = {
],
name: {
en: "Gust",
fr: "Tornade"
},
damage: 60,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 80,
types: ["Colorless"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Unfezant",
fr: "Déflaisan"
},
illustrator: "Naoyo Kimura",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Tranquill",
fr: "Colombeau"
},
attacks: [
{
cost: [
@@ -27,9 +25,11 @@ const card: Card = {
],
name: {
en: "Daunt",
fr: "Découragement"
},
effect: {
en: "During your opponents next turn, the Defending Pokémons attacks do 50 less damage (before applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 50 dégâts de moins (avant application de la Faiblesse et de la Résistance)."
},
damage: 50,
@@ -42,30 +42,34 @@ const card: Card = {
],
name: {
en: "Air Slash",
fr: "Lame dAir"
},
effect: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon."
},
damage: 150,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 150,
types: ["Colorless"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Bunnelby",
fr: "Sapereau"
},
illustrator: "Yuka Morii",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Burrow",
fr: "Terrier"
},
effect: {
en: "Discard the top card of your opponents deck.",
fr: "Défaussez la carte du dessus du deck de votre adversaire."
},
},
@@ -38,12 +35,14 @@ const card: Card = {
],
name: {
en: "Headbutt Bounce",
fr: "Culbute Surprise"
},
damage: 50,
},
],
weaknesses: [
{
type: "Fighting",
@@ -52,9 +51,8 @@ const card: Card = {
],
retreat: 1,
hp: 70,
types: ["Colorless"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Diggersby",
fr: "Excavarenne"
},
illustrator: "kodama",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Bunnelby",
fr: "Sapereau"
},
attacks: [
{
cost: [
@@ -28,9 +26,11 @@ const card: Card = {
],
name: {
en: "Mining Rush",
fr: "Excavation Hâtive"
},
effect: {
en: "Discard up to 6 cards from the top of your deck. If you do, this attack does 30 damage for each card you discarded in this way.",
fr: "Défaussez jusquà 6 cartes du dessus de votre deck. Dans ce cas, cette attaque inflige 30 dégâts pour chaque carte défaussée de cette façon."
},
damage: "30×",
@@ -44,12 +44,14 @@ const card: Card = {
],
name: {
en: "Headbutt Bounce",
fr: "Culbute Surprise"
},
damage: 110,
},
],
weaknesses: [
{
type: "Fighting",
@@ -58,9 +60,8 @@ const card: Card = {
],
retreat: 3,
hp: 130,
types: ["Colorless"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Hawlucha",
fr: "Brutalibré"
},
illustrator: "tetsuya koizumi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Windfall",
fr: "Rafale de Vent"
},
effect: {
en: "Shuffle your hand into your deck. Then, draw 5 cards.",
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 5 cartes."
},
},
@@ -36,28 +33,31 @@ const card: Card = {
],
name: {
en: "Speed Attack",
fr: "Attaque Rapide"
},
damage: 30,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 90,
types: ["Colorless"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Stufful",
fr: "Nounourson"
},
illustrator: "so-taro",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,6 +19,7 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Charge"
},
damage: 10,
@@ -37,14 +33,17 @@ const card: Card = {
],
name: {
en: "Jump On",
fr: "Saut"
},
effect: {
en: "Flip a coin. If heads, this attack does 40 more damage.",
fr: "Lancez une pièce. Si cest face, cette attaque inflige 40 dégâts supplémentaires."
},
damage: "40+",
},
],
weaknesses: [
{
type: "Fighting",
@@ -53,9 +52,8 @@ const card: Card = {
],
retreat: 2,
hp: 80,
types: ["Colorless"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Trevenant",
fr: "Desséliande"
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Phantump",
fr: "Brocélôme"
},
attacks: [
{
cost: [
@@ -26,6 +24,7 @@ const card: Card = {
],
name: {
en: "Seed Bomb",
fr: "Canon Graine"
},
damage: 40,
@@ -39,14 +38,17 @@ const card: Card = {
],
name: {
en: "Shadow Cage",
fr: "Cage dOmbre"
},
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: 120,
},
],
weaknesses: [
{
type: "Fire",
@@ -55,9 +57,8 @@ const card: Card = {
],
retreat: 3,
hp: 130,
types: ["Grass"]
}
export default card

View File

@@ -4,21 +4,19 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Bewear",
fr: "Chelours"
},
illustrator: "Ryuta Fuse",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Stufful",
fr: "Nounourson"
},
attacks: [
{
cost: [
@@ -28,9 +26,11 @@ const card: Card = {
],
name: {
en: "Hammer Arm",
fr: "Marto-Poing"
},
effect: {
en: "Discard the top card of your opponents deck.",
fr: "Défaussez la carte du dessus du deck de votre adversaire."
},
damage: 90,
@@ -44,13 +44,16 @@ const card: Card = {
],
name: {
en: "Big Throw",
fr: "Grand Lancer"
},
effect: {
en: "Flip a coin. If heads, discard your opponents Active Pokémon and all attached cards.",
fr: "Lancez une pièce. Si cest face, défaussez le Pokémon Actif de votre adversaire et toutes les cartes attachées."
},
},
],
weaknesses: [
{
type: "Fighting",
@@ -59,9 +62,8 @@ const card: Card = {
],
retreat: 3,
hp: 140,
types: ["Colorless"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Skwovet",
fr: "Rongourmand"
},
illustrator: "Mina Nakai",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,6 +19,7 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Charge"
},
damage: 10,
@@ -36,12 +32,14 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 20,
},
],
weaknesses: [
{
type: "Fighting",
@@ -50,9 +48,8 @@ const card: Card = {
],
retreat: 1,
hp: 70,
types: ["Colorless"]
}
export default card

View File

@@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Greedent",
fr: "Rongrigou"
},
illustrator: "kirisAki",
rarity: "Rare",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Skwovet",
fr: "Rongourmand"
},
abilities: [
{
type: "Ability",
name: {
en: "Greedy Tail",
fr: "Queue Cupide"
},
effect: {
en: "Once during your turn, you may search your deck for a Pokémon Tool card, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck une carte Outil Pokémon, la montrer, puis lajouter à votre main. Mélangez ensuite votre deck."
},
},
],
attacks: [
{
cost: [
@@ -38,12 +40,14 @@ const card: Card = {
],
name: {
en: "Tail Smack",
fr: "Coup de Queue"
},
damage: 80,
},
],
weaknesses: [
{
type: "Fighting",
@@ -52,9 +56,8 @@ const card: Card = {
],
retreat: 1,
hp: 120,
types: ["Colorless"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Dubwool V",
fr: "Moumouflon V"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Soft Wool",
fr: "Laine Douce"
},
effect: {
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)."
},
},
],
attacks: [
{
cost: [
@@ -36,14 +35,17 @@ const card: Card = {
],
name: {
en: "Revenge Blast",
fr: "Explo-Vengeance"
},
effect: {
en: "This attack does 30 more damage for each Prize card your opponent has taken.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée."
},
damage: "120+",
},
],
weaknesses: [
{
type: "Fighting",
@@ -52,9 +54,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Colorless"]
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Bosss Orders (Giovanni)",
fr: "Ordres du Boss (Giovanni)"
},
illustrator: "nagimiso",
rarity: "Rare",
category: "Trainer",
set: Set,
effect: {
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire contre son Pokémon Actif."
},
trainerType: "Supporter"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Burning Scarf",
fr: "Bandana Brûlant"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "If the Fire Pokémon this card is attached to is in the Active Spot and is damaged by an opponents attack (even if it is Knocked Out), the Attacking Pokémon is now Burned.",
fr: "Si le Pokémon Fire auquel cette carte est attachée est sur le Poste Actif et quil subit les dégâts dune attaque dun adversaire (même sil est mis K.O.), le Pokémon Attaquant est maintenant Brûlé."
},
trainerType: "Tool"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Capacious Bucket",
fr: "Grand Seau"
},
illustrator: "sadaji",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Search your deck for up to 2 Water Energy cards, reveal them, and put them into your hand. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 2 cartes Énergie Water, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck."
},
trainerType: "Item"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Cursed Shovel",
fr: "Pelle Maudite"
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "If the Pokémon this card is attached to is Knocked Out by damage from an opponents attack, discard the top 2 cards of your opponents deck.",
fr: "Si le Pokémon auquel cette carte est attachée est mis K.O. par les dégâts d'une attaque dun adversaire, défaussez les 2 cartes du dessus du deck de votre adversaire."
},
trainerType: "Tool"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Dan",
fr: "Guido"
},
illustrator: "Hitoshi Ariga",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Draw 2 cards. You and your opponent play Rock-Paper-Scissors until someone wins. If you win, draw 2 more cards.",
fr: "Piochez 2 cartes. Jouez à pierre-ciseaux-feuille avec votre adversaire jusquà avoir un gagnant. Si vous gagnez, piochez 2 cartes supplémentaires."
},
trainerType: "Supporter"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Full Heal",
fr: "Total Soin"
},
illustrator: "Yoshinobu Saito",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
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

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Grubbin",
fr: "Larvibule"
},
illustrator: "Tomokazu Komiya",
rarity: "Common",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,12 +19,14 @@ const card: Card = {
],
name: {
en: "Gnaw",
fr: "Ronge"
},
damage: 10,
},
],
weaknesses: [
{
type: "Fire",
@@ -38,9 +35,8 @@ const card: Card = {
],
retreat: 1,
hp: 60,
types: ["Grass"]
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Galar Mine",
fr: "Mine de Galar"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "The Retreat Cost of both Active Pokémon is ColorlessColorless more.",
fr: "Le Coût de Retraite des deux Pokémon Actifs est augmenté de ColorlessColorless."
},
trainerType: "Stadium"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Milo",
fr: "Percy"
},
illustrator: "take",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
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

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Nugget",
fr: "Pépite"
},
illustrator: "sadaji",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "You can play this card only if you drew it from your deck at the beginning of your turn, before you put it into your hand. \n\nDraw 3 cards.",
fr: "Vous ne pouvez jouer cette carte que si vous lavez piochée dans votre deck au début de votre tour, et avant de lajouter à votre main. \n\nPiochez 3 cartes."
},
trainerType: "Item"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Oleana",
fr: "Liv"
},
illustrator: "Yusuke Ohmura",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "You can play this card only if you discard 2 other cards from your hand.\n\nYour opponent reveals their hand. Put a Trainer card you find there on the bottom of their deck.",
fr: "Vous ne pouvez jouer cette carte que si vous défaussez 2 autres cartes de votre main.\n\nVotre adversaire dévoile sa main. Placez une carte Dresseur que vous y trouvez en dessous de son deck."
},
trainerType: "Supporter"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Poké Ball",
fr: "Poké Ball"
},
illustrator: "Studio Bora Inc.",
rarity: "Uncommon",
category: "Trainer",
set: Set,
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.",
fr: "Lancez une pièce. Si cest 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

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Scoop Up Net",
fr: "Épuisette de Rappel"
},
illustrator: "Ryo Ueda",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Put 1 of your Pokémon that isn't a Pokémon V or a Pokémon-GX into your hand. (Discard all attached cards.)",
fr: "Ajoutez à votre main lun de vos Pokémon qui nest ni un Pokémon-V ni un Pokémon-GX. (Défaussez toutes les cartes attachées.)"
},
trainerType: "Item"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Skyla",
fr: "Carolina"
},
illustrator: "Hideki Ishikawa",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Cherchez dans votre deck une carte Dresseur, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck."
},
trainerType: "Supporter"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Sonia",
fr: "Sonya"
},
illustrator: "Yusuke Ohmura",
rarity: "Uncommon",
category: "Trainer",
set: Set,
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.",
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

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Tool Scrapper",
fr: "Arrache-Outil"
},
illustrator: "Studio Bora Inc.",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Choose up to 2 Pokémon Tools attached to Pokémon (yours or your opponents) and discard them.",
fr: "Choisissez jusquà 2 Outils Pokémon attachés aux Pokémon (les vôtres ou ceux de votre adversaire), puis défaussez-les."
},
trainerType: "Item"
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Training Court",
fr: "Court dEntraînement"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Once during each players turn, that player may put a basic Energy card from their discard pile into their hand.",
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut ajouter à sa main une carte Énergie de base de sa pile de défausse."
},
trainerType: "Stadium"
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Rillaboom V",
fr: "Gorythmic V"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Forest Feast",
fr: "Festin Forestier"
},
effect: {
en: "Search your deck for up to 2 Basic Grass Pokémon and put them onto your Bench. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 2 Pokémon Grass de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck."
},
},
@@ -39,14 +36,17 @@ const card: Card = {
],
name: {
en: "Wood Hammer",
fr: "Martobois"
},
effect: {
en: "This Pokémon also does 30 damage to itself.",
fr: "Ce Pokémon sinflige aussi 30 dégâts."
},
damage: 220,
},
],
weaknesses: [
{
type: "Fire",
@@ -55,9 +55,8 @@ const card: Card = {
],
retreat: 3,
hp: 220,
types: ["Grass"]
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Turffield Stadium",
fr: "Stade de Greenbury"
},
illustrator: "aky CG Works",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
en: "Once during each players 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 lajouter à sa main. Ce joueur mélange ensuite son deck."
},
trainerType: "Stadium"
}
export default card

View File

@@ -4,6 +4,7 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Capture Energy",
fr: "Énergie Capture"
},
illustrator: undefined,
rarity: "Uncommon",
@@ -23,9 +24,10 @@ const card: Card = {
effect: {
en: "As long as this card is attached to a Pokémon, it provides Colorless Energy. \n\nWhen you attach this card from your hand to a Pokémon, search your deck for a Basic Pokémon and put it onto your Bench. Then, shuffle your deck.",
fr: "Tant que cette carte est attachée à un Pokémon, elle fournit une Énergie Colorless. \n\nLorsque vous attachez cette carte de votre main à un Pokémon, cherchez dans votre deck un Pokémon de base, puis placez-le sur votre Banc. Mélangez ensuite votre deck."
},
energyType: "Normal",
energyType: "Special",
}
export default card

View File

@@ -4,6 +4,7 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Horror Psychic Energy",
fr: "Énergie Psychic Frayeur"
},
illustrator: undefined,
rarity: "Uncommon",
@@ -23,9 +24,10 @@ const card: Card = {
effect: {
en: "As long as this card is attached to a Pokémon, it provides Psychic Energy.\n\nIf the Psychic Pokémon this card is attached to is in the Active Spot and is damaged by an opponents attack (even if it is Knocked Out), put 2 damage counters on the Attacking Pokémon.",
fr: "Tant que cette carte est attachée à un Pokémon, elle fournit une Énergie Psychic.\n\nSi le Pokémon Psychic auquel cette carte est attachée est sur le Poste Actif et quil subit les dégâts dune attaque dun adversaire (même sil est mis K.O.), placez 2 marqueurs de dégâts sur le Pokémon Attaquant."
},
energyType: "Normal",
energyType: "Special",
}
export default card

View File

@@ -4,6 +4,7 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Speed Lightning Energy",
fr: "Énergie Lightning Vélocité"
},
illustrator: undefined,
rarity: "Uncommon",
@@ -23,9 +24,10 @@ const card: Card = {
effect: {
en: "As long as this card is attached to a Pokémon, it provides Lightning Energy. \n\nWhen you attach this card from your hand to a Lightning Pokémon, draw 2 cards.",
fr: "Tant que cette carte est attachée à un Pokémon, elle fournit une Énergie Lightning. \n\nLorsque vous attachez cette carte de votre main à un Pokémon Lightning, piochez 2 cartes."
},
energyType: "Normal",
energyType: "Special",
}
export default card

View File

@@ -4,6 +4,7 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Twin Energy",
fr: "Énergie Jumelée"
},
illustrator: undefined,
rarity: "Uncommon",
@@ -23,9 +24,10 @@ const card: Card = {
effect: {
en: "As long as this card is attached to a Pokémon that isn't a Pokémon V or a Pokémon-GX, it provides ColorlessColorless Energy. \n\nIf this card is attached to a Pokémon V or a Pokémon-GX, it provides Colorless Energy instead.",
fr: "Tant que cette carte est attachée à un Pokémon qui nest ni un Pokémon-V ni un Pokémon-GX, elle fournit 2 Énergies Colorless. \n\nSi cette carte est attachée à un Pokémon-V ou à un Pokémon-GX, elle ne fournit quune Énergie Colorless."
},
energyType: "Normal",
energyType: "Special",
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Rillaboom V",
fr: "Gorythmic V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Forest Feast",
fr: "Festin Forestier"
},
effect: {
en: "Search your deck for up to 2 Basic Grass Pokémon and put them onto your Bench. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 2 Pokémon Grass de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck."
},
},
@@ -39,14 +36,17 @@ const card: Card = {
],
name: {
en: "Wood Hammer",
fr: "Martobois"
},
effect: {
en: "This Pokémon also does 30 damage to itself.",
fr: "Ce Pokémon sinflige aussi 30 dégâts."
},
damage: 220,
},
],
weaknesses: [
{
type: "Fire",
@@ -55,9 +55,8 @@ const card: Card = {
],
retreat: 3,
hp: 220,
types: ["Grass"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Eldegoss V",
fr: "Blancoton V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Happy Match",
fr: "Parfait Accord"
},
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.",
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."
},
},
],
attacks: [
{
cost: [
@@ -35,14 +34,17 @@ const card: Card = {
],
name: {
en: "Float Up",
fr: "Flottement"
},
effect: {
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,
},
],
weaknesses: [
{
type: "Fire",
@@ -51,9 +53,8 @@ const card: Card = {
],
retreat: 1,
hp: 180,
types: ["Grass"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Ninetales V",
fr: "Feunard V"
},
illustrator: "Saki Hayashiro",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -26,9 +21,11 @@ const card: Card = {
],
name: {
en: "Nine-Tailed Shapeshifter",
fr: "Polymorphe Multicaudal"
},
effect: {
en: "Choose 1 of your opponents Active Pokémons attacks and use it as this attack.",
fr: "Choisissez lune des attaques du Pokémon Actif de votre adversaire et utilisez-la en tant que cette attaque."
},
},
@@ -41,14 +38,17 @@ const card: Card = {
],
name: {
en: "Flamethrower",
fr: "Lance-Flammes"
},
effect: {
en: "Discard an Energy from this Pokémon.",
fr: "Défaussez une Énergie de ce Pokémon."
},
damage: 180,
},
],
weaknesses: [
{
type: "Water",
@@ -57,9 +57,8 @@ const card: Card = {
],
retreat: 2,
hp: 200,
types: ["Fire"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Cinderace V",
fr: "Pyrobut V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Field Runner",
fr: "Coureur de Fond"
},
effect: {
en: "If a Stadium is in play, this Pokémon has no Retreat Cost.",
fr: "Si un Stade est en jeu, ce Pokémon na pas de Coût de Retraite."
},
},
],
attacks: [
{
cost: [
@@ -36,12 +35,14 @@ const card: Card = {
],
name: {
en: "Crimson Legs",
fr: "Jambes Carmin"
},
damage: 140,
},
],
weaknesses: [
{
type: "Water",
@@ -50,9 +51,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Fire"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Milotic V",
fr: "Milobellus V"
},
illustrator: "Ayaka Yoshida",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -26,9 +21,11 @@ const card: Card = {
],
name: {
en: "Aqua Impact",
fr: "Impact Aqua"
},
effect: {
en: "This attack does 50 more damage for each Colorless in your opponents Active Pokémons Retreat Cost.",
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Colorless dans le Coût de Retraite du Pokémon Actif de votre adversaire."
},
damage: "10+",
@@ -42,14 +39,17 @@ const card: Card = {
],
name: {
en: "Hypno Splash",
fr: "Hypnoplouf"
},
effect: {
en: "Your opponents Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi."
},
damage: 150,
},
],
weaknesses: [
{
type: "Lightning",
@@ -58,9 +58,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Water"]
}
export default card

View File

@@ -4,21 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Rillaboom VMAX",
fr: "Gorythmic VMAX"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
hp: 330,
evolveFrom: {
en: "Rillaboom V",
fr: "Gorythmic-V"
},
attacks: [
{
cost: [
@@ -26,6 +25,7 @@ const card: Card = {
],
name: {
en: "Scratch",
fr: "Griffe"
},
effect: {
en: undefined,
@@ -42,14 +42,17 @@ const card: Card = {
],
name: {
en: "Max Beating",
fr: "Battromax"
},
effect: {
en: "You may discard up to 3 Grass Energy from this Pokémon. If you do, this attack does 50 more damage for each card you discarded in this way.",
fr: "Vous pouvez défausser jusquà 3 Énergies Grass de ce Pokémon. Dans ce cas, cette attaque inflige 50 dégâts supplémentaires pour chaque carte défaussée de cette façon."
},
damage: "130+",
},
],
weaknesses: [
{
type: "Fire",
@@ -58,9 +61,7 @@ const card: Card = {
],
retreat: 3,
types: ["Grass"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Inteleon V",
fr: "Lézargus V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Snipe Shot",
fr: "Tir de Précision"
},
effect: {
en: "This attack does 40 damage to 1 of your opponent's Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 40 dégâts à lun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
},
@@ -38,14 +35,17 @@ const card: Card = {
],
name: {
en: "Aqua Report",
fr: "Bilan Aquatique"
},
effect: {
en: "Your opponent reveals their hand.",
fr: "Votre adversaire dévoile sa main."
},
damage: 130,
},
],
weaknesses: [
{
type: "Lightning",
@@ -54,9 +54,8 @@ const card: Card = {
],
retreat: 2,
hp: 200,
types: ["Water"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Boltund V",
fr: "Fulgudog V"
},
illustrator: "aky CG Works",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Electrify",
fr: "Électrisation"
},
effect: {
en: "Search your deck for up to 2 Lightning Energy cards and attach them to your Benched Pokémon in any way you like. Then, shuffle your deck.",
fr: "Cherchez dans votre deck jusquà 2 cartes Énergie Lightning, puis attachez-les à vos Pokémon de Banc comme il vous plaît. Mélangez ensuite votre deck."
},
},
@@ -37,14 +34,17 @@ const card: Card = {
],
name: {
en: "Bolt Storm",
fr: "Tempête Éclair"
},
effect: {
en: "This attack does 30 more damage for each Lightning Energy attached to all of your Pokémon.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Lightning attachée à tous vos Pokémon."
},
damage: "10+",
},
],
weaknesses: [
{
type: "Fighting",
@@ -53,9 +53,8 @@ const card: Card = {
],
retreat: 2,
hp: 200,
types: ["Lightning"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Toxtricity V",
fr: "Salarsen V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Poison Jab",
fr: "Direct Toxik"
},
effect: {
en: "Your opponents Active Pokémon is now Poisoned.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné."
},
damage: 20,
@@ -39,14 +36,17 @@ const card: Card = {
],
name: {
en: "Electric Riot",
fr: "Émeute Électrique"
},
effect: {
en: "If your opponents Active Pokémon is Poisoned, this attack does 90 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est Empoisonné, cette attaque inflige 90 dégâts supplémentaires."
},
damage: "90+",
},
],
weaknesses: [
{
type: "Fighting",
@@ -55,9 +55,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Lightning"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Dragapult V",
fr: "Lanssorien V"
},
illustrator: "aky CG Works",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,6 +19,7 @@ const card: Card = {
],
name: {
en: "Bite",
fr: "Morsure"
},
damage: 30,
@@ -36,30 +32,34 @@ const card: Card = {
],
name: {
en: "Jet Assault",
fr: "Assaut Propulsé"
},
effect: {
en: "If this Pokémon moved from your Bench to the Active Spot this turn, this attack does 80 more damage.",
fr: "Si ce Pokémon a été déplacé de votre Banc vers le Poste Actif pendant ce tour, cette attaque inflige 80 dégâts supplémentaires."
},
damage: "60+",
},
],
weaknesses: [
{
type: "Darkness",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
value: "-30"
},
],
retreat: 1,
hp: 210,
types: ["Psychic"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Sandaconda V",
fr: "Dunaconda V"
},
illustrator: "aky CG Works",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Sand Eater",
fr: "Sablivore"
},
effect: {
en: "Attach a Fighting Energy card from your discard pile to this Pokémon.",
fr: "Attachez une carte Énergie Fighting de votre pile de défausse à ce Pokémon."
},
damage: 30,
@@ -39,14 +36,17 @@ const card: Card = {
],
name: {
en: "Sand Breath",
fr: "Souffle Sableux"
},
effect: {
en: "Discard 2 Energy from this Pokémon.",
fr: "Défaussez 2 Énergies de ce Pokémon."
},
damage: 220,
},
],
weaknesses: [
{
type: "Grass",
@@ -55,9 +55,8 @@ const card: Card = {
],
retreat: 3,
hp: 220,
types: ["Fighting"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Falinks V",
fr: "Hexadron V"
},
illustrator: "aky CG Works",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Iron Defense Formation",
fr: "Escadron Mur de Fer"
},
effect: {
en: "All of your Pokémon that have \"Falinks\" in their name take 20 less damage from your opponents attacks (after applying Weakness and Resistance).",
fr: "Tous vos Pokémon ayant « Hexadron » dans leur nom subissent 20 dégâts de moins provenant des attaques de votre adversaire (après application de la Faiblesse et de la Résistance)."
},
},
],
attacks: [
{
cost: [
@@ -36,14 +35,17 @@ const card: Card = {
],
name: {
en: "Giga Impact",
fr: "Giga Impact"
},
effect: {
en: "During your next turn, this Pokémon can't attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer."
},
damage: 210,
},
],
weaknesses: [
{
type: "Psychic",
@@ -52,9 +54,8 @@ const card: Card = {
],
retreat: 2,
hp: 160,
types: ["Fighting"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Malamar V",
fr: "Sepiatroce V"
},
illustrator: "Eske Yoshinob",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -25,9 +20,11 @@ const card: Card = {
],
name: {
en: "Drag Off",
fr: "Traîne"
},
effect: {
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon. This attack does 30 damage to the new Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire contre son Pokémon Actif. Cette attaque inflige 30 dégâts au nouveau Pokémon Actif."
},
},
@@ -39,14 +36,17 @@ const card: Card = {
],
name: {
en: "Brain Shake",
fr: "Cahot Mental"
},
effect: {
en: "Your opponents Active Pokémon is now Confused.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus."
},
damage: 130,
},
],
weaknesses: [
{
type: "Grass",
@@ -55,9 +55,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Darkness"]
}
export default card

View File

@@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Copperajah V",
fr: "Pachyradjah V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@@ -26,9 +21,11 @@ const card: Card = {
],
name: {
en: "Adamantine Press",
fr: "Charge Adamantine"
},
effect: {
en: "During your opponents next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
},
damage: 90,
@@ -42,28 +39,31 @@ const card: Card = {
],
name: {
en: "Wrack Down",
fr: "Réduire en Poussière"
},
damage: 180,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 4,
hp: 220,
types: ["Metal"]
}
export default card

View File

@@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Dubwool V",
fr: "Moumouflon V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
abilities: [
{
type: "Ability",
name: {
en: "Soft Wool",
fr: "Laine Douce"
},
effect: {
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)."
},
},
],
attacks: [
{
cost: [
@@ -36,14 +35,17 @@ const card: Card = {
],
name: {
en: "Revenge Blast",
fr: "Explo-Vengeance"
},
effect: {
en: "This attack does 30 more damage for each Prize card your opponent has taken.",
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque carte Récompense que votre adversaire a récupérée."
},
damage: "120+",
},
],
weaknesses: [
{
type: "Fighting",
@@ -52,9 +54,8 @@ const card: Card = {
],
retreat: 2,
hp: 210,
types: ["Colorless"]
}
export default card

View File

@@ -4,28 +4,20 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Bosss Orders (Giovanni)",
fr: "Ordres du Boss (Giovanni)"
},
illustrator: "nagimiso",
rarity: "Ultra Rare",
category: "Trainer",
set: Set,
effect: {
en: "Switch 1 of your opponents Benched Pokémon with their Active Pokémon.",
fr: "Échangez lun des Pokémon de Banc de votre adversaire contre son Pokémon Actif."
},
trainerType: "Supporter"
}
export default card

Some files were not shown because too many files have changed in this diff Show More