mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/XY/Roaring Skies/107.ts
Normal file
32
data/XY/Roaring Skies/107.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Roaring Skies'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Wally",
|
||||
fr: "Timmy",
|
||||
},
|
||||
illustrator: "Emi Ando",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez dans votre deck une carte Évolution de l'un de vos Pokémon (excepté les Pokémon-EX) et placez-la sur ce dernier. (Cela équivaut à faire évoluer le Pokémon.) Mélangez ensuite votre deck. Vous pouvez utiliser cette carte pendant votre premier tour ou sur un Pokémon qui a été joué pendant ce tour.",
|
||||
},
|
||||
trainerType: "Supporter",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user