1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 07:51:58 +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,6 +4,7 @@ import Set from '../Skyridge'
const card: Card = {
name: {
en: "Yanma",
de: "Yanma"
},
illustrator: "Miki Tanaka",
rarity: "Common",
@@ -29,9 +30,11 @@ const card: Card = {
],
name: {
en: "Agility",
de: "Agilität"
},
effect: {
en: "Flip a coin. If heads, during your opponent's next turn prevent all effects of attacks, including damage, done to Yanma.",
de: "Wird eine Münze. Bei \"Kopf\" verhindere während des nächsten Zuges alle Auswirkungen von Angriffen (einschließlich Schaden), die Yanma zugefügt werden."
},
damage: 10,
@@ -44,9 +47,11 @@ const card: Card = {
],
name: {
en: "Triple Smash",
de: "Dreifachschmetterer"
},
effect: {
en: "Flip 3 coins. This attack does 20 damage plus 10 more damage for each heads.",
de: "Wirf 3 Münzen. Dieser Angriff fügt 20 Schadenspunkte plus 10 weitere Schadenspunkte pro geworfenem \"Kopf\" zu."
},
damage: 20,