mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Energy Restore",
|
||||
de: "Energiewiederherstellung"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@ -23,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Flip 3 coins. For each heads, put a basic Energy card from your discard pile into your hand. If you don't have that many basic Energy cards in your discard pile, put all of them into your hand.",
|
||||
de: "Wirf 3 Münzen. Nimm für jedes Mal, wenn die Münze \"Kopf\" gezeigt hat, eine Basis-Energiekarte von deinem Ablagestapel auf deine Hand. Falls du nicht genug Basis-Energiekarten in deinem Ablagestapel hast, nimm so viele wie möglich auf deine Hand."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user