1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Unseen Forces'
const card: Card = {
name: {
en: "Murkrow",
fr: "Cornèbre"
fr: "Cornèbre",
de: "Kramurx"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -29,11 +30,13 @@ const card: Card = {
],
name: {
en: "Night Song",
fr: "Chanson nocturne"
fr: "Chanson nocturne",
de: "Night Song"
},
effect: {
en: "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Asleep.",
fr: "Échangez 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Votre adversaire choisit le Pokémon Défenseur à échanger. Le nouveau Pokémon Défenseur est maintenant Endormi."
fr: "Échangez 1 des Pokémon de Banc de votre adversaire avec 1 des Pokémon Défenseurs. Votre adversaire choisit le Pokémon Défenseur à échanger. Le nouveau Pokémon Défenseur est maintenant Endormi.",
de: "Switch 1 of your opponent's Benched Pokémon with 1 of the Defending Pokémon. Your opponent chooses the Defending Pokémon to switch. The new Defending Pokémon is now Asleep."
},
},
@ -44,11 +47,13 @@ const card: Card = {
],
name: {
en: "Plunder",
fr: "Pillage"
fr: "Pillage",
de: "Plunder"
},
effect: {
en: "Before doing damage, discard all Trainer cards attached to the Defending Pokémon.",
fr: "Avant d'infliger des dégâts, défaussez toutes les cartes Dresseur attachées au Pokémon Défenseur."
fr: "Avant d'infliger des dégâts, défaussez toutes les cartes Dresseur attachées au Pokémon Défenseur.",
de: "Before doing damage, discard all Trainer cards attached to the Defending Pokémon."
},
damage: 20,