{
  "id": "magpie-root",
  "title": "Root RPG (PbtA)",
  "description": "Root The Roleplaying Game",
  "changelog": "https://support.metamorphic-digital.com/changelog/magpie-root",
  "bugs": "https://support.metamorphic-digital.com",
  "manifest": "https://sigil-fvtt.s3.amazonaws.com/magpie-root/module.json",
  "download": "https://sigil-fvtt.s3.amazonaws.com/magpie-root-1.0.6.zip",
  "url": "https://magpiegames.com/",
  "version": "1.1.0",
  "protected": false,
  "authors": [
    {
      "name": "Magpie Games",
      "url": "https://magpiegames.com/"
    }
  ],
  "compatibility": {
    "minimum": "14",
    "verified": "14",
    "maximum": "14"
  },
  "media": [
    {
      "type": "cover",
      "url": ""
    },
    {
      "type": "icon",
      "url": ""
    }
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    }
  ],
  "packs": [
    {
      "label": "The Adventurer",
      "name": "the-adventurer-playbook",
      "path": "packs/the-adventurer-playbook",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "The Arbiter",
      "name": "the-arbiter-playbook",
      "path": "packs/the-arbiter-playbook",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "The Harrier",
      "name": "the-harrier-playbook",
      "path": "packs/the-harrier-playbook",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "The Ranger",
      "name": "the-ranger-playbook",
      "path": "packs/the-ranger-playbook",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Basic Moves",
      "name": "basic-moves",
      "path": "packs/basic-moves",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Weapon Moves",
      "name": "basic-weapon-moves",
      "path": "packs/basic-weapon-moves",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Weapon Skills",
      "name": "basic-weapon-skills-moves",
      "path": "packs/basic-weapon-skills-moves",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Reputation Moves",
      "name": "reputation-moves",
      "path": "packs/reputation-moves",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Travel Moves",
      "name": "travel-moves",
      "path": "packs/travel-moves",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Session Moves",
      "name": "session-moves",
      "path": "packs/session-moves",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Equipment",
      "name": "quickstart-equipment",
      "path": "packs/quickstart-equipment",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Roguish Feats",
      "name": "quickstart-feats",
      "path": "packs/quickstart-feats",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Natures",
      "name": "quickstart-natures",
      "path": "packs/quickstart-natures",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Drives",
      "name": "quickstart-drives",
      "path": "packs/quickstart-drives",
      "type": "Item",
      "system": "pbta",
      "package": "magpie-root"
    },
    {
      "label": "Quickstart Credits and Support",
      "name": "root-quickstart-credits-support",
      "path": "packs/credits-and-support",
      "type": "JournalEntry",
      "package": "magpie-root"
    }
  ],
  "packFolders": [
    {
      "name": "Root General Moves",
      "sorting": "m",
      "color": "#231f20",
      "packs": [
        "basic-moves",
        "basic-weapon-moves",
        "basic-weapon-skills-moves",
        "reputation-moves",
        "travel-moves",
        "session-moves"
      ],
      "folders": []
    },
    {
      "name": "Root Quickstart",
      "sorting": "m",
      "color": "#3d4e6e",
      "packs": [
        "quickstart-equipment",
        "quickstart-feats",
        "quickstart-natures",
        "quickstart-drives"
      ],
      "folders": [
        {
          "name": "Playbooks",
          "sorting": "m",
          "color": "#231f20",
          "packs": [
            "the-adventurer-playbook",
            "the-arbiter-playbook",
            "the-harrier-playbook",
            "the-ranger-playbook"
          ]
        }
      ]
    },
    {
      "name": "Root Credits and Support",
      "sorting": "m",
      "color": "#231f20",
      "packs": [
        "root-quickstart-credits-support"
      ]
    }
  ],
  "flags": {
    "MODULE_ID": {
      "pbta-override": true
    }
  },
  "esmodules": [
    "./index.js"
  ],
  "styles": [
    "./style.css"
  ],
  "documentTypes": {
    "Actor": {
      "clearing": {
        "details": {
          "htmlFields": [
            "description",
            "inhabitants",
            "buildings",
            "problems"
          ]
        }
      },
      "woodland": {
        "details": {
          "htmlFields": [
            "description"
          ]
        }
      }
    },
    "Item": {
      "connection": {
        "htmlFields": [
          "statement"
        ]
      },
      "background-question": {
        "htmlFields": [
          "question"
        ]
      },
      "nature": {},
      "drive": {},
      "feat": {}
    }
  },
  "relationships": {
    "systems": [
      {
        "id": "pbta",
        "type": "system",
        "manifest": "https://asacolips-artifacts.s3.amazonaws.com/pbta/latest/system.json",
        "compatibility": {
          "minimum": "1.1.21"
        }
      }
    ]
  }
}