mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add Crown Zenith (#416)
This commit is contained in:
32
data/Sword & Shield/Crown Zenith/GG58.ts
Normal file
32
data/Sword & Shield/Crown Zenith/GG58.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Crown Zenith"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cheren's Care",
|
||||
fr: "Attention de Tcheren",
|
||||
es: "Cuidados de Cheren",
|
||||
it: "Premura di Komor",
|
||||
pt: "Cuidado do Cheren",
|
||||
de: "Cherens Obhut"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put 1 of your Colorless Pokémon that has any damage counters on it and all attached cards into your hand.",
|
||||
fr: "Ajoutez à votre main l'un de vos Pokémon Colorless ayant au moins un marqueur de dégâts et toutes les cartes attachées.",
|
||||
es: "Pon 1 de tus Pokémon Colorless que tenga algún contador de daño y todas las cartas unidas a él en tu mano.",
|
||||
it: "Riprendi in mano uno dei tuoi Pokémon Colorless che ha dei segnalini danno e tutte le carte a esso assegnate.",
|
||||
pt: "Coloque 1 dos seus Pokémon Colorless que tiver algum contador de dano nele e todas as cartas ligadas a ele na sua mão.",
|
||||
de: "Nimm 1 deiner Colorless-Pokémon, auf dem mindestens 1 Schadensmarke liegt, und alle angelegten Karten auf deine Hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "F"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user