{
  "id": "rmu",
  "title": "Rolemaster Unified: Core Law",
  "description": "A system for playing Rolemaster Unified. Prepare yourself for the ultimate fantasy role-playing experience! - with gritty realism, deep customization and dramatic success and failures.",
  "version": "1.1.101",
  "compatibility": {
    "minimum": "12",
    "verified": "13.351"
  },
  "flags": {
    "rmu": {
      "worldDataVersion": 39
    }
  },
  "authors": [
    {
      "name": "Bob Morris",
      "discord": "BobM"
    },
    {
      "name": "Ken Dearman",
      "discord": "Filroden"
    },
    {
      "name": "Olivier Morelle"
    },
    {
      "name": "Rasmus Mellstr\u00f6m"
    }
  ],
  "license": "LICENSE.txt",
  "primaryTokenAttribute": "health",
  "secondaryTokenAttribute": "power",
  "esmodules": [
    "module/rmu.js"
  ],
  "styles": [
    "styles/rmu-theme.css",
    "styles/rmu.css",
    "styles/rmu-tw.css",
    "styles/rmu-mdi.css",
    "styles/rmu-application.css",
    "styles/rmu-chat-sidebar.css",
    "styles/rmu-combat-sidebar.css",
    "styles/rmu-prose.css",
    "styles/rmu-navigation.css",
    "styles/rmu-inventory.css",
    "styles/rmu-appv2-general.css",
    "styles/rmu-appv2-sheets.css",
    "styles/rmu-item-piles.css"
  ],
  "packs": [
    {
      "name": "journals",
      "label": "Book: Core Law",
      "system": "rmu",
      "banner": "systems/rmu/icons/ice/banners/core-law.webp",
      "path": "packs/journals",
      "type": "JournalEntry"
    },
    {
      "name": "core",
      "label": "Core Law",
      "system": "rmu",
      "banner": "systems/rmu/icons/ice/banners/core-law.webp",
      "path": "packs/core",
      "type": "Item"
    },
    {
      "name": "items",
      "label": "Equipment & Accessories",
      "system": "rmu",
      "banner": "systems/rmu/icons/ice/banners/core-law.webp",
      "path": "packs/items",
      "type": "Item"
    },
    {
      "name": "roll-tables",
      "label": "Roll Tables",
      "system": "rmu",
      "banner": "systems/rmu/icons/ice/banners/core-law.webp",
      "path": "packs/roll-tables",
      "type": "RollTable"
    },
    {
      "name": "sw-journals",
      "label": "Shadow World Journals",
      "system": "rmu",
      "banner": "systems/rmu/icons/ice/banners/core-law.webp",
      "path": "packs/sw-journals",
      "type": "JournalEntry"
    }
  ],
  "packFolders": [
    {
      "name": "Core Law",
      "sorting": "m",
      "packs": [
        "journals",
        "core",
        "items",
        "roll-tables",
        "sw-journals"
      ],
      "folders": []
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "en-GB",
      "name": "English (UK)",
      "path": "lang/en-gb.json"
    },
    {
      "lang": "sv",
      "name": "Svenska",
      "path": "lang/sv.json"
    },
    {
      "lang": "fr",
      "name": "Fran\u00e7ais",
      "path": "lang/fr.json"
    },
    {
      "lang": "es",
      "name": "Espa\u00f1ol",
      "path": "lang/es.json"
    }
  ],
  "relationships": {
    "requires": [
      {
        "id": "sequencer",
        "type": "module"
      },
      {
        "id": "socketlib",
        "type": "module"
      }
    ]
  },
  "media": [
    {
      "type": "setup",
      "thumbnail": "",
      "url": "https://raw.githubusercontent.com/wibobm/fvtt-rmu/refs/heads/main/assets/marketplace/core-system.webp"
    }
  ],
  "socket": true,
  "grid": {
    "distance": 5,
    "units": "ft"
  },
  "initiative": "2d10 + @Qu + @initiativeModifier",
  "background": "/systems/rmu/icons/ice/background.webp",
  "protected": true,
  "manifest": "https://r2.foundryvtt.com/packages-public/rmu/system.json"
}