Corrections sur creatures/npc et armes de vehicules

This commit is contained in:
2022-10-10 08:46:41 +02:00
parent 815b5ff2ac
commit 985d393de5
20 changed files with 568 additions and 27 deletions

View File

@@ -2,7 +2,8 @@
"Actor": {
"types": [
"character",
"encounter"
"encounter",
"vehicle"
],
"templates": {
"base": {
@@ -161,6 +162,46 @@
"villainy": false,
"size": "",
"environment": ""
},
"vehicle": {
"vehicletype": "boat",
"attributes": {
"hull": {
"key": "hull",
"label": "BOL.attributes.hull",
"value": 0,
"min": 0,
"max": 5
},
"crew": {
"key": "crew",
"label": "BOL.attributes.crew",
"value": 0,
"min": 0,
"max": 5
},
"resources": {
"key": "resources",
"label": "BOL.attributes.resources",
"value": 0,
"min": 0,
"max": 5
}
},
"row": {
"key": "row",
"label": "BOL.attributes.row",
"value": 0,
"min": 0,
"max": 5
},
"spur": {
"value": ""
},
"status": {
},
"description": ""
}
},
"Item": {