1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Rattata",
de: "Rattfratz"
},
illustrator: "Aya Kusube",
rarity: "Common",
@ -25,9 +26,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Scramble",
de: "Scramble"
},
effect: {
en: "As long as your opponent has any Pokémon-ex as his or her Active Pokémon, the Retreat Cost for Rattata is 0.",
de: "As long as your opponent has any Pokémon-ex as his or her Active Pokémon, the Retreat Cost for Rattata is 0."
},
},
],
@ -38,11 +41,13 @@ const card: Card = {
],
name: {
en: "Fury Swipes",
de: "Fury Swipes"
},
effect: {
en: "Flip 3 coins. This attack does 10 damage times the number of heads.",
de: "Flip 3 coins. This attack does 10 damage times the number of heads."
},
damage: 10,
damage: "10x",
},
],