1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 14:52:09 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
2.9 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Unified Minds'
const card: Card = {
name: {
en: "Normalium Z: Tackle",
fr: "Normazélite : Charge",
es: "Normastal Z: Placaje",
it: "Normium Z: Azione",
pt: "Normalium Z: Investida",
de: "Normium Z: Tackle"
},
illustrator: "5ban Graphics",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Si le Pokémon auquel cette carte est attachée a lattaque Charge, il peut utiliser lattaque GX sur cette carte. (Vous avez toujours besoin de lÉnergie nécessaire pour utiliser cette attaque.)\n\nColorlessColorlessColorlessColorless Turbo-Charge Précipitée GX 200+\nLancez une pièce jusquà ce que vous obteniez un côté pile. Cette attaque inflige 40 dégâts supplémentaires pour chaque côté face. (Vous ne pouvez utiliser quune attaque GX par partie.)",
en: "If the Pokémon this card is attached to has the Tackle attack, it can use the GX attack on this card. (You still need the necessary Energy to use this attack.)\n\nColorlessColorlessColorlessColorless Barreling Blitz GX 200+\nFlip a coin until you get tails. This attack does 40 more damage for each heads. (You cant use more than 1 GX attack in a game.)",
es: "Si el Pokémon al que está unida esta carta tiene el ataque Placaje, puede usar el ataque GX de esta carta. (Sigues necesitando la Energía necesaria para usar este ataque).\n\nColorlessColorlessColorlessColorless Envite Superveloz GX 200+\nLanza 1 moneda hasta que salga cruz. Este ataque hace 40 puntos de daño más por cada cara. (No puedes usar más de 1 ataque GX en una partida).",
it: "Se il Pokémon a cui è assegnata questa carta ha lattacco Azione, può usare lattacco GX di questa carta. Devi comunque avere lEnergia necessaria per usare questo attacco.\n\nColorlessColorlessColorlessColorless Carica Prorompente GX 200+\nLancia una moneta finché non esce croce. Ogni volta che esce testa, questo attacco infligge 40 danni in più. Non puoi usare più di un attacco GX a partita.",
pt: "Se o Pokémon ao qual esta carta está ligada tiver o ataque Investida, poderá usar o ataque GX desta carta (você ainda precisa da Energia necessária para usar este ataque).\n\nColorlessColorlessColorlessColorless Carreira Atropeladora GX 200+\nJogue 1 moeda até sair coroa. Este ataque causa 40 pontos de dano a mais para cada cara (você não pode usar mais de 1 ataque GX por partida).",
de: "Wenn das Pokémon, an das diese Karte angelegt ist, die Attacke Tackle hat, kann es die GX-Attacke auf dieser Karte einsetzen. (Du benötigst jedoch die für diese Attacke notwendige Energie.)\n\nColorlessColorlessColorlessColorless Sprintangriff GX 200+\nWirf so lang 1 Münze, bis zum ersten Mal das Ergebnis Zahl kommt. Diese Attacke fügt 40 Schadenspunkte mehr pro Kopf zu. (Du kannst pro Spiel nur 1 GX-Attacke einsetzen.)"
},
trainerType: "Tool",
}
export default card