Skip to content

Commit

Permalink
Let multiplayer turrets get upgrades from research
Browse files Browse the repository at this point in the history
Cyborg repair, light repair, and Heavy Repair turrets all get upgraded along with Repair Facility.
  • Loading branch information
KJeff01 committed Sep 30, 2023
1 parent a3d671b commit fcc02a0
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions data/mp/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -2763,6 +2763,27 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "CyborgRepair",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "HeavyRepair",
"parameter": "RepairPoints",
"value": 50
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 50
}
],
"statID": "A0RepairCentre3",
Expand All @@ -2784,6 +2805,27 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 100
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "CyborgRepair",
"parameter": "RepairPoints",
"value": 100
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "HeavyRepair",
"parameter": "RepairPoints",
"value": 100
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 100
}
],
"statID": "A0RepairCentre3",
Expand All @@ -2804,6 +2846,27 @@
"class": "Building",
"parameter": "RepairPoints",
"value": 100
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "CyborgRepair",
"parameter": "RepairPoints",
"value": 100
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "HeavyRepair",
"parameter": "RepairPoints",
"value": 100
},
{
"class": "Repair",
"filterParameter": "Id",
"filterValue": "LightRepair1",
"parameter": "RepairPoints",
"value": 100
}
],
"statID": "A0RepairCentre3",
Expand Down

0 comments on commit fcc02a0

Please sign in to comment.