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 '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Duskull",
|
||||
fr: "Skélénox"
|
||||
fr: "Skélénox",
|
||||
de: "Zwirrlicht"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -36,10 +37,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Silhouette",
|
||||
fr: "Silhouette",
|
||||
de: "Umrisse"
|
||||
},
|
||||
effect: {
|
||||
en: "Put 1 damage counter on the Defending Pokémon. If the Defending Pokémon already has any damage counters on it, put 2 damage counters on that Pokémon instead.",
|
||||
fr: "Placez 1 marqueur de dégât sur le Pokémon Défenseur. Si le Pokémon Défenseur possède déjà des marqueurs de dégât, placez sur ce Pokémon 2 marqueurs de dégât.",
|
||||
de: "Lege 1 Schadensmarke auf das Verteidigende Pokémon. Wenn auf dem Verteidigenden Pokémon bereits mindestens 1 Schadensmarke liegt, lege stattdessen 2 Schadensmarken darauf."
|
||||
},
|
||||
|
||||
},
|
||||
@ -51,6 +54,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Will-o'-the-wisp",
|
||||
fr: "Feu follet",
|
||||
de: "Irrlicht"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user