mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
@ -29,9 +29,11 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Intuition",
|
||||
fr: "Intuition"
|
||||
},
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon, you may draw 2 cards.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez piocher 2 cartes."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,28 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Fast Punch",
|
||||
fr: "{Ability] Intuition",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez piocher 2 cartes.",
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Poing Rapide",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts supplémentaires.",
|
||||
},
|
||||
damage: "60+",
|
||||
damage: 60,
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user