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,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Starly",
|
||||
fr: "Etourmi"
|
||||
fr: "Etourmi",
|
||||
de: "Staralili"
|
||||
},
|
||||
|
||||
illustrator: "Atsuko Nishida",
|
||||
@ -36,10 +37,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Sand Attack",
|
||||
fr: "Jet de sable",
|
||||
de: "Sandwirbel"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon tries to attack during your opponent's next turn, your opponent flips a coin. If tails, that attack does nothing.",
|
||||
fr: "Si le Pokémon Défenseur essaye d'attaquer lors du prochain tour de votre adversaire, celui-ci lance une pièce. Si c'est pile, cette attaque est sans effet.",
|
||||
de: "Falls das Verteidigende Pokémon während des nächsten Zuges deines Gegners angreift, wirft dein Gegner 1 Münze. Bei \"Zahl\" hat dieser Angriff keine Auswirkungen."
|
||||
},
|
||||
|
||||
},
|
||||
@ -50,12 +53,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Double Stab",
|
||||
fr: "Coup double",
|
||||
de: "Doppelstich"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 10 dégâts multipliés par le nombre de faces.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 10 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: "10×",
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user