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:
@ -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 n’ont 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,
|
||||
|
Reference in New Issue
Block a user