diff --git a/rmss/LICENSE.txt b/LICENSE.txt similarity index 100% rename from rmss/LICENSE.txt rename to LICENSE.txt diff --git a/rmss/assets/default/armor.svg b/assets/default/armor.svg similarity index 100% rename from rmss/assets/default/armor.svg rename to assets/default/armor.svg diff --git a/rmss/assets/default/herb_or_poison.svg b/assets/default/herb_or_poison.svg similarity index 100% rename from rmss/assets/default/herb_or_poison.svg rename to assets/default/herb_or_poison.svg diff --git a/rmss/assets/default/language.svg b/assets/default/language.svg similarity index 100% rename from rmss/assets/default/language.svg rename to assets/default/language.svg diff --git a/rmss/assets/default/skill.svg b/assets/default/skill.svg similarity index 100% rename from rmss/assets/default/skill.svg rename to assets/default/skill.svg diff --git a/rmss/assets/default/skill_category.svg b/assets/default/skill_category.svg similarity index 100% rename from rmss/assets/default/skill_category.svg rename to assets/default/skill_category.svg diff --git a/rmss/assets/default/spell.svg b/assets/default/spell.svg similarity index 100% rename from rmss/assets/default/spell.svg rename to assets/default/spell.svg diff --git a/rmss/assets/default/transport.svg b/assets/default/transport.svg similarity index 100% rename from rmss/assets/default/transport.svg rename to assets/default/transport.svg diff --git a/rmss/assets/default/weapon.svg b/assets/default/weapon.svg similarity index 100% rename from rmss/assets/default/weapon.svg rename to assets/default/weapon.svg diff --git a/rmss/assets/fonts/PragRoman.ttf b/assets/fonts/PragRoman.ttf similarity index 100% rename from rmss/assets/fonts/PragRoman.ttf rename to assets/fonts/PragRoman.ttf diff --git a/rmss/assets/fonts/PragRoman.woff2 b/assets/fonts/PragRoman.woff2 similarity index 100% rename from rmss/assets/fonts/PragRoman.woff2 rename to assets/fonts/PragRoman.woff2 diff --git a/rmss/assets/icons/R.svg b/assets/icons/R.svg similarity index 100% rename from rmss/assets/icons/R.svg rename to assets/icons/R.svg diff --git a/rmss/assets/icons/vec-alldice-jp.svg b/assets/icons/vec-alldice-jp.svg similarity index 100% rename from rmss/assets/icons/vec-alldice-jp.svg rename to assets/icons/vec-alldice-jp.svg diff --git a/rmss/gulpfile.js b/gulpfile.js similarity index 100% rename from rmss/gulpfile.js rename to gulpfile.js diff --git a/rmss/lang/en.json b/lang/en.json similarity index 100% rename from rmss/lang/en.json rename to lang/en.json diff --git a/rmss/less/actor-sheet.less b/less/actor-sheet.less similarity index 100% rename from rmss/less/actor-sheet.less rename to less/actor-sheet.less diff --git a/rmss/less/actor-sheet/actor-sheet-armor.less b/less/actor-sheet/actor-sheet-armor.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-armor.less rename to less/actor-sheet/actor-sheet-armor.less diff --git a/rmss/less/actor-sheet/actor-sheet-herbs.less b/less/actor-sheet/actor-sheet-herbs.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-herbs.less rename to less/actor-sheet/actor-sheet-herbs.less diff --git a/rmss/less/actor-sheet/actor-sheet-items.less b/less/actor-sheet/actor-sheet-items.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-items.less rename to less/actor-sheet/actor-sheet-items.less diff --git a/rmss/less/actor-sheet/actor-sheet-money.less b/less/actor-sheet/actor-sheet-money.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-money.less rename to less/actor-sheet/actor-sheet-money.less diff --git a/rmss/less/actor-sheet/actor-sheet-resistances.less b/less/actor-sheet/actor-sheet-resistances.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-resistances.less rename to less/actor-sheet/actor-sheet-resistances.less diff --git a/rmss/less/actor-sheet/actor-sheet-skillcat.less b/less/actor-sheet/actor-sheet-skillcat.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-skillcat.less rename to less/actor-sheet/actor-sheet-skillcat.less diff --git a/rmss/less/actor-sheet/actor-sheet-skills.less b/less/actor-sheet/actor-sheet-skills.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-skills.less rename to less/actor-sheet/actor-sheet-skills.less diff --git a/rmss/less/actor-sheet/actor-sheet-spells.less b/less/actor-sheet/actor-sheet-spells.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-spells.less rename to less/actor-sheet/actor-sheet-spells.less diff --git a/rmss/less/actor-sheet/actor-sheet-weapons.less b/less/actor-sheet/actor-sheet-weapons.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet-weapons.less rename to less/actor-sheet/actor-sheet-weapons.less diff --git a/rmss/less/actor-sheet/actor-sheet.less b/less/actor-sheet/actor-sheet.less similarity index 100% rename from rmss/less/actor-sheet/actor-sheet.less rename to less/actor-sheet/actor-sheet.less diff --git a/rmss/less/grid.less b/less/grid.less similarity index 100% rename from rmss/less/grid.less rename to less/grid.less diff --git a/rmss/less/item-sheet.less b/less/item-sheet.less similarity index 100% rename from rmss/less/item-sheet.less rename to less/item-sheet.less diff --git a/rmss/less/money-sheet.less b/less/money-sheet.less similarity index 100% rename from rmss/less/money-sheet.less rename to less/money-sheet.less diff --git a/rmss/less/rmss.less b/less/rmss.less similarity index 100% rename from rmss/less/rmss.less rename to less/rmss.less diff --git a/rmss/less/skillcat-sheet.less b/less/skillcat-sheet.less similarity index 100% rename from rmss/less/skillcat-sheet.less rename to less/skillcat-sheet.less diff --git a/rmss/less/skillcat-sheet/applicable-stats-grid.less b/less/skillcat-sheet/applicable-stats-grid.less similarity index 100% rename from rmss/less/skillcat-sheet/applicable-stats-grid.less rename to less/skillcat-sheet/applicable-stats-grid.less diff --git a/rmss/less/skillcat-sheet/skillcat-sheet.less b/less/skillcat-sheet/skillcat-sheet.less similarity index 100% rename from rmss/less/skillcat-sheet/skillcat-sheet.less rename to less/skillcat-sheet/skillcat-sheet.less diff --git a/rmss/less/table.less b/less/table.less similarity index 100% rename from rmss/less/table.less rename to less/table.less diff --git a/rmss/less/tools/dice-roller.less b/less/tools/dice-roller.less similarity index 100% rename from rmss/less/tools/dice-roller.less rename to less/tools/dice-roller.less diff --git a/rmss/module/config.js b/module/config.js similarity index 100% rename from rmss/module/config.js rename to module/config.js diff --git a/rmss/module/controls.js b/module/controls.js similarity index 100% rename from rmss/module/controls.js rename to module/controls.js diff --git a/rmss/module/documents/actor.js b/module/documents/actor.js similarity index 100% rename from rmss/module/documents/actor.js rename to module/documents/actor.js diff --git a/rmss/module/documents/item.js b/module/documents/item.js similarity index 100% rename from rmss/module/documents/item.js rename to module/documents/item.js diff --git a/rmss/module/sheets/actors/rmss_player_sheet.js b/module/sheets/actors/rmss_player_sheet.js similarity index 100% rename from rmss/module/sheets/actors/rmss_player_sheet.js rename to module/sheets/actors/rmss_player_sheet.js diff --git a/rmss/module/sheets/actors/rmss_player_sheet_config.js b/module/sheets/actors/rmss_player_sheet_config.js similarity index 100% rename from rmss/module/sheets/actors/rmss_player_sheet_config.js rename to module/sheets/actors/rmss_player_sheet_config.js diff --git a/rmss/module/sheets/apps/rmss_dice_roller.js b/module/sheets/apps/rmss_dice_roller.js similarity index 100% rename from rmss/module/sheets/apps/rmss_dice_roller.js rename to module/sheets/apps/rmss_dice_roller.js diff --git a/rmss/module/sheets/apps/rmss_dice_roller_processing.js b/module/sheets/apps/rmss_dice_roller_processing.js similarity index 100% rename from rmss/module/sheets/apps/rmss_dice_roller_processing.js rename to module/sheets/apps/rmss_dice_roller_processing.js diff --git a/rmss/module/sheets/apps/rmss_dice_roller_rolls.js b/module/sheets/apps/rmss_dice_roller_rolls.js similarity index 100% rename from rmss/module/sheets/apps/rmss_dice_roller_rolls.js rename to module/sheets/apps/rmss_dice_roller_rolls.js diff --git a/rmss/module/sheets/apps/rmss_import_skill_categories.js b/module/sheets/apps/rmss_import_skill_categories.js similarity index 100% rename from rmss/module/sheets/apps/rmss_import_skill_categories.js rename to module/sheets/apps/rmss_import_skill_categories.js diff --git a/rmss/module/sheets/items/rmss_armor_sheet.js b/module/sheets/items/rmss_armor_sheet.js similarity index 100% rename from rmss/module/sheets/items/rmss_armor_sheet.js rename to module/sheets/items/rmss_armor_sheet.js diff --git a/rmss/module/sheets/items/rmss_herb_or_poison_sheet.js b/module/sheets/items/rmss_herb_or_poison_sheet.js similarity index 100% rename from rmss/module/sheets/items/rmss_herb_or_poison_sheet.js rename to module/sheets/items/rmss_herb_or_poison_sheet.js diff --git a/rmss/module/sheets/items/rmss_item_sheet.js b/module/sheets/items/rmss_item_sheet.js similarity index 100% rename from rmss/module/sheets/items/rmss_item_sheet.js rename to module/sheets/items/rmss_item_sheet.js diff --git a/rmss/module/sheets/items/rmss_transport_sheet.js b/module/sheets/items/rmss_transport_sheet.js similarity index 100% rename from rmss/module/sheets/items/rmss_transport_sheet.js rename to module/sheets/items/rmss_transport_sheet.js diff --git a/rmss/module/sheets/items/rmss_weapon_sheet.js b/module/sheets/items/rmss_weapon_sheet.js similarity index 100% rename from rmss/module/sheets/items/rmss_weapon_sheet.js rename to module/sheets/items/rmss_weapon_sheet.js diff --git a/rmss/module/sheets/skills/rmss_skill_category_sheet.js b/module/sheets/skills/rmss_skill_category_sheet.js similarity index 100% rename from rmss/module/sheets/skills/rmss_skill_category_sheet.js rename to module/sheets/skills/rmss_skill_category_sheet.js diff --git a/rmss/module/sheets/skills/rmss_skill_sheet.js b/module/sheets/skills/rmss_skill_sheet.js similarity index 100% rename from rmss/module/sheets/skills/rmss_skill_sheet.js rename to module/sheets/skills/rmss_skill_sheet.js diff --git a/rmss/module/sheets/spells/rmss_spell_sheet.js b/module/sheets/spells/rmss_spell_sheet.js similarity index 100% rename from rmss/module/sheets/spells/rmss_spell_sheet.js rename to module/sheets/spells/rmss_spell_sheet.js diff --git a/rmss/packs/rmss_skill_categories.db b/packs/rmss_skill_categories.db similarity index 100% rename from rmss/packs/rmss_skill_categories.db rename to packs/rmss_skill_categories.db diff --git a/rmss/packs/smss_skill_categories.db b/packs/smss_skill_categories.db similarity index 100% rename from rmss/packs/smss_skill_categories.db rename to packs/smss_skill_categories.db diff --git a/rmss/rmss.css b/rmss.css similarity index 100% rename from rmss/rmss.css rename to rmss.css diff --git a/rmss/rmss.js b/rmss.js similarity index 100% rename from rmss/rmss.js rename to rmss.js diff --git a/rmss/system.json b/system.json similarity index 100% rename from rmss/system.json rename to system.json diff --git a/rmss/template.json b/template.json similarity index 100% rename from rmss/template.json rename to template.json diff --git a/rmss/templates/chat/chat_dice_roll.html b/templates/chat/chat_dice_roll.html similarity index 100% rename from rmss/templates/chat/chat_dice_roll.html rename to templates/chat/chat_dice_roll.html diff --git a/rmss/templates/sheets/actors/apps/actor-settings.html b/templates/sheets/actors/apps/actor-settings.html similarity index 100% rename from rmss/templates/sheets/actors/apps/actor-settings.html rename to templates/sheets/actors/apps/actor-settings.html diff --git a/rmss/templates/sheets/actors/parts/actor-armor-info.html b/templates/sheets/actors/parts/actor-armor-info.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-armor-info.html rename to templates/sheets/actors/parts/actor-armor-info.html diff --git a/rmss/templates/sheets/actors/parts/actor-armor.html b/templates/sheets/actors/parts/actor-armor.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-armor.html rename to templates/sheets/actors/parts/actor-armor.html diff --git a/rmss/templates/sheets/actors/parts/actor-background-info.html b/templates/sheets/actors/parts/actor-background-info.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-background-info.html rename to templates/sheets/actors/parts/actor-background-info.html diff --git a/rmss/templates/sheets/actors/parts/actor-fav-items.html b/templates/sheets/actors/parts/actor-fav-items.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-fav-items.html rename to templates/sheets/actors/parts/actor-fav-items.html diff --git a/rmss/templates/sheets/actors/parts/actor-fav-skills.html b/templates/sheets/actors/parts/actor-fav-skills.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-fav-skills.html rename to templates/sheets/actors/parts/actor-fav-skills.html diff --git a/rmss/templates/sheets/actors/parts/actor-fav-spells.html b/templates/sheets/actors/parts/actor-fav-spells.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-fav-spells.html rename to templates/sheets/actors/parts/actor-fav-spells.html diff --git a/rmss/templates/sheets/actors/parts/actor-fixed-info.html b/templates/sheets/actors/parts/actor-fixed-info.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-fixed-info.html rename to templates/sheets/actors/parts/actor-fixed-info.html diff --git a/rmss/templates/sheets/actors/parts/actor-herbs.html b/templates/sheets/actors/parts/actor-herbs.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-herbs.html rename to templates/sheets/actors/parts/actor-herbs.html diff --git a/rmss/templates/sheets/actors/parts/actor-items.html b/templates/sheets/actors/parts/actor-items.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-items.html rename to templates/sheets/actors/parts/actor-items.html diff --git a/rmss/templates/sheets/actors/parts/actor-languages.html b/templates/sheets/actors/parts/actor-languages.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-languages.html rename to templates/sheets/actors/parts/actor-languages.html diff --git a/rmss/templates/sheets/actors/parts/actor-money.html b/templates/sheets/actors/parts/actor-money.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-money.html rename to templates/sheets/actors/parts/actor-money.html diff --git a/rmss/templates/sheets/actors/parts/actor-race-stat-fixed-info.html b/templates/sheets/actors/parts/actor-race-stat-fixed-info.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-race-stat-fixed-info.html rename to templates/sheets/actors/parts/actor-race-stat-fixed-info.html diff --git a/rmss/templates/sheets/actors/parts/actor-resistance.html b/templates/sheets/actors/parts/actor-resistance.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-resistance.html rename to templates/sheets/actors/parts/actor-resistance.html diff --git a/rmss/templates/sheets/actors/parts/actor-role-traits.html b/templates/sheets/actors/parts/actor-role-traits.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-role-traits.html rename to templates/sheets/actors/parts/actor-role-traits.html diff --git a/rmss/templates/sheets/actors/parts/actor-skill-categories-grid.html b/templates/sheets/actors/parts/actor-skill-categories-grid.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-skill-categories-grid.html rename to templates/sheets/actors/parts/actor-skill-categories-grid.html diff --git a/rmss/templates/sheets/actors/parts/actor-skill-categories.html b/templates/sheets/actors/parts/actor-skill-categories.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-skill-categories.html rename to templates/sheets/actors/parts/actor-skill-categories.html diff --git a/rmss/templates/sheets/actors/parts/actor-skills-grid.html b/templates/sheets/actors/parts/actor-skills-grid.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-skills-grid.html rename to templates/sheets/actors/parts/actor-skills-grid.html diff --git a/rmss/templates/sheets/actors/parts/actor-skills.html b/templates/sheets/actors/parts/actor-skills.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-skills.html rename to templates/sheets/actors/parts/actor-skills.html diff --git a/rmss/templates/sheets/actors/parts/actor-spells.html b/templates/sheets/actors/parts/actor-spells.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-spells.html rename to templates/sheets/actors/parts/actor-spells.html diff --git a/rmss/templates/sheets/actors/parts/actor-stats.html b/templates/sheets/actors/parts/actor-stats.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-stats.html rename to templates/sheets/actors/parts/actor-stats.html diff --git a/rmss/templates/sheets/actors/parts/actor-weapons.html b/templates/sheets/actors/parts/actor-weapons.html similarity index 100% rename from rmss/templates/sheets/actors/parts/actor-weapons.html rename to templates/sheets/actors/parts/actor-weapons.html diff --git a/rmss/templates/sheets/actors/rmss-character-sheet.html b/templates/sheets/actors/rmss-character-sheet.html similarity index 100% rename from rmss/templates/sheets/actors/rmss-character-sheet.html rename to templates/sheets/actors/rmss-character-sheet.html diff --git a/rmss/templates/sheets/apps/app_dice_roller.html b/templates/sheets/apps/app_dice_roller.html similarity index 100% rename from rmss/templates/sheets/apps/app_dice_roller.html rename to templates/sheets/apps/app_dice_roller.html diff --git a/rmss/templates/sheets/apps/app_skill_category_importer.html b/templates/sheets/apps/app_skill_category_importer.html similarity index 100% rename from rmss/templates/sheets/apps/app_skill_category_importer.html rename to templates/sheets/apps/app_skill_category_importer.html diff --git a/rmss/templates/sheets/items/rmss-armor-sheet.html b/templates/sheets/items/rmss-armor-sheet.html similarity index 100% rename from rmss/templates/sheets/items/rmss-armor-sheet.html rename to templates/sheets/items/rmss-armor-sheet.html diff --git a/rmss/templates/sheets/items/rmss-herb-or-poison-sheet.html b/templates/sheets/items/rmss-herb-or-poison-sheet.html similarity index 100% rename from rmss/templates/sheets/items/rmss-herb-or-poison-sheet.html rename to templates/sheets/items/rmss-herb-or-poison-sheet.html diff --git a/rmss/templates/sheets/items/rmss-item-sheet.html b/templates/sheets/items/rmss-item-sheet.html similarity index 100% rename from rmss/templates/sheets/items/rmss-item-sheet.html rename to templates/sheets/items/rmss-item-sheet.html diff --git a/rmss/templates/sheets/items/rmss-transport-sheet.html b/templates/sheets/items/rmss-transport-sheet.html similarity index 100% rename from rmss/templates/sheets/items/rmss-transport-sheet.html rename to templates/sheets/items/rmss-transport-sheet.html diff --git a/rmss/templates/sheets/items/rmss-weapon-sheet.html b/templates/sheets/items/rmss-weapon-sheet.html similarity index 100% rename from rmss/templates/sheets/items/rmss-weapon-sheet.html rename to templates/sheets/items/rmss-weapon-sheet.html diff --git a/rmss/templates/sheets/skills/rmss-skill-category-sheet.html b/templates/sheets/skills/rmss-skill-category-sheet.html similarity index 100% rename from rmss/templates/sheets/skills/rmss-skill-category-sheet.html rename to templates/sheets/skills/rmss-skill-category-sheet.html diff --git a/rmss/templates/sheets/skills/rmss-skill-sheet.html b/templates/sheets/skills/rmss-skill-sheet.html similarity index 100% rename from rmss/templates/sheets/skills/rmss-skill-sheet.html rename to templates/sheets/skills/rmss-skill-sheet.html diff --git a/rmss/templates/sheets/spells/rmss-spell-sheet.html b/templates/sheets/spells/rmss-spell-sheet.html similarity index 100% rename from rmss/templates/sheets/spells/rmss-spell-sheet.html rename to templates/sheets/spells/rmss-spell-sheet.html