mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Vespiquen",
|
||||
fr: "Apireine",
|
||||
es: "Vespiquen",
|
||||
it: "Vespiquen",
|
||||
pt: "Vespiquen",
|
||||
de: "Honweisel"
|
||||
},
|
||||
illustrator: "chibi",
|
||||
rarity: "Uncommon",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Commanding Queen",
|
||||
fr: "Reine Imposante",
|
||||
es: "Reina al Mando",
|
||||
it: "Regina Condottiera",
|
||||
pt: "Rainha Comandante",
|
||||
de: "Herrschende Königin"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have 4 or fewer Grass Pokémon on your Bench, this attack does nothing.",
|
||||
fr: "Si vous avez 4 Pokémon Grass ou moins sur votre Banc, cette attaque ne fait rien.",
|
||||
es: "Si tienes 4 o menos Pokémon Grass en tu Banca, este ataque no hace nada.",
|
||||
it: "Se hai quattro o meno Pokémon Grass in panchina, questo attacco non ha effetto.",
|
||||
pt: "Se você tiver 4 ou menos Pokémon Grass no seu Banco, este ataque não fará nada.",
|
||||
de: "Wenn du 4 oder weniger Grass-Pokémon auf deiner Bank hast, hat diese Attacke keine Auswirkungen."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user