mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
Finished Complete Rework of the Database
This commit is contained in:
32
data/Sun & Moon/Celestial Storm/125.ts
Normal file
32
data/Sun & Moon/Celestial Storm/125.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Celestial Storm'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Beast Ball",
|
||||
fr: "Ultra Ball",
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Regardez vos cartes Récompense (actuellement face cachée). Vous pouvez montrer une carte Ultra-Chimère que vous y trouvez, l’ajouter à votre main, puis placer cette Ultra Ball à sa place. (Si vous ne montrez pas de carte Ultra-Chimère, placez cette carte dans la pile de défausse.) Mélangez ensuite vos cartes Récompense (face cachée).",
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user