1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 03:12: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.7 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 '../Cosmic Eclipse'
const card: Card = {
name: {
en: "Island Challenge Amulet",
fr: "Amulette du Tour des Îles",
es: "Insignia del Recorrido Insular",
it: "Ciondolo del giro delle isole",
pt: "Amuleto de Desafio da Ilha",
de: "Inselwanderschafts-Abzeichen"
},
illustrator: "sadaji",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Le Pokémon-GX ou Pokémon-EX auquel cette carte est attachée a -100 PV, et lorsquil est mis K.O. par les dégâts de lattaque dun adversaire, ce joueur-là prend une carte Récompense de moins.",
en: "The Pokémon-GX or Pokémon-EX this card is attached to gets -100 HP, and when it is Knocked Out by damage from an opponents attack, that player takes 1 fewer Prize card.",
es: "El Pokémon-GX o Pokémon-EX al que esté unida esta carta tiene 100 PS menos y, cuando quede Fuera de Combate por el daño de un ataque de tu rival, ese jugador coge 1 carta de Premio menos.",
it: "Il Pokémon-GX o il Pokémon-EX a cui è assegnata questa carta ha 100 PS in meno e quando viene messo KO dai danni di un attacco dellavversario, quel giocatore prende una carta Premio in meno.",
pt: "O Pokémon-GX ou Pokémon-EX ao qual esta carta está ligada recebe 100 PS a menos, e quando ele for Nocauteado pelo dano de um ataque do seu oponente, aquele jogador pegará 1 carta de Prêmio a menos.",
de: "Das Pokémon-GX oder Pokémon-EX, an das diese Karte angelegt ist, erhält 100 KP weniger, und wenn es durch Schaden einer Attacke des Gegners kampfunfähig wird, nimmt jener Spieler 1 Preiskarte weniger."
},
trainerType: "Tool",
}
export default card