UNPKG

@mhsalves/yugioh-fb-catalog

Version:

This catalog tools helps to retrieve data from Yugioh Forbidden Memories

16 lines (15 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const traps = [ { id: 690, name: "Fake Trap", description: "A trap card for tricking your opponent. Nothing happens when it is attacked.", cardType: "Trap", password: { code: "03027001", cost: 999999, } }, ]; exports.default = traps;