1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +00:00

Fixed cards rarities and added cards description and stage (#62)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:11:33 +02:00
committed by GitHub
parent 4e4dda88c4
commit 741c19791e
1281 changed files with 6606 additions and 659 deletions

View File

@ -17,7 +17,7 @@ const card: Card = {
category: "Trainer",
effect: {
en: "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Shuffle your deck afterward.",
en: "Search your deck for a Pokémon with 90 HP or less, reveal it, and put it into your hand. Then, shuffle your deck.",
fr: "Cherchez dans votre deck un Pokémon avec 90 PV ou moins, montrez-le, puis ajoutez-le à votre main. Mélangez ensuite votre deck.",
es: "Busca en tu baraja a un Pokémon con 90 PV o menos, enséñalo y ponlo en tu mano. Baraja las cartas de tu baraja después.",
it: "Cerca nel tuo mazzo un Pokémon con un massimo di 90 PV, mostralo e aggiungilo alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
@ -32,7 +32,9 @@ const card: Card = {
reverse: false,
holo: true,
firstEdition: false
}
},
illustrator: "Ryo Ueda"
}
export default card