forked from GitHub-Mirrors/foundry-sw5e
Add files via upload
This commit is contained in:
parent
71fe2eb170
commit
11ad5fd923
5 changed files with 2171 additions and 0 deletions
76
system.json
Normal file
76
system.json
Normal file
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"name": "sw5e",
|
||||
"title": "Star Wars 5th Edition",
|
||||
"description": "A comprehensive game system for running games of Star wars 5th Edition in the Foundry VTT environment.",
|
||||
"version": 0.88,
|
||||
"author": "Kakeman89",
|
||||
"scripts": [],
|
||||
"esmodules": ["sw5e.js"],
|
||||
"styles": ["sw5e.css"],
|
||||
"packs": [
|
||||
{
|
||||
"name": "heroes",
|
||||
"label": "Starter Heroes",
|
||||
"system": "dnd5e",
|
||||
"path": "./packs/heroes.db",
|
||||
"entity": "Actor"
|
||||
},
|
||||
{
|
||||
"name": "beasts",
|
||||
"label": "Beasts",
|
||||
"system": "sw5e",
|
||||
"path": "./packs/beasts.db",
|
||||
"entity": "Actor"
|
||||
},
|
||||
{
|
||||
"name": "items",
|
||||
"label": "Items",
|
||||
"system": "sw5e",
|
||||
"path": "./packs/items.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "tradegoods",
|
||||
"label": "Trade Goods (SRD)",
|
||||
"system": "sw5e",
|
||||
"path": "./packs/tradegoods.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "powers",
|
||||
"label": "Casting",
|
||||
"system": "sw5e",
|
||||
"path": "./packs/powers.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "classes",
|
||||
"label": "Classes",
|
||||
"system": "sw5e",
|
||||
"path": "./packs/classes.db",
|
||||
"entity": "Item"
|
||||
},
|
||||
{
|
||||
"name": "classfeatures",
|
||||
"label": "Class Features (SRD)",
|
||||
"system": "sw5e",
|
||||
"path": "./packs/classfeatures.db",
|
||||
"entity": "Item"
|
||||
}
|
||||
],
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"socket": true,
|
||||
"initiative": "1d20 + @abilities.dex.mod + @attributes.init.value + (@abilities.dex.value / 100)",
|
||||
"gridDistance": 5,
|
||||
"gridUnits": "ft",
|
||||
"primaryTokenAttribute": "attributes.hp",
|
||||
"secondaryTokenAttribute": null,
|
||||
"minimumCoreVersion": "0.5.2",
|
||||
"compatibleCoreVersion": "0.6.4"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue