mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing german sets (HGSS & COL) (#451)
Some checks failed
Build Docker image / build (push) Failing after 42s
Some checks failed
Build Docker image / build (push) Failing after 42s
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Palkia & Dialga LEGEND",
|
||||
fr: "Palkia & Dialga LÉGENDE",
|
||||
de: "Palkia & Dialga LEGENDE"
|
||||
},
|
||||
|
||||
illustrator: "Shinji Higuchi + Sachiko Eba/樋口真嗣+江場左知子",
|
||||
@ -25,18 +26,29 @@ const card: Card = {
|
||||
|
||||
suffix: "Legend",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
|
||||
name: {
|
||||
fr: "",
|
||||
},
|
||||
effect: {
|
||||
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps l’autre moitié de Palkia & Dialga LÉGENDE.",
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "",
|
||||
de: "Plötzliche Tilgung"
|
||||
},
|
||||
],
|
||||
|
||||
effect: {
|
||||
fr: "Vous ne pouvez placer cette carte sur votre Banc que si vous placez en même temps l’autre moitié de Palkia & Dialga LÉGENDE.",
|
||||
de: "Wähle 1 Pokémon auf der Bank deines Gegners. Dein Gegner nimmt das gewählte Pokémon und alle an es angelegten Karten auf seine Hand zurück."
|
||||
},
|
||||
|
||||
cost: ["Water", "Colorless", "Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
de: "Zeitherrschaft"
|
||||
},
|
||||
|
||||
effect: {
|
||||
de: "Lege alle -Energien, die an Palkia- und Dialga-LEGENDE angelegt sind, auf deinen Ablagestapel. Füge die obersten 2 Karten vom Deck deines Gegner seinen Preiskarten hinzu."
|
||||
},
|
||||
|
||||
cost: ["Metal", "Metal", "Colorless"]
|
||||
}],
|
||||
|
||||
stage: "Basic",
|
||||
retreat: 0,
|
||||
|
Reference in New Issue
Block a user