1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39: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: "Solrock",
fr: "Solaroc"
fr: "Solaroc",
de: "Sonnfel"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -26,11 +27,13 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Solar Eclipse",
fr: "Éclipse de soleil"
fr: "Éclipse de soleil",
de: "Solar Eclipse"
},
effect: {
en: "Once during your turn (before your attack), if Lunatone is in play, you may use this power. Until the end of your turn, Solrock's type is Fire. This power can't be used if Solrock is affected by a Special Condition.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si Seleroc est en jeu, vous pouvez utiliser ce pouvoir. Jusqu'à la fin du tour, Solaroc est . Ce pouvoir ne peut pas être utilisé si Solaroc est affecté par un État Spécial."
fr: "Une seule fois pendant votre tour (avant votre attaque), si Seleroc est en jeu, vous pouvez utiliser ce pouvoir. Jusqu'à la fin du tour, Solaroc est . Ce pouvoir ne peut pas être utilisé si Solaroc est affecté par un État Spécial.",
de: "Once during your turn (before your attack), if Lunatone is in play, you may use this power. Until the end of your turn, Solrock's type is . This power can't be used if Solrock is affected by a Special Condition."
},
},
],
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Cosmic Draw",
fr: "Pioche cosmik"
fr: "Pioche cosmik",
de: "Cosmic Draw"
},
effect: {
en: "If your opponent has any Evolved Pokémon in play, draw 3 cards.",
fr: "Si votre adversaire a un Pokémon Évolué en jeu, piochez trois cartes."
fr: "Si votre adversaire a un Pokémon Évolué en jeu, piochez trois cartes.",
de: "If your opponent has any Evolved Pokémon in play, draw 3 cards."
},
},
@ -57,7 +62,8 @@ const card: Card = {
],
name: {
en: "Solar Blast",
fr: "Explosion solaire"
fr: "Explosion solaire",
de: "Solar Blast"
},
damage: 40,