mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Phanpy",
|
||||
fr: "Phanpy"
|
||||
fr: "Phanpy",
|
||||
de: "Phanpy"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Common",
|
||||
@ -29,7 +30,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Corkscrew Punch",
|
||||
fr: "Poing en tire-bouchon"
|
||||
fr: "Poing en tire-bouchon",
|
||||
de: "Corkscrew Punch"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
@ -42,13 +44,15 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Spin",
|
||||
fr: "Double tour"
|
||||
fr: "Double tour",
|
||||
de: "Double Spin"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 20 damage times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces."
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 20 dégâts multipliés par le nombre de faces.",
|
||||
de: "Flip 2 coins. This attack does 20 damage times the number of heads."
|
||||
},
|
||||
damage: "20×",
|
||||
damage: "20x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user