1
0
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:
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: "Dark Arbok",
de: "Dunkles Arbok"
},
illustrator: "Nakaoka",
rarity: "Uncommon",
@ -31,11 +32,13 @@ const card: Card = {
],
name: {
en: "Swallow Up",
de: "Swallow Up"
},
effect: {
en: "Before doing damage, count the remaining HP of the Defending Pokémon and Dark Arbok. If the Defending Pokémon has fewer remaining HP than Dark Arbok's, this attack does 10 damage plus 30 more damage.",
de: "Before doing damage, count the remaining HP of the Defending Pokémon and Dark Arbok. If the Defending Pokémon has fewer renaining HP than Dark Arbok´s this attack does 10 damage plus 30 more damage."
},
damage: 10,
damage: "10+",
},
{
@ -45,9 +48,11 @@ const card: Card = {
],
name: {
en: "Extra Poison",
de: "Extra Poison"
},
effect: {
en: "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned.",
de: "If the Defending Pokémon is Pokémon-ex, the Defending Pokémon is now Asleep and Poisoned."
},
damage: 30,