Skip to content

Commit

Permalink
Update to OXCE v7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MeridianOXC committed Jan 6, 2024
1 parent 7d3ed29 commit 498d9a7
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 6 deletions.
3 changes: 0 additions & 3 deletions schemas/oxce-merge/AlienRace.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"retaliationMissionWeights": {
"$ref": "WeightedOptions.json#/definitions/Map"
},
"retaliationMission": {
"type": "string"
},
"membersRandom": {
"items": {
"items": {
Expand Down
6 changes: 6 additions & 0 deletions schemas/oxce-merge/RuleAlienMission.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,15 @@
"endlessInfiltration": {
"type": "boolean"
},
"skipScoutingPhase": {
"type": "boolean"
},
"multiUfoRetaliation": {
"type": "boolean"
},
"multiUfoRetaliationExtra": {
"type": "boolean"
},
"ignoreBaseDefenses": {
"type": "boolean"
},
Expand Down
6 changes: 6 additions & 0 deletions schemas/oxce-merge/RuleBaseFacility.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"refNode": {
"$ref": "RuleBaseFacility.json"
},
"sizeX": {
"type": "integer"
},
"sizeY": {
"type": "integer"
},
"spriteEnabled": {
"type": "boolean"
},
Expand Down
12 changes: 12 additions & 0 deletions schemas/oxce-merge/RuleCountry.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
"rejoinedXcomEvent": {
"type": "string"
},
"provideBaseFunc": {
"items": {
"type": "string"
},
"type": "array"
},
"forbiddenBaseFunc": {
"items": {
"type": "string"
},
"type": "array"
},
"labelColor": {
"type": "integer"
},
Expand Down
6 changes: 3 additions & 3 deletions schemas/oxce-merge/RuleCraft.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@
"type": "string"
}
},
"maxStorageSpace": {
"type": "number"
},
"shieldRechargedAtBase": {
"type": "integer"
},
Expand All @@ -124,6 +121,9 @@
"useAllStartTiles": {
"type": "boolean"
},
"defaultAltitude": {
"type": "string"
},
"customPreview": {
"type": "string"
},
Expand Down
12 changes: 12 additions & 0 deletions schemas/oxce-merge/RuleCraftStats.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
"armor": {
"type": "integer"
},
"soldiers": {
"type": "integer"
},
"vehicles": {
"type": "integer"
},
"maxItems": {
"type": "integer"
},
"maxStorageSpace": {
"type": "number"
},
"shieldCapacity": {
"type": "integer"
},
Expand Down
12 changes: 12 additions & 0 deletions schemas/oxce-merge/RuleRegion.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
"refNode": {
"$ref": "RuleRegion.json"
},
"provideBaseFunc": {
"items": {
"type": "string"
},
"type": "array"
},
"forbiddenBaseFunc": {
"items": {
"type": "string"
},
"type": "array"
},
"deleteOldAreas": {
"type": "boolean"
}
Expand Down
3 changes: 3 additions & 0 deletions schemas/oxce-merge/RuleResearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"refNode": {
"$ref": "RuleResearch.json"
},
"neededItem": {
"type": "string"
},
"spawnedItem": {
"type": "string"
},
Expand Down
3 changes: 3 additions & 0 deletions schemas/oxce-merge/RuleSoldierTransformation.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@
"reset": {
"type": "boolean"
},
"resetRank": {
"type": "boolean"
},
"soldierBonusType": {
"type": "string"
}
Expand Down
6 changes: 6 additions & 0 deletions schemas/oxce-merge/RuleUfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"softlockThreshold": {
"type": "integer"
},
"hitImage": {
"type": "string"
},
"missilePower": {
"type": "integer"
},
Expand Down Expand Up @@ -58,6 +61,9 @@
"huntAlertSound": {
"$ref": "ModOffset.json"
},
"hitSound": {
"$ref": "ModOffset.json"
},
"tags": {
"type": "object"
},
Expand Down

0 comments on commit 498d9a7

Please sign in to comment.