mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 19:40:48 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Electrode",
|
||||
fr: "Electrode"
|
||||
fr: "Electrode",
|
||||
de: "Lektrobal"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Uncommon",
|
||||
@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Supersonic",
|
||||
fr: "Ultrason"
|
||||
fr: "Ultrason",
|
||||
de: "Superschall"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "Das Verteidigende Pokémon ist jetzt verwirrt."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -49,11 +52,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tumbling Attack",
|
||||
fr: "Attaque trébuchante"
|
||||
fr: "Attaque trébuchante",
|
||||
de: "Sturzflug"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 40 damage plus 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 40 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "Wirf 1 Münze. bei \"Kopf\" fügt dieser Angriff 40 Schadenspunkte plus 20 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "40+",
|
||||
|
||||
|
Reference in New Issue
Block a user