Skip to content

Commit

Permalink
Move Improved Bomb Warhead
Browse files Browse the repository at this point in the history
Brings the first Bomb damage upgrade back to Beta 09 as in 4.0.0 beta 1
  • Loading branch information
highlander1599 authored and KJeff01 committed Mar 2, 2021
1 parent 90ff3dc commit 366661c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion script/campaign/cam2-7.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ function eventStartLevel()

camSetArtifacts({
"COHeavyFac-Arti-b2": { tech: "R-Wpn-Cannon5" },
"COHeavyFac-b4": { tech: "R-Wpn-RocketSlow-Damage06" },
"COTankKillerHardpoint": { tech: "R-Wpn-RocketSlow-Damage06" },
"COVtolFactory-b4": { tech: "R-Wpn-Bomb-Damage02" },
});

camCompleteRequiredResearch(COLLECTIVE_RES, THE_COLLECTIVE);
Expand Down
4 changes: 2 additions & 2 deletions stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -4664,12 +4664,12 @@
"R-Wpn-Bomb-Damage02": {
"iconID": "IMAGE_RES_WEAPONTECH",
"id": "R-Wpn-Bomb-Damage02",
"keyTopic": 1,
"imdName": "trlvtlhe.PIE",
"msgName": "RES_W_BDMG2",
"name": "Improved Bomb Warhead",
"requiredResearch": [
"R-Wpn-Bomb-Damage01",
"R-Wpn-Bomb02"
"R-Wpn-Bomb-Damage01"
],
"researchPoints": 9200,
"researchPower": 287,
Expand Down

0 comments on commit 366661c

Please sign in to comment.