17 lines
271 B
JavaScript
17 lines
271 B
JavaScript
Session.set("Mongol", {
|
|
'collections': [
|
|
"Characters",
|
|
"Containers",
|
|
"Items",
|
|
"Features",
|
|
"Effects",
|
|
"Spells",
|
|
"SpellLists",
|
|
"Notes",
|
|
"Experiences"
|
|
],
|
|
'display': true,
|
|
'opacity_normal': ".7",
|
|
'opacity_expand': ".9",
|
|
'disable_warning': 'false',
|
|
}); |