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: "Hoppip",
|
||||
de: "Hoppspross"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Buffer",
|
||||
de: "Buffer"
|
||||
},
|
||||
effect: {
|
||||
en: "If Hoppip would be Knocked Out by an opponent's attack, flip a coin. If heads, Hoppip is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
de: "If Hoppip would be Knocked Out by an opponent´s attack, flip a coin. If heads, Hoppip is not Knocked Out and its renaining HP becomes 10 instead."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miracle Powder",
|
||||
de: "Miracle Powder"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition.",
|
||||
de: "Flip a coin. If heads, choose 1 Special Condition. The Defending Pokémon is now affected by that Special Condition."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user