mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Clefairy",
|
||||
fr: "Mélofée",
|
||||
de: "Piepi"
|
||||
},
|
||||
illustrator: "Lee HyunJung",
|
||||
rarity: "Common",
|
||||
@ -21,6 +22,18 @@ const card: Card = {
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
item: {
|
||||
name: {
|
||||
fr: "Pierre Lune",
|
||||
de: 'Mondstein'
|
||||
},
|
||||
effect: {
|
||||
fr: "Mélofée peut évoluer lors du tour où il est joué.",
|
||||
de: 'Piepi kann in dem Zug entwickelt werden, in dem du es gespielt hast.'
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -29,28 +42,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Slap",
|
||||
fr: "Pierre Lune",
|
||||
fr: "Torgnoles",
|
||||
de: 'Duplexhieb'
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 10 damage times the number of heads.",
|
||||
fr: "Mélofée peut évoluer lors du tour où il est joué.",
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
"Colorless",
|
||||
],
|
||||
name: {
|
||||
fr: "Torgnoles",
|
||||
},
|
||||
effect: {
|
||||
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×",
|
||||
|
||||
},
|
||||
}
|
||||
],
|
||||
weaknesses: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user