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 Raticate",
|
||||
de: "Dunkles Rattikarl"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -30,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Seed",
|
||||
de: "Dark Seed"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn. Put 5 damage counters on the Defending Pokémon at the end of your opponent's next turn.",
|
||||
de: "The Defending Pokémon can't retreat during opponent's next turn. Put 5 damage counters on the Defending Pokémon at the end of your opponent's next turn."
|
||||
},
|
||||
|
||||
},
|
||||
@ -43,9 +46,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spread Poison",
|
||||
de: "Spread Poison"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned. This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "The Defending Pokémon is now Poisoned. This attack does 20 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user