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: "Salazzle",
|
||||
fr: "Malamandre",
|
||||
es: "Salazzle",
|
||||
it: "Salazzle",
|
||||
pt: "Salazzle",
|
||||
de: "Amfira"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Panic Poison",
|
||||
fr: "Poison Panique",
|
||||
es: "Pánico Venenoso",
|
||||
it: "Velenostress",
|
||||
pt: "Veneno do Pânico",
|
||||
de: "Panikgift"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Burned, Confused, and Poisoned.",
|
||||
en: "Your opponent’s Active Pokémon is now Burned, Confused, and Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Brûlé, Confus et Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Confundido, Envenenado y Quemado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene bruciato, confuso e avvelenato.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Confuso, Envenenado e Queimado.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt verbrannt, verwirrt und vergiftet."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,14 +58,22 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
en: "Hunter's Nails",
|
||||
en: "Hunter’s Nails",
|
||||
fr: "Griffes du Chasseur",
|
||||
es: "Uñas Depredadoras",
|
||||
it: "Unghie Predatrici",
|
||||
pt: "Unhas de Caçador",
|
||||
de: "Meuchelklaue"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent's Active Pokémon is affected by a Special Condition, this attack does 60 more damage.",
|
||||
en: "If your opponent’s Active Pokémon is affected by a Special Condition, this attack does 60 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est affecté par un État Spécial, cette attaque inflige 60 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival se ve afectado por una Condición Especial, este ataque hace 60 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è influenzato da una condizione speciale, questo attacco infligge 60 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente estiver afetado por uma Condição Especial, este ataque causará 60 pontos de dano a mais.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners von einem Speziellen Zustand betroffen ist, fügt diese Attacke 60 Schadenspunkte mehr zu."
|
||||
},
|
||||
damage: 60,
|
||||
damage: "60+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user