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: "Pupitar",
|
||||
fr: "Ymphect"
|
||||
},
|
||||
illustrator: "Sekio",
|
||||
rarity: "Uncommon",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Larvitar",
|
||||
fr: "Embrylex"
|
||||
},
|
||||
|
||||
|
||||
@ -28,6 +30,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sand Spray",
|
||||
fr: "Jet Sableux"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rocket Evolution",
|
||||
fr: "Évolution Express"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a card that evolves from this Pokémon and put it onto this Pokémon to evolve it. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck une carte Évolution de ce Pokémon, puis placez-la sur ce Pokémon pour le faire évoluer. Mélangez ensuite votre deck."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user