{
  "id": "chaos-mode-survival",
  "title": "Chaos Mode - Survival!",
  "description": "A survival mode module with special trading and purchasing mechanics.<p>More TTRPG tools at <a href=\"https://jolly-rogenerator.app\">jolly-rogenerator.app</a>. Support development on <a href=\"https://www.patreon.com/c/r2plays\">Patreon</a>.</p>",
  "authors": [
    {
      "name": "r2DoesInc",
      "discord": "r2doesinc."
    }
  ],
  "version": "1.17.6",
  "library": "false",
  "compatibility": {
    "minimum": "13",
    "verified": "14.365",
    "maximum": "14"
  },
  "relationships": {
    "systems": [
      {
        "id": "dnd5e",
        "type": "system",
        "compatibility": {
          "minimum": "5.3.0",
          "verified": "5.3.3"
        }
      }
    ],
    "requires": [],
    "recommends": [
      {
        "id": "rest-recovery",
        "type": "module",
        "reason": "Adds richer short/long rest mechanics (food/water, partial recovery, hit-die rolling, Song of Rest, etc.). The chaos module's Camp-phase paid rests and revive flow drive vanilla `actor.shortRest()` / `actor.longRest()`, which Rest Recovery transparently augments when active."
      }
    ]
  },
  "esmodules": [
    "dist/module.js"
  ],
  "styles": [
    "styles/main.css",
    "styles/chaos-consumable.css",
    "styles/chaos-character-sheet.css",
    "styles/chaos-items-features.css",
    "styles/chaos-dialogs.css",
    "styles/chaos-context-menu.css",
    "styles/chaos-party-sheet.css"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "name": "adventures",
      "label": "Adventures (Chaos Mode - Survival!)",
      "path": "packs/adventures",
      "type": "Adventure",
      "system": "dnd5e"
    }
  ],
  "packFolders": [
    {
      "name": "Chaos Mode - Survival!",
      "sorting": "a",
      "color": "#c8212a",
      "packs": [
        "adventures"
      ]
    }
  ],
  "url": "https://github.com/FutureHax/chaos-survival-mode",
  "manifest": "https://r2.foundryvtt.com/packages-public/chaos-mode-survival/module.json",
  "license": "MIT",
  "changelog": "https://downloads.r2plays.games/futurehax/chaos-mode-survival/CHANGELOG.md",
  "protected": true
}