Added XP, changed spellslot display

This commit is contained in:
Thaum
2015-02-20 10:09:53 +00:00
parent 93578709cd
commit bd86c1608e
18 changed files with 355 additions and 45 deletions

View 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',
});