mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Team Magma vs Team Aqua'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Aqua's Cacturne",
|
||||
fr: "Cacturne de Team Aqua"
|
||||
fr: "Cacturne de Team Aqua",
|
||||
de: "Team Aquas Noktuska"
|
||||
},
|
||||
illustrator: "K. Utsunomiya",
|
||||
rarity: "Rare",
|
||||
@ -30,11 +31,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Dark Bind",
|
||||
fr: "Sombre étreinte"
|
||||
fr: "Sombre étreinte",
|
||||
de: "Dark Bind"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a Darkness Energy card attached to Team Aqua's Cacturne. If you do, the Defending Pokémon is now Paralyzed.\"",
|
||||
fr: "Vous pouvez défausser une carte Énergie attachée à Cacturne de Team Aqua. Dans ce cas, le Pokémon Défenseur est maintenant Paralysé."
|
||||
fr: "Vous pouvez défausser une carte Énergie attachée à Cacturne de Team Aqua. Dans ce cas, le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "You may discard a Energy card attached to Team Aqua's Cacturne. If you do, the Defending Pokémon is now Paralyzed."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -47,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Barb",
|
||||
fr: "Barbelés empoisonnés"
|
||||
fr: "Barbelés empoisonnés",
|
||||
de: "Poison Barb"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné."
|
||||
fr: "Le Pokémon Défenseur est maintenant Empoisonné.",
|
||||
de: "The Defending Pokémon is now Poisoned."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user