1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 12:22:02 +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,6 +4,7 @@ import Set from '../Team Rocket Returns'
const card: Card = {
name: {
en: "Furret",
de: "Wiesenior"
},
illustrator: "Yuka Morii",
rarity: "Rare",
@@ -30,9 +31,11 @@ const card: Card = {
],
name: {
en: "Quick Change",
de: "Quick Change"
},
effect: {
en: "Choose up to 3 cards in your hand and put them on top of your deck. Then, search your deck for that many cards and put them into your hand. Shuffle your deck afterward.",
de: "Choose up to 3 cards in your hand and put them on top of your deck. Then, search your deck for that many cards and put them into your hand. Shuffle your deck afterward."
},
},
@@ -43,9 +46,11 @@ const card: Card = {
],
name: {
en: "Quick Tail Smash",
de: "Quick Tail Smash"
},
effect: {
en: "Before doing damage, you may flip a coin. If heads, this attack does 80 damage instead. If tails, this attack does nothing.",
de: "Before doing damage, you may flip a coin. If heads, this attack does 80 damage instead. If tails, this attack does nothing."
},
damage: 30,