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 authored and pull[bot] committed Apr 20, 2024
1 parent d923482 commit 10040c7
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions data/mp/stats/research.json
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 10040c7

Please sign in to comment.