mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Larméléon",
|
||||
es: "Sobble",
|
||||
pt: "Sobble",
|
||||
de: "Memmeon"
|
||||
de: "Memmeon",
|
||||
it: "Sobble"
|
||||
},
|
||||
|
||||
illustrator: "Akira Komayama",
|
||||
@ -23,16 +24,18 @@ const card: Card = {
|
||||
en: "Growl",
|
||||
fr: "Rugissement",
|
||||
es: "Gruñido",
|
||||
pt: "Growl",
|
||||
de: "Heuler"
|
||||
pt: "Rosnadura",
|
||||
de: "Heuler",
|
||||
it: "Ruggito"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 20 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques del Pokémon Defensor hacen 20 puntos de daño menos (antes de aplicar Debilidad y Resistencia).",
|
||||
pt: "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners fügen die Attacken des Verteidigenden Pokémon 20 Schadenspunkte weniger zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
pt: "Durante o próximo turno do seu oponente, os ataques do Pokémon Defensor causarão 20 pontos de dano a menos (antes de aplicar Fraqueza e Resistência).",
|
||||
de: "Während des nächsten Zuges deines Gegners fügen die Attacken des Verteidigenden Pokémon 20 Schadenspunkte weniger zu (bevor Schwäche und Resistenz verrechnet werden).",
|
||||
it: "Durante il prossimo turno del tuo avversario, gli attacchi del Pokémon difensore infliggono 20 danni in meno, prima di aver applicato debolezza e resistenza."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
@ -41,8 +44,9 @@ const card: Card = {
|
||||
en: "Rain Splash",
|
||||
fr: "Pluie Éclaboussante",
|
||||
es: "Golpe de Lluvia",
|
||||
pt: "Rain Splash",
|
||||
de: "Regenplatscher"
|
||||
pt: "Chuva Borrifante",
|
||||
de: "Regenplatscher",
|
||||
it: "Spruzzapioggia"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -57,7 +61,7 @@ const card: Card = {
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
en: "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attacks won't be able to resist weeping."
|
||||
en: "When scared, this Pokémon cries. Its tears pack the chemical punch of 100 onions, and attackers won't be able to resist weeping."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
Reference in New Issue
Block a user