mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49: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: "Rocket's Tricky Gym",
|
||||
de: "Rocket´s Tricky Gym*"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
@ -23,6 +24,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Does 20 damage to 1 of your opponent's Pokémon. This attack's damage isn't affected by Weakness, Resistance, Poké-Powers, Poké-Bodies, or any other effects on that Pokémon.",
|
||||
de: "Each Pokémon with Dark or Rocket´s in its name (both yours and your opponent´s) can use attacks on this card instead of its own. Feint Attack. Does 20 damage to 1 of your opponent´s Pokémon. This attack´s damage isn´t affected by Weakness, Resistance, Pokémon-Powers, Pokémon-Bodies, or any other effects on that Pokémon."
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
|
Reference in New Issue
Block a user