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:
@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Piloswine",
|
||||
de: "Keifel"
|
||||
},
|
||||
illustrator: "Shin-ichi Yoshida",
|
||||
rarity: "Uncommon",
|
||||
@ -32,6 +33,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Impaling Tusk",
|
||||
de: "Durchbohrender Stoßzahn"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
@ -46,11 +48,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Continuous Charge",
|
||||
de: "Dauernder Ansturm"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 4 coins. This attack foes 30 damage plus 20 more damage for each heads. Put a damage counter on Piloswine for each heads.",
|
||||
de: "Wirf 4 Münzen. Dieser Angriff fügt 30 Schadenspunkte plus 20 weitere Schadenspunkte pro geworfenem \"Kopf\" zu. Lege für jeden \"Kopf\" eine Schadensmarke auf Keifel."
|
||||
},
|
||||
damage: 30,
|
||||
damage: "30+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user