mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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: "Jumpluff",
|
||||
de: "Papungha"
|
||||
},
|
||||
illustrator: "Kyoko Umemoto",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Buffer",
|
||||
de: "Buffer"
|
||||
},
|
||||
effect: {
|
||||
en: "If Jumpluff would be Knocked Out by an opponent's attack, flip a coin. If heads, Jumpluff is not Knocked Out and its remaining HP becomes 10 instead.",
|
||||
de: "If Jumpluff would be Knocked Out by an opponent's attack, flip a coin. If heads, Jumpluff is not Knocked Out and its remaining HP becomes 10 instead."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,11 +43,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Crush",
|
||||
de: "Energy Crush"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 10 more damage for each Energy attached to all of your opponent's Pokémon.",
|
||||
de: "Does 10 damge plus 10 more damage for each Energy attached to all of your opponent's Pokémon."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user