Corrections sur creatures/npc et armes de vehicules
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user