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 '../Hidden Legends'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Spinda",
|
||||
fr: "Spinda"
|
||||
fr: "Spinda",
|
||||
de: "Pandir"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "The Hula-la",
|
||||
fr: "Danse-folle"
|
||||
fr: "Danse-folle",
|
||||
de: "The Hula-la"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, both the Defending Pokémon and Spinda are now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus. Si c'est pile, le Pokémon Défenseur et Spinda sont maintenant Confus."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus. Si c'est pile, le Pokémon Défenseur et Spinda sont maintenant Confus.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Confused. If tails, both the Defending Pokémon and Spinda are now Confused."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,13 +46,15 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flail",
|
||||
fr: "Fléau"
|
||||
fr: "Fléau",
|
||||
de: "Flail"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the number of damage counters on Spinda.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre de marqueurs de dégât sur Spinda."
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre de marqueurs de dégât sur Spinda.",
|
||||
de: "Does 10 damage times the number of damage counters on Spinda."
|
||||
},
|
||||
damage: "10×",
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user