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

Updated Evolving Skies with attacks and other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-28 16:54:37 +02:00
parent 90ebef01cf
commit b46b2c4fb9
194 changed files with 8779 additions and 436 deletions

View File

@@ -12,17 +12,28 @@ const card: Card = {
},
name: {
en: "Spirit Mask"
en: "Spirit Mask",
fr: "Masque Spirituel",
es: "Máscara de los Espíritus",
it: "Maschera degli Spiriti",
pt: "Spirit Mask",
de: "Seelenmaske"
},
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 this card is attached to is in the Active Spot and is damaged by an attack from your opponents Pokemon (even if it is Knocked Out), your opponent discards a card from their hand."
en: "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponents Pokémon (even if it is Knocked Out), your opponent discards a card from their hand.",
fr: "Si le Pokémon auquel cette carte est attachée est sur le Poste Actif et quil subit les dégâts dune attaque dun Pokémon de votre adversaire (même sil est mis K.O.), votre adversaire défausse une carte de sa main.",
es: "Si el Pokémon al que está unida esta carta está en el Puesto Activo y resulta dañado por un ataque de los Pokémon de tu rival (incluso si queda Fuera de Combate), tu rival descarta 1 carta de su mano.",
it: "Se il Pokémon a cui è assegnata questa carta è in posizione attiva e viene danneggiato da un attacco di un Pokémon del tuo avversario, anche se viene messo KO, il tuo avversario scarta una carta che ha in mano.",
pt: "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponents Pokémon (even if it is Knocked Out), your opponent discards a card from their hand.",
de: "Wenn das Pokémon, an das diese Karte angelegt ist, in der Aktiven Position ist und durch eine Attacke von Pokémon deines Gegners Schaden erhält (auch wenn es dadurch kampfunfähig wird), legt dein Gegner 1 Karte aus seiner Hand auf seinen Ablagestapel."
},
trainerType: "Tool"
trainerType: "Tool",
illustrator: "AYUMI ODASHIMA"
}
export default card