1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-29 10:59:54 +00:00

33 lines
535 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 '../Unbroken Bonds'
const card: Card = {
name: {
en: "Chip-Chip Ice Axe",
fr: "Pic Qui Pique",
},
illustrator: "Yoshinobu Saito",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Regardez les 3 cartes du dessus du deck de votre adversaire et choisissez-en une. Votre adversaire mélange les autres cartes avec son deck. Ensuite, placez la carte choisie sur le dessus de son deck.",
},
trainerType: "Item",
}
export default card