mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +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: "Victreebel",
|
||||
fr: "Empiflor",
|
||||
es: "Victreebel",
|
||||
it: "Victreebel",
|
||||
pt: "Victreebel",
|
||||
de: "Sarzenia"
|
||||
},
|
||||
illustrator: "TOKIYA",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pollen Hazard",
|
||||
fr: "Pollen Dangereux",
|
||||
es: "Polen Nocivo",
|
||||
it: "Rischio Polline",
|
||||
pt: "Pólen Perigoso",
|
||||
de: "Pollengefahr"
|
||||
},
|
||||
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."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -50,10 +62,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Stick and Absorb",
|
||||
fr: "Colle et Absorbe",
|
||||
es: "Adherirse y Absorber",
|
||||
it: "Avvinghia e Assorbi",
|
||||
pt: "Grudar e Absorver",
|
||||
de: "Festkleben und Einsaugen"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 20 damage from this Pokémon. The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "Heal 20 damage from this Pokémon. The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Soignez 20 dégâts à ce Pokémon. Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "Cura 20 puntos de daño a este Pokémon. El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Cura questo Pokémon da 20 danni. Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "Cure 20 pontos de dano deste Pokémon. O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Heile 20 Schadenspunkte bei diesem Pokémon. Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
|
Reference in New Issue
Block a user