Add vehicle type
This commit is contained in:
46
lang/en.json
46
lang/en.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user