Amélioration fiche d'item

This commit is contained in:
ZigmundKreud
2021-11-08 14:40:29 +01:00
parent b6ad8a846e
commit 0c24f49470
44 changed files with 1007 additions and 571 deletions

View File

@@ -119,6 +119,12 @@
"label" : "BOL.resources.power",
"value": 0,
"max": 0
},
"villainy" : {
"key" : "villainy",
"label" : "BOL.resources.villainy",
"value": 5,
"max": 5
}
}
}
@@ -128,15 +134,13 @@
}
},
"Item": {
"types": ["item", "feature", "weapon", "armor"],
"types": ["item", "feature"],
"templates": {
"base": {
"category" : null,
"subtype" : "default",
"description": "",
"properties" : {
"d6B": false,
"d6M": false
}
"properties" : {}
},
"equipment" : {
"quantity": 1,
@@ -164,9 +168,7 @@
}
},
"item": {
"templates": ["base", "equipment"],
"quantity": 1,
"weight": 0
"templates": ["base", "equipment"]
},
"weapon": {
"type": "",
@@ -197,7 +199,11 @@
},
"feature": {
"rank": 0,
"templates": ["base"]
"templates": ["base"],
"properties" : {
"d6B": false,
"d6M": false
}
}
}
}