mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +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: "Greedent",
|
||||
fr: "Rongrigou"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Skwovet",
|
||||
fr: "Rongourmand"
|
||||
},
|
||||
|
||||
|
||||
@ -28,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Scrape Off",
|
||||
fr: "Racler"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, discard all Pokémon Tools from your opponent’s Active Pokémon.",
|
||||
fr: "Avant d’infliger des dégâts, défaussez tous les Outils Pokémon du Pokémon Actif de votre adversaire."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -42,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Smack and Run",
|
||||
fr: "Gifle et Fuite"
|
||||
},
|
||||
effect: {
|
||||
en: "Put this Pokémon and all attached cards into your hand.",
|
||||
fr: "Ajoutez à votre main ce Pokémon et toutes les cartes attachées."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user