mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Holon Phantoms'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Exeggutor δ",
|
||||
fr: "Noadkoko δ ESPÈCES DELTA"
|
||||
fr: "Noadkoko δ ESPÈCES DELTA",
|
||||
de: "Kokowei"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Uncommon",
|
||||
@ -32,11 +33,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Delta Circle",
|
||||
fr: "Cercle Delta"
|
||||
fr: "Cercle Delta",
|
||||
de: "Delta-Zirkel"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 10 more damage for each Pokémon you have in play that has δ on its card.",
|
||||
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Pokémon possédant le symbole δ que vous avez en jeu."
|
||||
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Pokémon possédant le symbole δ que vous avez en jeu.",
|
||||
de: "Dieser Angriff fügt 10 Schadenspunkte plus 10 weitere Schadenspunkte für jedes Pokémon, das du im Spiel hast, auf dem δ zu sehen ist, zu."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
@ -49,11 +52,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Split Bomb",
|
||||
fr: "Bombe fendante"
|
||||
fr: "Bombe fendante",
|
||||
de: "Splitterbombe"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 2 of your opponent's Pokémon. This attack does 30 damage to each of them. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque inflige 30 dégâts à chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)"
|
||||
fr: "Choisissez 2 des Pokémon de votre adversaire. Cette attaque inflige 30 dégâts à chacun. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
|
||||
de: "Wähle 2 Pokémon deines Gegners. Dieser Angriff fügt beiden gewählten Pokémon 30 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user