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

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@ -5,6 +5,10 @@ const card: Card = {
name: {
en: "Cherrim",
fr: "Ceriflor",
es: "Cherrim",
it: "Cherrim",
pt: "Cherrim",
de: "Kinoso"
},
illustrator: "MAHOU",
rarity: "Uncommon",
@ -30,10 +34,18 @@ const card: Card = {
name: {
en: "Weather Guard",
fr: "Protection Météo",
es: "Meteoroguardia",
it: "Meteodifesa",
pt: "Guarda do Clima",
de: "Wetterschutz"
},
effect: {
en: "Your Grass Pokémon have no Weakness.",
fr: "Vos Pokémon Grass nont pas de Faiblesse.",
es: "Tus Pokémon Grass no tienen Debilidad.",
it: "I tuoi Pokémon Grass non hanno debolezza.",
pt: "Seus Pokémon Grass não têm Fraqueza.",
de: "Deine Grass-Pokémon haben keine Schwäche."
},
},
],
@ -45,6 +57,10 @@ const card: Card = {
name: {
en: "Seed Bomb",
fr: "Canon Graine",
es: "Bomba Germen",
it: "Semebomba",
pt: "Bomba de Sementes",
de: "Samenbomben"
},
damage: 30,