1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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,26 +4,18 @@ import Set from '../Team Rocket Returns'
const card: Card = {
name: {
en: "Swoop! Teleporter",
de: "Swoop! Teleporter*"
},
illustrator: "Katsura Tabata",
rarity: "Uncommon",
category: "Trainer",
set: Set,
trainerType: "Rocket's Secret Machine",
effect: {
de: "Search your deck for a Basic Pokémon (excluding Pokémon-ex) and switch it with 1 of your Basic Pokémon (excluding Pokémon-ex) in play. (Any cards attached to that Pokémon, damage counters, Special Conditions, and effects on it are now on the new Pokémon.) Place the first Basic Pokémon in the discard pile. Shuffle your deck afterward."
}
}
export default card