1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-30 06:42:10 +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
1.0 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 '../Unbroken Bonds'
const card: Card = {
name: {
en: "Welder",
fr: "Soudeuse",
es: "Soldadora",
it: "Saldatrice",
pt: "Soldadora",
de: "Schweißer"
},
illustrator: "Hitoshi Ariga",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Attachez jusquà 2 cartes Énergie Fire de votre main à lun de vos Pokémon. Dans ce cas, piochez 3 cartes.",
en: "Attach up to 2 Fire Energy cards from your hand to 1 of your Pokémon. If you do, draw 3 cards.",
es: "Une hasta 2 cartas de Energía Fire de tu mano a 1 de tus Pokémon. Si lo haces, roba 3 cartas.",
it: "Assegna fino a due carte Energia Fire dalla tua mano a uno dei tuoi Pokémon. Se lo fai, pesca tre carte.",
pt: "Ligue até 2 cartas de Energia Fire da sua mão a 1 dos seus Pokémon. Se fizer isto, compre 3 cartas.",
de: "Lege bis zu 2 Fire-Energiekarten aus deiner Hand an 1 deiner Pokémon an. Wenn du das machst, ziehe 3 Karten."
},
trainerType: "Supporter",
}
export default card