mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Updated Evolving Skies with attacks and other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -12,17 +12,28 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Snow Leaf Badge"
|
||||
en: "Snow Leaf Badge",
|
||||
fr: "Badge Feuille Neige",
|
||||
es: "Medalla Hoja Nieve",
|
||||
it: "Medaglia Nevefoglia",
|
||||
pt: "Snow Leaf Badge",
|
||||
de: "Schneeblattorden"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Attach a Pokemon Tool to 1 of your Pokemon that doesn’t already have a Pokemon Tool attached.\n\nIf the Pokemon V this card is attached to has \"Leafeon\" or \"Glaceon\" in its name, it has no Retreat Cost and no Weakness."
|
||||
en: "If the Pokémon V this card is attached to has “Leafeon” or “Glaceon” in its name, it has no Retreat Cost and no Weakness.",
|
||||
fr: "Si le Pokémon-V auquel cette carte est attachée a « Phyllali » ou « Givrali » dans son nom, il n’a pas de Coût de Retraite ni de Faiblesse.",
|
||||
es: "Si el Pokémon V al que está unida esta carta tiene “Leafeon” o “Glaceon” en su nombre, no tiene ningún Coste de Retirada ni Debilidad.",
|
||||
it: "Se il Pokémon-V a cui è assegnata questa carta ha “Leafeon” o “Glaceon” nel nome, non ha costo di ritirata né debolezza.",
|
||||
pt: "If the Pokémon V this card is attached to has “Leafeon” or “Glaceon” in its name, it has no Retreat Cost and no Weakness.",
|
||||
de: "Wenn bei dem Pokémon-V, an das diese Karte angelegt ist, „Folipurba“ oder „Glaziola“ zum Namen gehört, hat es keine Rückzugskosten und keine Schwäche."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
trainerType: "Tool",
|
||||
illustrator: "Studio Bora Inc."
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user