1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-03 00:49: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: "Single Strike Scroll of the Fanged Dragon"
en: "Single Strike Scroll of the Fanged Dragon",
fr: "Rouleau du Dragon à Crocs Poing Final",
es: "Pergamino Dragón Colmilludo Golpe Brusco",
it: "Rotolo del Drago Dentuto Colpo Singolo",
pt: "Single Strike Scroll of the Fanged Dragon",
de: "Fokussierter-Angriff-Bissdrachenrolle"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesnt already have a Pokemon Tool attached.\n\nThe Single Strike Pokemon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)"
en: "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)",
fr: "Le Pokémon Poing Final auquel cette carte est attachée peut utiliser lattaque sur cette carte. (Vous avez toujours besoin de lÉnergie nécessaire pour utiliser cette attaque.)\nFightingMetalMetalColorlessColorless Tranche Surpuissante 300\nDéfaussez toute lÉnergie de ce Pokémon.",
es: "El Pokémon Golpe Brusco al que esté unida esta carta puede usar el ataque de esta carta. (Sigues necesitando las Energías necesarias para usar este ataque).\nFightingMetalMetalColorlessColorless Tajo Superfulminante 300\nDescarta todas las Energías de este Pokémon.",
it: "Il Pokémon Colpo Singolo a cui è assegnata questa carta può usare lattacco di questa carta. Devi comunque avere lEnergia necessaria per usare questo attacco.\nFightingMetalMetalColorlessColorless Lacerazione Inesorabile 300\nScarta tutte le Energie da questo Pokémon.",
pt: "The Single Strike Pokémon this card is attached to can use the attack on this card. (You still need the necessary Energy to use this attack.)\nFightingMetalMetalColorlessColorless Superstrong Slash 300\nDiscard all Energy from this Pokémon.",
de: "Das Fokussierter-Angriff-Pokémon, an das diese Karte angelegt ist, kann die Attacke auf dieser Karte einsetzen. (Du benötigst jedoch die für diese Attacke notwendige Energie.)\nFightingMetalMetalColorlessColorless Superstarker Schlitzer 300\nLege alle Energien von diesem Pokémon auf deinen Ablagestapel."
},
trainerType: "Tool"
trainerType: "Tool",
illustrator: "5ban Graphics"
}
export default card