mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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 Snorlax ex",
|
||||
de: "Rockets Relaxo ex"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dark Healer",
|
||||
de: "Dark Healer"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Snorlax ex has any Darkness Energy attached to it, remove 1 damage counter from Rocket's Snorlax ex between turns.\"",
|
||||
de: "As long as Rocket's Snorlax ex has any Energy attached to it, remove 1 damage counter from Rocket's Snorlax ex between turns."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Claws",
|
||||
de: "Poison Claws"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon is now Poisoned."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Collapse",
|
||||
de: "Collapse"
|
||||
},
|
||||
effect: {
|
||||
en: "Rocket's Snorlax ex is now Asleep.",
|
||||
de: "Rocket's Snorlax ex is now Asleep."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user