mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Sun & Moon/Guardians Rising/128.ts
Normal file
32
data/Sun & Moon/Guardians Rising/128.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Guardians Rising'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Max Potion",
|
||||
fr: "Potion Max",
|
||||
},
|
||||
illustrator: "Toyste Beach",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Soignez tous les dégâts de l’un de vos Pokémon. Dans ce cas, défaussez toutes les Énergies attachées à ce Pokémon.",
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user