mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: add Celestial Guardians (#716)
This commit is contained in:
22
data/Pokémon TCG Pocket/Celestial Guardians/209.ts
Normal file
22
data/Pokémon TCG Pocket/Celestial Guardians/209.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Celestial Guardians"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Lillie"
|
||||
},
|
||||
|
||||
illustrator: "Atsushi Furusawa",
|
||||
rarity: "Three Star",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Heal 60 damage from 1 of your Two Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Supporter"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user