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:
@ -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,
|
||||
|
||||
|
Reference in New Issue
Block a user