Skip to content

Commit

Permalink
Let research upgrade the mobile repair turret in campaign
Browse files Browse the repository at this point in the history
Also bump the base repairPoints to half of the facility.
  • Loading branch information
KJeff01 committed Aug 27, 2023
1 parent f2bce01 commit f410d02
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/base/stats/repair.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"model": "GNMREPAR.PIE",
"mountModel": "TRMECM1.PIE",
"name": "Repair Turret",
"repairPoints": 15,
"repairPoints": 20,
"time": 7,
"weight": 800
},
Expand Down
42 changes: 42 additions & 0 deletions data/base/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,13 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 50
}
],
"statID": "A0RepairCentre3",
Expand All @@ -2002,6 +2009,13 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 50
}
],
"statID": "A0RepairCentre3",
Expand All @@ -2023,6 +2037,13 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 50
}
],
"statID": "A0RepairCentre3",
Expand Down Expand Up @@ -4186,6 +4207,13 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 50
}
],
"statID": "A0RepairCentre3",
Expand All @@ -4206,6 +4234,13 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 50
}
],
"statID": "A0RepairCentre3",
Expand All @@ -4227,6 +4262,13 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 50
}
],
"statID": "A0RepairCentre3",
Expand Down

0 comments on commit f410d02

Please sign in to comment.