Manage game systems

This commit is contained in:
2024-08-07 17:27:08 +02:00
parent 8be95c20bd
commit 534fcb04fb
15 changed files with 68 additions and 27 deletions

View File

@ -21,6 +21,12 @@ rmss.difficulties = {
absurd: {key: "absurd", label:"Absurd (-70)", value: -70},
};
rmss.gameSystems = [
{key: "common", label:"Common"},
{key: "merp", label:"Middle Earth Role Playing (MERP)"},
{key: "rmfrp", label:"Rolemaster Fantasy Role Playing (RMFRP)"},
];
rmss.combatSituations = [
{key: "none", label:"None (0)", modifier: 0},
{key: "melee", label:"Melee environment (-20)", modifier: -20},