@mhsalves/yugioh-fb-catalog
Version:
This catalog tools helps to retrieve data from Yugioh Forbidden Memories
16 lines (15 loc) • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const equips = [
{
id: 315,
name: "Dragon Treasure",
description: "A legendary treasure that increases the power of dragons.",
cardType: "Equip",
password: {
code: "01435851",
cost: 800,
}
},
];
exports.default = equips;