mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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: "Type: Null",
|
||||
fr: "Type:0",
|
||||
es: "Código Cero",
|
||||
it: "Tipo Zero",
|
||||
pt: "Tipo Nulo",
|
||||
de: "Typ:Null"
|
||||
},
|
||||
illustrator: "Hitoshi Ariga",
|
||||
rarity: "Rare",
|
||||
@ -31,10 +35,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Armor Press",
|
||||
fr: "Pression Cuirassée",
|
||||
es: "Presión Armadura",
|
||||
it: "Pressarmatura",
|
||||
pt: "Compressão de Armadura",
|
||||
de: "Panzerpresse"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
en: "During your opponent’s next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 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 30 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 30 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á 30 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 30 Schadenspunkte weniger zugefügt (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -48,6 +60,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Slashing Claw",
|
||||
fr: "Griffe Taillante",
|
||||
es: "Garra Cuchillazo",
|
||||
it: "Artigli Laceranti",
|
||||
pt: "Garra Cortadora",
|
||||
de: "Schlitzende Klaue"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user