1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-08 11:09:18 +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: "Ribbon Badge"
en: "Ribbon Badge",
fr: "Badge Ruban",
es: "Medalla Cinta",
it: "Medaglia Fiocco",
pt: "Ribbon Badge",
de: "Schleifenorden"
},
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 \"Sylveon\" in its name and is Knocked Out by damage from an attack from your opponents Pokemon, that player takes 1 fewer Prize card."
en: "If the Pokémon V this card is attached to has Sylveon in its name and is Knocked Out by damage from an attack from your opponents Pokémon, that player takes 1 fewer Prize card.",
fr: "Si le Pokémon-V auquel cette carte est attachée a « Nymphali » dans son nom et est mis K.O. par les dégâts dune attaque dun Pokémon de votre adversaire, ce dernier récupère une carte Récompense de moins.",
es: "Si el Pokémon V al que está unida esta carta tiene “Sylveon” en su nombre y queda Fuera de Combate por el daño de un ataque de los Pokémon de tu rival, ese jugador coge 1 carta de Premio menos.",
it: "Se il Pokémon-V a cui è assegnata questa carta ha “Sylveon” nel nome e viene messo KO dai danni di un attacco di un Pokémon del tuo avversario, quel giocatore prende una carta Premio in meno.",
pt: "If the Pokémon V this card is attached to has “Sylveon” in its name and is Knocked Out by damage from an attack from your opponents Pokémon, that player takes 1 fewer Prize card.",
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, „Feelinara“ zum Namen gehört und es durch eine Attacke von Pokémon deines Gegners kampfunfähig wird, nimmt jener Spieler 1 Preiskarte weniger."
},
trainerType: "Tool"
trainerType: "Tool",
illustrator: "Studio Bora Inc."
}
export default card
export default card