mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 03:29:51 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Rocket's Scizor ex",
|
||||
de: "Rockets Scherox ex"
|
||||
},
|
||||
illustrator: "Hikaru Koike",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dual Armor",
|
||||
de: "Dual Armor"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Scizor ex has any Metal Energy attached to it, Rocket's Scizor ex is both Darkness and Metal type.\"",
|
||||
de: "As long as Rocket's Scizor ex has any Energy attached to it, Rocket's Scizor ex is both and type."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rotating Claws",
|
||||
de: "Rotating Claws"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard an Energy card attached to Rocket's Scizor ex. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Rocket's Scizor ex.",
|
||||
de: "You may discard an Energy card attached to Rocket's Scizor ex. If you do, search your discard pile for an Energy card (excluding the one you discarded) and attach it to Rocket's Scizor ex."
|
||||
},
|
||||
damage: 50,
|
||||
|
||||
|
Reference in New Issue
Block a user