mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Raichu",
|
||||
fr: "Raichu",
|
||||
de: "Raichu"
|
||||
},
|
||||
|
||||
illustrator: "match",
|
||||
@ -37,12 +38,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Iron Tail",
|
||||
fr: "Queue de fer",
|
||||
de: "Eisenschweif"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin until you get tails. This attack does 30 damage times the number of heads.",
|
||||
fr: "Lancez une pièce jusqu’à ce qu’elle tombe sur pile. Cette attaque inflige 30 dégâts multipliés par le nombre de faces.",
|
||||
de: "Wirf so lange 1 Münze, bis zum ersten Mal das Ergebnis \"Zahl\" kommt. Dieser Angriff fügt 30 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "30×",
|
||||
damage: "30x",
|
||||
|
||||
},
|
||||
{
|
||||
@ -53,10 +56,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Thunderbolt",
|
||||
fr: "Tonnerre",
|
||||
de: "Donnerblitz"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Energy attached to Raichu.",
|
||||
fr: "Défaussez-vous de toutes les cartes Énergie attachées à Raichu.",
|
||||
de: "Lege alle Energien, die an Raichu angelegt sind, auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user