mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-06 06:11:58 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Palkia G",
|
||||
fr: "Palkia ",
|
||||
de: "Palkia G"
|
||||
},
|
||||
illustrator: "Yusuke Ishikawa",
|
||||
rarity: "Rare",
|
||||
@@ -31,10 +32,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Splashing Turn",
|
||||
fr: "Tour éclaboussant",
|
||||
de: "Splashing Turn"
|
||||
},
|
||||
effect: {
|
||||
en: "You may switch Palkia with 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez échanger Palkia avec 1 de vos Pokémon de Banc.",
|
||||
de: "You may switch Palkia G with 1 of your Benched Pokémon."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@@ -48,10 +51,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Pearl Breath",
|
||||
fr: "Haleine de perle",
|
||||
de: "Pearl Breath"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Inflige 10 dégâts à chacun des Pokémon de Banc de votre adversaire. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc).",
|
||||
de: "Does 10 damage to each of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user