mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon Frontiers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Cloyster δ",
|
||||
fr: "Crustabri δ ESPÈCES DELTA"
|
||||
fr: "Crustabri δ ESPÈCES DELTA",
|
||||
de: "Austos"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Solid Shell",
|
||||
fr: "Coquille solide"
|
||||
fr: "Coquille solide",
|
||||
de: "Feste Schale"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all of effects of attacks, including damage, done by your opponent's Pokémon to each of your Benched Pokémon that has δ on its card.",
|
||||
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés par les Pokémon de votre adversaire à chacun de vos Pokémon de Banc possédant le symbole δ."
|
||||
fr: "Prévenez tous les effets d'attaques, dégâts inclus, infligés par les Pokémon de votre adversaire à chacun de vos Pokémon de Banc possédant le symbole δ.",
|
||||
de: "Verhindere alle Effekte von Angriffen inklusiver Schaden, der den Pokémon auf deiner Bank, auf denen δ zu sehen ist, von gegnerischen Pokémon zugefügt werden."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -43,11 +46,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Grind",
|
||||
fr: "Écrase"
|
||||
fr: "Écrase",
|
||||
de: "Zermahlen"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 10 more damage for each Energy attached to Cloyster.",
|
||||
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Crustabri."
|
||||
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Crustabri.",
|
||||
de: "Dieser Angriff fügt 10 Schadenspunkte plus 10 weitere Schadenspunkte für jede an Austos angelegte Energie zu."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
|
Reference in New Issue
Block a user