Skip to content

Commit

Permalink
Add campaign HQs to Multiplayer stats
Browse files Browse the repository at this point in the history
Includes the New Paradigm, Collective, and NEXUS HQs into the MP structure stats for maps that may include them.
  • Loading branch information
KJeff01 committed Oct 21, 2024
1 parent f520ccf commit b9508a4
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions data/mp/stats/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,69 @@
"type": "HQ",
"width": 2
},
"A0CommandCentreCO": {
"armour": 10,
"baseModel": "blbhq.pie",
"breadth": 2,
"buildPoints": 500,
"buildPower": 100,
"ecmID": "ZNULLECM",
"height": 3,
"hitpoints": 1000,
"id": "A0CommandCentreCO",
"name": "Collective Command Center",
"resistance": 300,
"sensorID": "CCSensor",
"strength": "HARD",
"structureModel": [
"blhq3.pie"
],
"thermal": 10,
"type": "HQ",
"width": 2
},
"A0CommandCentreNE": {
"armour": 10,
"baseModel": "blbhq.pie",
"breadth": 2,
"buildPoints": 500,
"buildPower": 100,
"ecmID": "ZNULLECM",
"height": 3,
"hitpoints": 1000,
"id": "A0CommandCentreNE",
"name": "*CommandCenterNE*",
"resistance": 300,
"sensorID": "CCSensor",
"strength": "HARD",
"structureModel": [
"blhq4.pie"
],
"thermal": 10,
"type": "HQ",
"width": 2
},
"A0CommandCentreNP": {
"armour": 10,
"baseModel": "blbhq.pie",
"breadth": 2,
"buildPoints": 500,
"buildPower": 100,
"ecmID": "ZNULLECM",
"height": 3,
"hitpoints": 1000,
"id": "A0CommandCentreNP",
"name": "New Paradigm Command Center",
"resistance": 300,
"sensorID": "CCSensor",
"strength": "HARD",
"structureModel": [
"blhq2.pie"
],
"thermal": 10,
"type": "HQ",
"width": 2
},
"A0CyborgFactory": {
"armour": 10,
"baseModel": "blbcfact.pie",
Expand Down

0 comments on commit b9508a4

Please sign in to comment.