Skip to content

Instantly share code, notes, and snippets.

@RobinKuiper
Created November 28, 2020 12:26
Show Gist options
  • Save RobinKuiper/2071d962948f9df31c3e5d91ba8c2fef to your computer and use it in GitHub Desktop.
Save RobinKuiper/2071d962948f9df31c3e5d91ba8c2fef to your computer and use it in GitHub Desktop.
{
"name": "dnd5e",
"title": "DnD5e - Fifth Edition System",
"description": "A system for playing the fifth edition of the worlds most popular role-playing game in the Foundry Virtual Tabletop environment.",
"version": "1.1.1",
"author": "Atropos",
"scripts": [],
"esmodules": ["dnd5e.js"],
"styles": ["dnd5e.css"],
"packs": [
{
"name": "heroes",
"label": "Starter Heroes",
"system": "dnd5e",
"path": "./packs/heroes.db",
"entity": "Actor"
},
{
"name": "monsters",
"label": "Monsters (SRD)",
"system": "dnd5e",
"path": "./packs/monsters.db",
"entity": "Actor"
},
{
"name": "items",
"label": "Items (SRD)",
"system": "dnd5e",
"path": "./packs/items.db",
"entity": "Item"
},
{
"name": "tradegoods",
"label": "Trade Goods (SRD)",
"system": "dnd5e",
"path": "./packs/tradegoods.db",
"entity": "Item"
},
{
"name": "spells",
"label": "Spells (SRD)",
"system": "dnd5e",
"path": "./packs/spells.db",
"entity": "Item"
},
{
"name": "classes",
"label": "Classes (SRD)",
"system": "dnd5e",
"path": "./packs/classes.db",
"entity": "Item"
},
{
"name": "classfeatures",
"label": "Class Features (SRD)",
"system": "dnd5e",
"path": "./packs/classfeatures.db",
"entity": "Item"
},
{
"name": "races",
"label": "Racial Features (SRD)",
"system": "dnd5e",
"path": "./packs/races.db",
"entity": "Item"
},
{
"name": "monsterfeatures",
"label": "Monster Features (SRD)",
"system": "dnd5e",
"path": "./packs/monsterfeatures.db",
"entity": "Item"
},
{
"name": "rules",
"label": "Rules (SRD)",
"system": "dnd5e",
"path": "./packs/rules.db",
"entity": "JournalEntry"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": true,
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "attributes.hp",
"secondaryTokenAttribute": null,
"minimumCoreVersion": "0.5.2",
"compatibleCoreVersion": "0.5.3",
"url": "https://gitlab.com/foundrynet/dnd5e",
"manifest": "https://gitlab.com/foundrynet/dnd5e/raw/master/system.json",
"download": "https://gitlab.com/foundrynet/dnd5e/-/archive/release-1.1.1/dnd5e-release-1.1.1.zip"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment