Files
DiceCloud/rpg-docs/client/globalHelpers/mongol.js
2015-02-20 10:09:53 +00:00

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