mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -18,7 +18,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3.",
|
||||
fr: "Piochez 3 cartes. Si vous avez pioché des cartes de cette façon, votre adversaire défausse ses Pokémon de Banc jusqu’à en avoir 3.",
|
||||
fr: "Piochez 3 cartes. Si vous avez pioché des cartes de cette façon, votre adversaire défausse ses Pokémon de Banc jusqu'à en avoir 3.",
|
||||
es: "Roba 3 cartas. Si has robado alguna carta de esta manera, tu rival descarta Pokémon de su Banca hasta que tenga 3.",
|
||||
it: "Pesca tre carte. Se hai pescato delle carte in questo modo, il tuo avversario scarta i Pokémon dalla sua panchina fino ad averne tre.",
|
||||
pt: "Compre 3 cartas. Se você comprar qualquer carta desta forma, o seu oponente descartará Pokémon do próprio Banco até ter 3 Pokémon no Banco.",
|
||||
@ -34,7 +34,8 @@ const card: Card = {
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
illustrator: "kirisAki"
|
||||
illustrator: "kirisAki",
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user