1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 01:37:52 +00:00

33 lines
670 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

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 '../Steam Siege'
const card: Card = {
name: {
en: "Ninja Boy",
fr: "Ninja Amateur",
},
illustrator: "Megumi Mizutani",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Choisissez lun de vos Pokémon de base en jeu. Cherchez un Pokémon de base dans votre deck et échangez-le avec le Pokémon choisi. (Les cartes attachées, les marqueurs de dégâts, les États Spéciaux, le nombre de tours de jeu, et tous les autres effets restent sur le nouveau Pokémon.) Mélangez le premier Pokémon avec votre deck.",
},
trainerType: "Supporter",
}
export default card