Initial filling

This commit is contained in:
sladecraven 2021-01-17 20:59:43 +01:00
parent 8d61d92431
commit 7e4f51f7ee
2 changed files with 86 additions and 0 deletions

28
system.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "foundryvtt-shadows-over-sol",
"title": "Shadows over Sol",
"description": "Shadows over Sol for FoundryVTT",
"version": "0.0.1",
"manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.9",
"templateVersion": 1,
"author": "LeRatierBretonnien",
"esmodules": [ "module/sos-main.js" ],
"styles": ["styles/simple.css"],
"media": [
],
"packs": [
],
"library": false,
"languages": [],
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "attributes.life",
"secondaryTokenAttribute": "attributes.endurance",
"socket": true,
"url": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/",
"manifest": "https://gitlab.com/LeRatierBretonnien/foundryvtt-shadows-over-sol/raw/system.json",
"download": "https://gitlab.com/LeRatierBretonnien/foundryvtt-reve-de-dragon/-/archive/master/foundryvtt-shadows-over-sol.zip",
"license": "LICENSE.txt"
}

58
template.json Normal file
View File

@ -0,0 +1,58 @@
{
"Actor": {
"types": ["character", "npc"],
"templates": {
"description": {
"description": "Description ...",
"gmnotes": "GM notes"
},
"subactors": {
"subactors": {
"followers": [],
"mounts": [],
"vehicules": []
}
},
"background": {
"history": "Histoire personnelle...",
"notes": "Notes",
"gmnotes": "Notes du MJ",
"eyes": "",
"hair": "",
"weight": "",
"sex": "",
"age": 0
},
"personnage": {
"templates": [ "background", "common", "subactors" ]
},
"npc": {
"templates": [ "background", "common" ]
}
},
"Item": {
"types": ["object", "weapon", "armor", "container" ],
"object": {
"description": "",
"quantity": 1,
"enc": 0,
"price": 0
},
"container": {
"description": "",
"enc": 0,
"price": 0
},
"weapon": {
"description": "",
"enc": 0,
"price": 0
},
"armor": {
"description": "",
"enc": 0,
"price": 0
}
}
}
}