Skip to content

Commit

Permalink
The "research all" cheat no longer breaks campaign designs.
Browse files Browse the repository at this point in the history
Type II and III propulsions were not designable and more or less broke
droid design. Now they are designable when and if those research
upgrades are used.
  • Loading branch information
KJeff01 committed Jan 27, 2018
1 parent 4d189af commit 3484ea2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 21 deletions.
10 changes: 10 additions & 0 deletions data/base/stats/propulsion.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"HalfTrack02": {
"buildPoints": 75,
"buildPower": 100,
"designable": 1,
"hitpointPctOfBody": 350,
"id": "HalfTrack02",
"model": "PRLRHTR1.PIE",
Expand All @@ -89,6 +90,7 @@
"HalfTrack03": {
"buildPoints": 75,
"buildPower": 125,
"designable": 1,
"hitpointPctOfBody": 500,
"id": "HalfTrack03",
"model": "PRLRHTR1.PIE",
Expand Down Expand Up @@ -119,6 +121,7 @@
"buildPoints": 125,
"buildPower": 250,
"deceleration": 200,
"designable": 1,
"hitpointPctOfBody": 150,
"id": "V-Tol02",
"model": "DPVTOL.PIE",
Expand All @@ -134,6 +137,7 @@
"buildPoints": 125,
"buildPower": 300,
"deceleration": 200,
"designable": 1,
"hitpointPctOfBody": 300,
"id": "V-Tol03",
"model": "DPVTOL.PIE",
Expand Down Expand Up @@ -166,6 +170,7 @@
"hover02": {
"buildPoints": 100,
"buildPower": 150,
"designable": 1,
"hitpointPctOfBody": 200,
"id": "hover02",
"model": "PRLHOV1.PIE",
Expand All @@ -178,6 +183,7 @@
"hover03": {
"buildPoints": 100,
"buildPower": 200,
"designable": 1,
"hitpointPctOfBody": 300,
"id": "hover03",
"model": "PRLHOV1.PIE",
Expand All @@ -203,6 +209,7 @@
"tracked02": {
"buildPoints": 125,
"buildPower": 200,
"designable": 1,
"hitpointPctOfBody": 600,
"id": "tracked02",
"model": "PRLRTRK1.PIE",
Expand All @@ -215,6 +222,7 @@
"tracked03": {
"buildPoints": 125,
"buildPower": 275,
"designable": 1,
"hitpointPctOfBody": 800,
"id": "tracked03",
"model": "PRLRTRK1.PIE",
Expand All @@ -240,6 +248,7 @@
"wheeled02": {
"buildPoints": 50,
"buildPower": 100,
"designable": 1,
"hitpointPctOfBody": 200,
"id": "wheeled02",
"model": "PRLRWHL1.PIE",
Expand All @@ -252,6 +261,7 @@
"wheeled03": {
"buildPoints": 50,
"buildPower": 150,
"designable": 1,
"hitpointPctOfBody": 300,
"id": "wheeled03",
"model": "PRLRWHL1.PIE",
Expand Down
24 changes: 3 additions & 21 deletions data/base/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"keyTopic": 1,
"msgName": "RES_HALFT2",
"name": "Half-tracked Propulsion II",
"replacedComponents": [
"HalfTrack:HalfTrack02"
],
"requiredResearch": [
"R-Struc-Factory-Upgrade04"
],
Expand All @@ -48,9 +45,6 @@
"keyTopic": 1,
"msgName": "RES_TRACK2",
"name": "Tracked Propulsion II",
"replacedComponents": [
"tracked01:tracked02"
],
"requiredResearch": [
"R-Struc-Factory-Upgrade04"
],
Expand All @@ -67,9 +61,6 @@
"keyTopic": 1,
"msgName": "RES_V_P_H2",
"name": "Hover Propulsion II",
"replacedComponents": [
"hover01:hover02"
],
"requiredResearch": [
"R-Struc-Factory-Upgrade04"
],
Expand All @@ -87,9 +78,6 @@
"keyTopic": 1,
"msgName": "RES_V_P_V2",
"name": "VTOL Propulsion II",
"replacedComponents": [
"V-Tol:V-Tol02"
],
"requiredResearch": [
"R-Struc-VTOLFactory-Upgrade04"
],
Expand All @@ -105,9 +93,6 @@
"keyTopic": 1,
"msgName": "RES_V_P_W2",
"name": "Wheeled Propulsion II",
"replacedComponents": [
"wheeled01:wheeled02"
],
"requiredResearch": [
"R-Struc-Factory-Upgrade04"
],
Expand All @@ -121,13 +106,10 @@
"R-Cyborg-Legs02": {
"iconID": "IMAGE_RES_CYBORGTECH",
"id": "R-Cyborg-Legs02",
"keyTopic": 1,
"keyTopic": 1,
"name": "Cyborg Propulsion II",
"replacedComponents": [
"CyborgLegs:CyborgLegs02"
],
"requiredResearch": [
"R-Struc-Factory-Upgrade04"
"requiredResearch": [
"R-Struc-Factory-Upgrade04"
],
"researchPoints": 7800,
"researchPower": 300,
Expand Down

0 comments on commit 3484ea2

Please sign in to comment.