mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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: "Squirtle",
|
||||
fr: "Carapuce",
|
||||
es: "Squirtle",
|
||||
it: "Squirtle",
|
||||
pt: "Squirtle",
|
||||
de: "Schiggy"
|
||||
},
|
||||
illustrator: "sui",
|
||||
rarity: "Common",
|
||||
@ -27,10 +31,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Floating Shell",
|
||||
fr: "Carapace Flottante",
|
||||
es: "Caparazón Flotante",
|
||||
it: "Guscio Galleggiante",
|
||||
pt: "Carapaça Flutuante",
|
||||
de: "Gleitpanzer"
|
||||
},
|
||||
effect: {
|
||||
en: "If you have a Stadium card in play, this Pokémon has no Retreat Cost.",
|
||||
fr: "Si vous avez une carte Stade en jeu, ce Pokémon n’a pas de Coût de Retraite.",
|
||||
es: "Si tienes 1 carta de Estadio en juego, este Pokémon no tiene ningún Coste de Retirada.",
|
||||
it: "Se hai in gioco una carta Stadio, questo Pokémon non ha costo di ritirata.",
|
||||
pt: "Se você tiver uma carta de Estádio em jogo, este Pokémon não terá custo de Recuo.",
|
||||
de: "Wenn du eine Stadionkarte im Spiel hast, hat dieses Pokémon keine Rückzugskosten."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,6 +55,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Water Gun",
|
||||
fr: "Pistolet à O",
|
||||
es: "Pistola Agua",
|
||||
it: "Pistolacqua",
|
||||
pt: "Revólver d’Água",
|
||||
de: "Aquaknarre"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
Reference in New Issue
Block a user