mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/XY/Double Crisis/28.ts
Normal file
32
data/XY/Double Crisis/28.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Double Crisis'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Team Aqua's Secret Base",
|
||||
fr: "Base Secrète de la Team Aqua",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Le Coût de Retraite de chaque Pokémon en jeu (à part les Pokémon de la Team Aqua) est augmenté de Colorless.",
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user