Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add campaign HQs to Multiplayer stats #4100

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion doc/BriefAndProximityFormat.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ Within each sequence, there will be two values:
- name: The unique view data name ID. This will be used as a reference for scripts to invoke to start a video subset.
- sequences: an array of objects (order matters!) containing variables about each sub-video:
- loop: An integer between 0-1 to loop the entire video until its audio stops playing. Will always display subtitles every frame if set to 1.
- subtitles: Either a string or array of string translation references that will be used in this video.
- subtitles: String or array of string translation references for the video. These are added to the Intel menu icon text messages.
- video: The actual video file to display. Note the directory starts at "data/[base|mp]/sequences/".
Loading