mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,7 +4,8 @@ import Set from '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Tentacool",
|
||||
fr: "Tentacool"
|
||||
fr: "Tentacool",
|
||||
de: "Tentacha"
|
||||
},
|
||||
illustrator: "Tomoaki Imakuni",
|
||||
rarity: "Common",
|
||||
@@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Poison Sting",
|
||||
fr: "Dard-venin"
|
||||
fr: "Dard-venin",
|
||||
de: "Giftstachel"
|
||||
},
|
||||
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: "Das Verteidigende Pokémon ist jetzt vergiftet."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user