1
0
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:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@ -4,7 +4,8 @@ import Set from '../Hidden Legends'
const card: Card = {
name: {
en: "Island Cave",
fr: "Grotte island"
fr: "Grotte island",
de: "Island Cave*"
},
illustrator: "Ken Ikugi",
@ -14,7 +15,8 @@ const card: Card = {
trainerType: "Stadium",
effect: {
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu.\n\nDès qu'un Joueur attache une carte Énergie de sa main à un Pokémon , ou , retirez à ce Pokémon tout État Spécial."
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est mise en jeu.\n\nDès qu'un Joueur attache une carte Énergie de sa main à un Pokémon , ou , retirez à ce Pokémon tout État Spécial.",
de: "Whenever any player attaches an Energy card from his or her hand to Pokémon, Pokémon, or Pokémon, remove any Special Conditions from that Pokémon."
}
}