1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 11:51:59 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@@ -4,7 +4,8 @@ import Set from '../Aquapolis'
const card: Card = {
name: {
en: "Rapidash",
fr: "Galopa"
fr: "Galopa",
de: "Gallopa"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@@ -32,11 +33,13 @@ const card: Card = {
],
name: {
en: "Agility",
fr: "Hâte"
fr: "Hâte",
de: "Agility"
},
effect: {
en: "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Rapidash.",
fr: "Lancez une pièce. Si c'est face, pendant le prochain tour de votre adversaire, prévenez tous les effets d'attaques, y compris les dégâts, infligés à Galopa."
fr: "Lancez une pièce. Si c'est face, pendant le prochain tour de votre adversaire, prévenez tous les effets d'attaques, y compris les dégâts, infligés à Galopa.",
de: "Flip a coin. If heads, during your opponent's next turn, prevent all effects of attacks, including damage, done to Rapidash."
},
damage: 10,
@@ -49,11 +52,13 @@ const card: Card = {
],
name: {
en: "Gallop",
fr: "Galop"
fr: "Galop",
de: "Gallop"
},
effect: {
en: "Flip a coin. If heads, discard a Energy card attached to Rapidash, and this attack does 30 damage plus 20 more damage.",
fr: "Lancez une pièce. Si c'est face, défaussez-vous d'une carte Énergie attachée à Galopa et cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires."
fr: "Lancez une pièce. Si c'est face, défaussez-vous d'une carte Énergie attachée à Galopa et cette attaque inflige 30 dégâts plus 20 dégâts supplémentaires.",
de: "Flip a coin. If heads, discard a Energy card attached to Rapidash and this attack does 30 damage plus 20 more damage."
},
damage: "30+",