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: "Dark Tyranitar",
|
||||
de: "Dunkles Despotar"
|
||||
},
|
||||
illustrator: "Nakaoka",
|
||||
rarity: "Rare",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Grind",
|
||||
de: "Grind"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage plus 10 more damage for each Energy attached to Dark Tyranitar.",
|
||||
de: "Does 10 damage plus 10 more damage for each Energy attached to Dark Tyranitar."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -45,9 +48,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spinning Tail",
|
||||
de: "Spinning Tail"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Does 20 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -61,11 +66,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bite Off",
|
||||
de: "Bite Off"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Pokémon-ex, this attack does 70 damage plus 50 more damage.",
|
||||
de: "If the Defending Pokémon is Pokémon-ex, this attack does 70 damage plus 50 more damage."
|
||||
},
|
||||
damage: 70,
|
||||
damage: "70+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user