-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.js
30 lines (28 loc) · 1021 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
25
26
27
28
29
30
"use strict"
const data = {
actions: require('./lib/actions.json'),
backgrounds: require('./lib/backgrounds.json'),
core_bonuses: require('./lib/core_bonuses.json'),
environments: require('./lib/environments.json'),
factions: require('./lib/factions.json'),
frames: require('./lib/frames.json'),
glossary: require('./lib/glossary.json'),
info: require('./lib/info.json'),
manufacturers: require('./lib/manufacturers.json'),
mods: require('./lib/mods.json'),
npc_classes: [],
npc_features: [],
npc_templates: [],
pilot_gear: require('./lib/pilot_gear.json'),
reserves: require('./lib/reserves.json'),
rules: require('./lib/rules.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