mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Raichu",
|
||||
fr: "Raichu"
|
||||
fr: "Raichu",
|
||||
de: "Raichu"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -31,10 +32,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Slice",
|
||||
fr: "Mettre en tranche",
|
||||
de: "Schnippeln"
|
||||
},
|
||||
effect: {
|
||||
en: "Raichu can't use Slice during your next turn.",
|
||||
fr: "Raichu ne peut pas utiliser Mettre en tranche lors de votre prochain tour.",
|
||||
de: "Raichu kann Schnippeln während deines nächsten Zug nicht einsetzen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -48,10 +51,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Split Ball",
|
||||
fr: "Balle coupée",
|
||||
de: "Zerteilball"
|
||||
},
|
||||
effect: {
|
||||
en: "Move an Energy card attached to Raichu to 1 of your Benched Pokémon.",
|
||||
fr: "Déplacez une carte Énergie attachée à Raichu sur 1 de vos Pokémon de Banc.",
|
||||
de: "Entferne 1 an Raichu angelegte Energiekarte und lege sie an 1 Pokémon auf deiner Bank an."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
@ -65,10 +70,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Burst Ball",
|
||||
fr: "Balle explosive",
|
||||
de: "Sprengball"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard 3 Energy attached to any of your Pokémon in any way you like.",
|
||||
fr: "Défaussez 3 Énergies attachées à n'importe lequel de vos Pokémon de la façon que vous voulez.",
|
||||
de: "Entferne in beliebiger Verteilung 3 Energien, die an deinen Pokémon angelegt sind und lege sie auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user