1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15: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 '../Sandstorm'
const card: Card = {
name: {
en: "Vigoroth",
fr: "Vigoroth"
fr: "Vigoroth",
de: "Muntier"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Focus Energy",
fr: "Puissance"
fr: "Puissance",
de: "Focus Energy"
},
effect: {
en: "During your next turn, base damage of Vigoroth's slash attack is 90 instead of 40.",
fr: "Lors de votre prochain tour, les dégâts de base de l'attaque Tranche de Vigoroth sont de 90 et non de 40."
fr: "Lors de votre prochain tour, les dégâts de base de l'attaque Tranche de Vigoroth sont de 90 et non de 40.",
de: "Durig your next turn, base damage of Vigoroth's Slash is attack is 90 instead of 40."
},
},
@ -47,7 +50,8 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
fr: "Tranche",
de: "Slash"
},
damage: 40,