1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 00:49: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: "Quilava",
fr: "Feurisson"
fr: "Feurisson",
de: "Igelavar"
},
illustrator: "Naoyo Kimura",
rarity: "Uncommon",
@ -32,7 +33,8 @@ const card: Card = {
],
name: {
en: "Slash",
fr: "Tranche"
fr: "Tranche",
de: "Slash"
},
damage: 20,
@ -46,11 +48,13 @@ const card: Card = {
],
name: {
en: "Burning Claw",
fr: "Griffe brûlante"
fr: "Griffe brûlante",
de: "Burning Claw"
},
effect: {
en: "You may discard a Fire Energy card attached to Quilava. If you do, the Defending Pokémon is now Burned.",
fr: "Vous pouvez défausser une carte Énergie attachée à Feurisson. Dans ce cas, le Pokémon Défenseur est maintenant Brûlé."
fr: "Vous pouvez défausser une carte Énergie attachée à Feurisson. Dans ce cas, le Pokémon Défenseur est maintenant Brûlé.",
de: "You may discard a Energy card attached to Quilava. If you do, the Defending Pokémon is now Burned."
},
damage: 40,