@mhsalves/yugioh-fb-catalog
Version:
This catalog tools helps to retrieve data from Yugioh Forbidden Memories
16 lines (15 loc) • 386 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const magics = [
{
id: 332,
name: "Mountain",
description: "Changes the field in favor of Dragon, Winged Beast, and Thunder monsters!",
cardType: "Magic",
password: {
code: "50913601",
cost: 55,
}
},
];
exports.default = magics;