mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/HeartGold & SoulSilver/Triumphant/86.ts
Normal file
32
data/HeartGold & SoulSilver/Triumphant/86.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Triumphant'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Indigo Plateau",
|
||||
fr: "Plateau Indigo",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte reste en jeu lorsque vous la jouez. Défaussez-la si une autre carte Stade est jouée. Si une autre carte du même nom est en jeu, vous ne pouvez pas l'utiliser.",
|
||||
},
|
||||
trainerType: "Stadium",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user