mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Golisopod",
|
||||
fr: "Sarmuraï"
|
||||
},
|
||||
illustrator: "Ryuta Fuse",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Wimpod",
|
||||
fr: "Sovkipou"
|
||||
},
|
||||
|
||||
|
||||
@ -29,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hard Times Slash",
|
||||
fr: "Taillade en Panique"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each of your opponent’s Pokémon V and Pokémon-GX in play.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chacun des Pokémon-V et Pokémon-GX en jeu de votre adversaire."
|
||||
},
|
||||
damage: "30+",
|
||||
|
||||
@ -44,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smash Turn",
|
||||
fr: "Tour Fracassant"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez ce Pokémon contre l’un de vos Pokémon de Banc."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user