Merge pull request #217 from spansh/factionstate-and-stationfaction

Added factionstate and stationAllegiance
This commit is contained in:
Rob 2023-10-23 12:10:50 +01:00 committed by GitHub
commit 0e90e0d985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,6 +73,9 @@
"StationGovernment": {
"type" : "string"
},
"StationAllegiance": {
"type" : "string"
},
"StationEconomies": {
"type" : "array",
"items" : {
@ -97,6 +100,9 @@
"properties": {
"Name": {
"type" : "string"
},
"FactionState": {
"type" : "string"
}
}
},