1
0
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:
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: "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,