1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-01 00:09:19 +00:00

Added more Evolving Skies data

Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-27 11:02:14 +02:00
parent 87ee5fce0b
commit 90ebef01cf
9 changed files with 327 additions and 25 deletions

View File

@ -12,17 +12,28 @@ const card: Card = {
},
name: {
en: "Moon & Sun Badge"
en: "Moon & Sun Badge",
fr: "Badge Lune et Soleil",
es: "Medalla de Luna y Sol",
it: "Medaglia Luna e Sole",
pt: "Moon & Sun Badge",
de: "Mondsonnenorden"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesnt already have a Pokemon Tool attached.\n\nIf the Pokemon V this card is attached to has \"Espeon\" or \"Umbreon\" in its name, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to that Pokemon."
en: "If the Pokémon V this card is attached to has Espeon or Umbreon in its name, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to that Pokémon.",
fr: "Si le Pokémon-V auquel cette carte est attachée a « Mentali » ou « Noctali » dans son nom, chaque fois que votre adversaire joue une carte Supporter de sa main, évitez tous les effets de cette carte sur ce Pokémon-là.",
es: "Si el Pokémon V al que está unida esta carta tiene “Espeon” o “Umbreon” en su nombre, cada vez que tu rival juegue 1 carta de Partidario de su mano, evita todos los efectos de esa carta infligidos a ese Pokémon.",
it: "Se il Pokémon-V a cui è assegnata questa carta ha “Espeon” o “Umbreon” nel nome, ogni volta che il tuo avversario gioca una carta Aiuto dalla sua mano, previeni tutti gli effetti di quella carta su quel Pokémon.",
pt: "If the Pokémon V this card is attached to has “Espeon” or “Umbreon” in its name, whenever your opponent plays a Supporter card from their hand, prevent all effects of that card done to that Pokémon.",
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, „Psiana“ oder „Nachtara“ zum Namen gehört, verhindere jedes Mal, wenn dein Gegner eine Unterstützerkarte aus seiner Hand spielt, alle Effekte jener Karte, die jenem Pokémon zugefügt werden."
},
trainerType: "Tool"
trainerType: "Tool",
illustrator: "Studio Bora Inc."
}
export default card
export default card