mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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 Suicune ex",
|
||||
de: "Rockets Suicune ex"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Dark and Clear",
|
||||
de: "Dark and Clear"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Rocket's Suicune ex has any Darkness Energy attached to it, Rocket's Suicune ex can't be affected by any Special Conditions.\"",
|
||||
de: "As long as Rocket's Suicune ex has any Energy attached to it, Rocket's Suicune ex can't be affected by any Special Conditions."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Icy Wind",
|
||||
de: "Icy Wind"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
de: "The Defending Pokémon is now Asleep."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -53,11 +58,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hyper Splash",
|
||||
de: "Hyper Splash"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is a Stage 2 Evolved Pokémon, this attack does 50 damage plus 40 more damage.",
|
||||
de: "If the Defending Pokémon is a Stage 2 Evolved Pokémon this attack does 50 damage plus 40 more damage."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user