mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Altaria",
|
||||
fr: "Altaria",
|
||||
de: "Altaria"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -33,10 +34,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dragonbreath",
|
||||
fr: "Dracosouffle",
|
||||
de: "Feuerodem"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque est sans effet. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Wirf 1 Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
@ -50,10 +53,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Cotton Cloud",
|
||||
fr: "Nuage de coton",
|
||||
de: "Baumwollpuschel"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent's next turn, any damage done to Altaria by attacks from your opponent's Evolved Pokémon is reduced by 30 (after applying Weakness and Resistance).",
|
||||
fr: "Lors du prochain tour de votre adversaire, tous dégâts infligés à Altaria par des attaques de Pokémon Évolués de votre adversaire sont réduits de 30 (après application de la Faiblesse et de la Résistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners wird Schaden, der Altaria durch Angriffe von entwickelten Pokémon deines Gegners zugefügt wird, um 30 Schadenspunkte reduziert (nachdem Schwäche und Resistenz verrechnet wurden)."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user