mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dialga",
|
||||
de: "Dialga"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Time Call",
|
||||
de: "Time Call"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a card that evolves from 1 of your Pokémon and put it on that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward.",
|
||||
de: "Search your deck for a card that evolves from 1 of your Pokémon and put it onto that Pokémon. (This counts as evolving that Pokémon.) Shuffle your deck afterward."
|
||||
},
|
||||
|
||||
},
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Time Wager",
|
||||
de: "Time Wager"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. If either of them is tails, this attack's base damage is 50 instead of 100.",
|
||||
de: "Flip 2 coins. If either of them is tails, this attack's base damage is 50 instead of 100."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
|
Reference in New Issue
Block a user