@mhsalves/yugioh-fb-catalog
Version:
This catalog tools helps to retrieve data from Yugioh Forbidden Memories
29 lines (28 loc) • 679 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Thunder monsters between ids 425 and 460
*/
const thunder = [
{
id: 425,
name: 'Thunder Dragon',
description: 'A dragon that summons thunder and lightning to attack its opponents.',
level: 5,
cardType: "Monster",
password: {
code: "31786629",
cost: 230,
},
monsterType: "Thunder",
monsterPoints: {
attack: 1600,
defense: 1500,
},
guardianStars: {
first: 'Pluto',
second: 'Jupiter',
},
},
];
exports.default = thunder;