-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.js
24 lines (22 loc) · 891 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
'use strict';
const data = {
lcp_manifest: require('./lib/lcp_manifest.json'),
// actions: require('./lib/actions.json'),
// backgrounds: require('./lib/backgrounds.json'),
core_bonuses: require('./lib/core_bonuses.json'),
// environments: require('./lib/environments.json'),
frames: require('./lib/frames.json'),
// manufacturers: require('./lib/manufacturers.json'),
mods: require('./lib/mods.json'),
// pilot_gear: require('./lib/pilot_gear.json'),
// reserves: require('./lib/reserves.json'),
// sitreps: require('./lib/sitreps.json'),
// skills: require('./lib/skills.json'),
// statuses: require('./lib/statuses.json'),
systems: require('./lib/systems.json'),
// tables: require('./lib/tables.json'),
// tags: require('./lib/tags.json'),
// talents: require('./lib/talents.json'),
weapons: require('./lib/weapons.json'),
};
module.exports = data;