Added XP, changed spellslot display
This commit is contained in:
17
rpg-docs/client/globalHelpers/mongol.js
Normal file
17
rpg-docs/client/globalHelpers/mongol.js
Normal file
@@ -0,0 +1,17 @@
|
||||
Session.set("Mongol", {
|
||||
'collections': [
|
||||
"Characters",
|
||||
"Containers",
|
||||
"Items",
|
||||
"Features",
|
||||
"Effects",
|
||||
"Spells",
|
||||
"SpellLists",
|
||||
"Notes",
|
||||
"Experiences"
|
||||
],
|
||||
'display': true,
|
||||
'opacity_normal': ".7",
|
||||
'opacity_expand': ".9",
|
||||
'disable_warning': 'false',
|
||||
});
|
||||
Reference in New Issue
Block a user