Skip to content

Commit

Permalink
Merge pull request #4 from DARwins1/update
Browse files Browse the repository at this point in the history
Update files for new release
  • Loading branch information
DARwins1 authored Nov 7, 2020
2 parents a303911 + 0ffa3a0 commit 0f13646
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 2 deletions.
22 changes: 22 additions & 0 deletions messages/resmessagesall.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,5 +327,27 @@
"Automatically targets enemies within sensor range",
"Defensive Strength: High"
]
},
"RES_EMP_LANTOW": {
"id": "RES_EMP_LANTOW",
"imdName": "MICAPSUL.pie",
"sequenceName": "res_struttech.ogg",
"text": [
"New Defensive Structure Available",
"Armored guard tower with Lancer AT Rocket",
"Automatically targets enemies within sensor range",
"Defensive Strength: Medium"
]
},
"RES_EMP_PULSETOW": {
"id": "RES_EMP_PULSETOW",
"imdName": "MICAPSUL.pie",
"sequenceName": "res_struttech.ogg",
"text": [
"New Defensive Structure Available",
"Armored guard tower with Pulse Laser",
"Automatically targets enemies within sensor range",
"Defensive Strength: Medium"
]
}
}
2 changes: 1 addition & 1 deletion script/campaign/cam3-ab.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function eventResearched(research, structure, player)
{
camSetNexusState(false);
}
if (research.name === "R-Sys-Resistance-Upgrade02")
if (research.name === "R-Sys-Resistance-Upgrade03")
{
winFlag = true;
}
Expand Down
31 changes: 31 additions & 0 deletions stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,22 @@
],
"statID": "PillBox6"
},
"R-Defense-LancerTower": {
"iconID": "IMAGE_RES_DEFENCE",
"id": "R-Defense-Tower06",
"msgName": "RES_EMP_LANTOW",
"name": "Lancer Tower",
"requiredResearch": [
"R-Defense-HardcreteWall",
"R-Wpn-Rocket01-LtAT"
],
"researchPoints": 2400,
"researchPower": 75,
"resultStructures": [
"GuardTower5"
],
"statID": "GuardTower5"
},
"R-Defense-TankTrap01": {
"iconID": "IMAGE_RES_DEFENCE",
"id": "R-Defense-TankTrap01",
Expand Down Expand Up @@ -6699,6 +6715,21 @@
],
"statID": "Emplacement-PulseLaser"
},
"R-Defense-PulseLasTower": {
"iconID": "IMAGE_RES_DEFENCE",
"id": "R-Defense-PulseLas",
"msgName": "RES_EMP_PULSETOW",
"name": "Pulse Laser Tower",
"requiredResearch": [
"R-Wpn-Laser02"
],
"researchPoints": 14400,
"researchPower": 450,
"resultStructures": [
"GuardTower-BeamLas"
],
"statID": "GuardTower-BeamLas"
},
"R-Defense-Rail2": {
"iconID": "IMAGE_RES_DEFENCE",
"id": "R-Defense-Rail2",
Expand Down
2 changes: 1 addition & 1 deletion stats/structure.json
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@
"thermal": 10,
"type": "DEFENSE",
"weapons": [
"Laser3BEAMMk1"
"Laser2PULSEMk1"
],
"width": 1
},
Expand Down

0 comments on commit 0f13646

Please sign in to comment.