mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Arcanine",
|
||||
de: "Arkani"
|
||||
},
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Energy Recharge",
|
||||
de: "Energy Recharge"
|
||||
},
|
||||
effect: {
|
||||
en: "When you play Arcanine from your hand to evolve your Active Pokémon, you may flip 3 coins. For each heads, choose a basic energy card from your discard pile and attach it to Arcanine.",
|
||||
de: "When your play Arcanine from your hand to evolve your Active Pokémon, you may flip 3 coins. For each heads, choose a basic Energy card from your discard pile and attach it to Arcanine."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shake",
|
||||
de: "Shake"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any.",
|
||||
de: "Your opponent switches the Defending Pokémon with 1 of his or her Benched Pokémon, if any."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "White Flames",
|
||||
de: "White Flames"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard all Energy cards attached to Arcanine.",
|
||||
de: "Discard all Energy cards attached to Arcanine."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user