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: "Togetic",
|
||||
de: "Togetic"
|
||||
},
|
||||
illustrator: "Sumiyoshi Kizuki",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Holy Shield",
|
||||
de: "Holy Shield"
|
||||
},
|
||||
effect: {
|
||||
en: "Prevent all effects of attacks, including damage, done to Togetic by your opponent's Pokémon that has Dark in its name.",
|
||||
de: "Prevent all effects of attacks, including damage, done to Togetic by your opponent's Pokémon that has Dark in its name."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,6 +44,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dive",
|
||||
de: "Dive"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -54,9 +58,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rainbow Moves",
|
||||
de: "Rainbow Moves"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Benched Pokémon's attacks. Rainbow Moves copies that attack except for its Energy cost. (You must still do anything else required for that attack.) (No matter what type that Pokémon is, Togetic's type is still Colorless. Togetic performs that attack.",
|
||||
de: "Choose 1 of your opponent's Benched Pokémon's attacks. Rainbow Moves copies that attack except for its Energy cost. (You must still do anything else required for that attack.) (No matter what type that Pokémon is, Togepi's type is still .) Togepi performs that attack."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user