Add vehicle type

This commit is contained in:
2025-01-08 17:26:57 +01:00
parent fa7d3ecfca
commit ce1844a070
29 changed files with 859 additions and 43 deletions

View File

@@ -1,7 +1,8 @@
{
"TYPES": {
"Actor": {
"protagonist": "Protagonist"
"protagonist": "Protagonist",
"vehicle": "Vehicle"
},
"Item": {
"skill": "Skill",
@@ -149,6 +150,9 @@
"resourceLevel": {
"label": "Resource level"
},
"state": {
"label": "State"
},
"settings": {
"label": "Settings era"
}
@@ -177,6 +181,9 @@
"riflecarabine": "Rifle/Carabine"
},
"FIELDS": {
"state": {
"label": "State"
},
"settings": {
"label": "Settings era"
},
@@ -232,6 +239,34 @@
}
}
},
"Vehicle": {
"FIELDS": {
"description": {
"label": "Description"
},
"notes": {
"label": "Notes"
},
"surfaceSpeed": {
"label": "Surface Speed"
},
"airSpeed": {
"label": "Air Speed"
},
"armor": {
"label": "Armor"
},
"settings": {
"label": "Settings era"
},
"crew": {
"label": "Crew"
},
"state": {
"label": "State"
}
}
},
"MentalDisorder": {
"FIELDS": {
"description": {
@@ -288,6 +323,15 @@
"veryHarsh": "Very Harsh"
},
"Label": {
"Vehicle": "Vehicle",
"Speed": "Speed",
"Slow": "Slow",
"Fast": "Fast",
"Average": "Average",
"None": "None",
"pristine": "Pristine",
"worn": "Worn",
"junk": "Junk",
"resources": "Resources",
"resourceChecks": "Resource Checks",
"sanBPShort": "BP",