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,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."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user