mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 19:40:48 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon Frontiers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gligar δ",
|
||||
fr: "Scorplane δ ESPÈCES DELTA"
|
||||
fr: "Scorplane δ ESPÈCES DELTA",
|
||||
de: "Skorgla"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Sting Turn",
|
||||
fr: "Tour piquant"
|
||||
fr: "Tour piquant",
|
||||
de: "Stacheltausch"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed and switch Gligar with 1 of your Benched Pokémon.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé. Échangez Scorplane avec 1 Pokémon de votre Banc."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé. Échangez Scorplane avec 1 Pokémon de votre Banc.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" ist das Verteidigende Pokémon jetzt gelähmt, tausche dann Skorgla gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tail Sting",
|
||||
fr: "Queue-dard"
|
||||
fr: "Queue-dard",
|
||||
de: "Schwanzstachel"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Pokémon-ex, this attack does 10 damage plus 10 more damage and the Defending Pokémon is now Poisoned.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-ex, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires et le Pokémon Défenseur est maintenant Empoisonné."
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-ex, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires et le Pokémon Défenseur est maintenant Empoisonné.",
|
||||
de: "Wenn das Verteidigende Pokémon ein Pokémon-ex ist, fügt dieser Angriff 10 Schadenspunkte plus 10 weitere Schadenspunkte zu und das Verteidigende Pokémon ist jetzt vergiftet."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
|
Reference in New Issue
Block a user