mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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: "Cosmoem",
|
||||
fr: "Cosmovum",
|
||||
es: "Cosmoem",
|
||||
it: "Cosmoem",
|
||||
pt: "Cosmoem",
|
||||
de: "Cosmovum"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Uncommon",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Stiffen",
|
||||
fr: "Raidissement",
|
||||
es: "Endurecimiento",
|
||||
it: "Indurimento",
|
||||
pt: "Fortificar",
|
||||
de: "Verhärten"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance).",
|
||||
en: "During your opponent’s next turn, this Pokémon takes 40 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 40 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen 40 puntos de daño menos a este Pokémon (después de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce 40 danni in meno dagli attacchi, dopo aver applicato debolezza e resistenza.",
|
||||
pt: "Durante a próxima vez de jogar do seu oponente, este Pokémon receberá 40 pontos de dano a menos de ataques (após a aplicação de Fraqueza e Resistência).",
|
||||
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken 40 Schadenspunkte weniger zugefügt (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user