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: "Lunatone",
fr: "Seleroc"
fr: "Seleroc",
de: "Lunastein"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@ -26,11 +27,13 @@ const card: Card = {
type: "Poke-POWER",
name: {
en: "Lunar Eclipse",
fr: "Éclipse de lune"
fr: "Éclipse de lune",
de: "Lunar Eclipse"
},
effect: {
en: "Once during your turn (before your attack), if Solrock is in play, you may use this power. Until the end of your turn, Lunatone's type is Darkness. This power can't be used if Lunatone is affected by a Special Condition.\"",
fr: "Une seule fois pendant votre tour (avant votre attaque), si Solaroc est en jeu, vous pouvez utiliser ce pouvoir. Jusqu'à la fin de votre tour, Seleroc est . Ce pouvoir ne peut pas être utilisé si Seleroc est affecté par un État Spécial."
fr: "Une seule fois pendant votre tour (avant votre attaque), si Solaroc est en jeu, vous pouvez utiliser ce pouvoir. Jusqu'à la fin de votre tour, Seleroc est . Ce pouvoir ne peut pas être utilisé si Seleroc est affecté par un État Spécial.",
de: "Once during your turn (before your attack), if Solrock is in play, you may use this power. Until the end of your turn, Lunatone's type is . This power can't be used if Lunatone 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."
},
},
@ -56,7 +61,8 @@ const card: Card = {
],
name: {
en: "Lunar Blast",
fr: "Explosion lunaire"
fr: "Explosion lunaire",
de: "Lunar Blast"
},
damage: 30,