1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-25 05:19:19 +00:00
Files
cards-database/data/Sword & Shield/Rebel Clash/206.ts

33 lines
840 B
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.

import { Card } from '../../../interfaces'
import Set from '../Rebel Clash'
const card: Card = {
set: Set,
name: {
en: "Big Charm",
fr: "Grande Amulette",
es: "Gran Amuleto",
it: "Amuleto Grande",
pt: "Pingente Grande",
de: "Großes Amulett"
},
illustrator: "inose yukie",
rarity: "Secret Rare",
category: "Trainer",
effect: {
en: "The Pokémon this card is attached to gets +30 HP.",
fr: "Cette carte ajoute 30 PV au Pokémon auquel elle est attachée.",
es: "El Pokémon al que está unida esta carta obtiene 30 PS más.",
it: "Il Pokémon a cui è assegnata questa carta ha 30 PS in più.",
pt: "O Pokémon ao qual esta carta está ligada recebe 30 PS a mais.",
de: "Das Pokémon, an das diese Karte angelegt ist, erhält +30 KP."
},
trainerType: "Tool",
regulationMark: "D"
}
export default card