1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +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 '../Ruby & Sapphire'
const card: Card = {
name: {
en: "Ralts",
fr: "Tarsal"
fr: "Tarsal",
de: "Trasla"
},
illustrator: "Kagemaru Himeno",
rarity: "Common",
@ -29,7 +30,8 @@ const card: Card = {
],
name: {
en: "Pound",
fr: "Écras'face"
fr: "Écras'face",
de: "Pound"
},
damage: 10,
@ -42,11 +44,13 @@ const card: Card = {
],
name: {
en: "Link Blast",
fr: "Explosion en série"
fr: "Explosion en série",
de: "Link Blast"
},
effect: {
en: "If Ralts and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 10 instead of 40.",
fr: "Si Tarsal et le Pokémon Défenseur ont un total d'Énergie différent, les dégâts de base de cette attaque sont de 10 et non de 40."
fr: "Si Tarsal et le Pokémon Défenseur ont un total d'Énergie différent, les dégâts de base de cette attaque sont de 10 et non de 40.",
de: "If Ralts and the Defending Pokémon have a different amount of Energy attached to them, this attack's base damage is 10 instead of 40."
},
damage: 40,