mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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: "Swablu δ",
|
||||
fr: "Tylton δ ESPÈCES DELTA"
|
||||
fr: "Tylton δ ESPÈCES DELTA",
|
||||
de: "Wablu"
|
||||
},
|
||||
illustrator: "Miki Tanaka",
|
||||
rarity: "Common",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Splash About",
|
||||
fr: "Grosse trempette"
|
||||
fr: "Grosse trempette",
|
||||
de: "Herumspritzen"
|
||||
},
|
||||
effect: {
|
||||
en: "If Swablu has less Energy attached to it than the Defending Pokémon, this attack does 10 damage plus 10 more damage.",
|
||||
fr: "Si Tylton possède moins d'Énergies que le Pokémon Défenseur, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires."
|
||||
fr: "Si Tylton possède moins d'Énergies que le Pokémon Défenseur, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires.",
|
||||
de: "Wenn an das Verteidigende Pokémon mehr Energie angelegt ist als an Wablu, fügt dieser Angriff 10 Schadenspunkte plus 10 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "10+",
|
||||
|
||||
|
Reference in New Issue
Block a user