1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 02:39:18 +00:00

fix: some cards are now fixed

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2025-02-07 00:28:27 +01:00
committed by Avior
parent 224d9cd1c6
commit e35a91ad4f
36 changed files with 44 additions and 413 deletions

View File

@ -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,
},
],