Added Basic character list view

This commit is contained in:
Thaum
2015-02-27 10:50:28 +00:00
parent 040d5a514b
commit b40094017f
10 changed files with 56 additions and 47 deletions

View File

@@ -1,21 +0,0 @@
Session.set("Mongol", {
'collections': [
"Characters",
"Actions",
"Attacks",
"Classes",
"Containers",
"Effects",
"Experiences",
"Features",
"Items",
"Levels",
"Notes",
"Spells",
"SpellLists"
],
'display': false,
'opacity_normal': ".7",
'opacity_expand': ".9",
'disable_warning': 'false',
});