1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 11:51:59 +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: "Skiploom",
de: "Hubelupf"
},
illustrator: "Kyoko Umemoto",
rarity: "Uncommon",
@@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Buffer",
de: "Buffer"
},
effect: {
en: "If Skiploom would be Knocked Out by an opponent's attack, flip a coin. If heads, Skiploom is not Knocked Out and its remaining HP becomes 10 instead.",
de: "If Skiploom would be Knocked Out by an opponent's attack, flip a coin. If heads, Skiploom is not Knocked Out and its remaining HP becomes 10 instead."
},
},
],
@@ -40,9 +43,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."
},
damage: 10,