Skip to content

Commit

Permalink
Campaign refinements
Browse files Browse the repository at this point in the history
- Move Turbo-Charged Engine Mk2 to Beta 7 (two engine upgrades were in Beta 10).
- Make Bunker Buster always one-shot bunkers.
- Buff cyborg rocket base damage a bit more.
- Buff Inferno HP to 100, Flashlight HP to 125.
- Bump Depleted Uranium MG Bullets on Beta 9.
- Improve on-map units/defenses for the player and allies on Beta 1, Gamma 3, Gamma 6.

Water triangle correction ran on Gamma 1 maps (including the unused variant in the Gamma 3 folder).
  • Loading branch information
KJeff01 committed Feb 27, 2024
1 parent 85eac7f commit 1f5bfb2
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion data/base/script/campaign/cam2-6.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include("script/campaign/templates.js");

const mis_collectiveRes = [
"R-Defense-WallUpgrade06", "R-Struc-Materials06", "R-Sys-Engineering02",
"R-Vehicle-Engine04", "R-Vehicle-Metals05", "R-Cyborg-Metals05",
"R-Vehicle-Engine05", "R-Vehicle-Metals05", "R-Cyborg-Metals05",
"R-Wpn-Cannon-Accuracy02", "R-Wpn-Cannon-Damage05", "R-Wpn-Cannon-ROF02",
"R-Wpn-Flamer-Damage06", "R-Wpn-Flamer-ROF03", "R-Wpn-MG-Damage07",
"R-Wpn-MG-ROF03", "R-Wpn-Mortar-Acc02", "R-Wpn-Mortar-Damage06",
Expand Down
2 changes: 1 addition & 1 deletion data/base/script/campaign/cam2-d.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include("script/campaign/templates.js");
const MIS_UPLINK_PLAYER = 1; //The satellite uplink player number.
const mis_collectiveRes = [
"R-Defense-WallUpgrade05", "R-Struc-Materials05", "R-Sys-Engineering02",
"R-Vehicle-Engine04", "R-Vehicle-Metals05", "R-Cyborg-Metals05",
"R-Vehicle-Engine05", "R-Vehicle-Metals05", "R-Cyborg-Metals05",
"R-Wpn-Cannon-Accuracy02", "R-Wpn-Cannon-Damage05", "R-Wpn-Cannon-ROF02",
"R-Wpn-Flamer-Damage06", "R-Wpn-Flamer-ROF03", "R-Wpn-MG-Damage07",
"R-Wpn-MG-ROF03", "R-Wpn-Mortar-Acc02", "R-Wpn-Mortar-Damage05",
Expand Down
2 changes: 1 addition & 1 deletion data/base/script/campaign/transitionTech.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const mis_betaResearchNew = [
"R-Wpn-Bomb02", "R-Wpn-Howitzer-Accuracy01", "R-Wpn-Howitzer-Damage02",
"R-Wpn-AAGun-Accuracy02", "R-Wpn-Howitzer-ROF02", "R-Struc-Research-Upgrade06",
"R-Struc-VTOLPad-Upgrade03", "R-Wpn-Bomb-Damage02", "R-Wpn-Bomb04",
"R-Defense-WallUpgrade06",
"R-Defense-WallUpgrade06", "R-Vehicle-Engine05",

// 8
"R-Sys-VTOLCBS-Tower01", "R-Wpn-Cannon4AMk1", "R-Wpn-Mortar3", "R-Wpn-Rocket07-Tank-Killer",
Expand Down
5 changes: 3 additions & 2 deletions data/base/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -4641,7 +4641,7 @@
"imdName": "iceng.pie",
"name": "Turbo-Charged Engine Mk2",
"requiredResearch": [
"R-Vehicle-Body09",
"R-Struc-Research-Upgrade04",
"R-Vehicle-Engine04"
],
"researchPoints": 9000,
Expand All @@ -4664,6 +4664,7 @@
"imdName": "iceng.pie",
"name": "Turbo-Charged Engine Mk3",
"requiredResearch": [
"R-Vehicle-Body09",
"R-Vehicle-Engine05"
],
"researchPoints": 11000,
Expand Down Expand Up @@ -8751,7 +8752,7 @@
"filterParameter": "ImpactClass",
"filterValue": "MACHINE GUN",
"parameter": "Damage",
"value": 5
"value": 15
}
],
"statID": "MG1Mk1",
Expand Down
2 changes: 1 addition & 1 deletion data/base/stats/structuremodifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"SOFT": 200
},
"BUNKER BUSTER": {
"BUNKER": 500,
"BUNKER": 1000,
"HARD": 350,
"MEDIUM": 200,
"SOFT": 100
Expand Down
8 changes: 4 additions & 4 deletions data/base/stats/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@
"CyborgRocket": {
"buildPoints": 400,
"buildPower": 110,
"damage": 123,
"damage": 124,
"effectSize": 25,
"explosionWav": "lrgexpl.ogg",
"faceInFlight": 1,
Expand Down Expand Up @@ -1667,7 +1667,7 @@
"CyborgRocket02": {
"buildPoints": 700,
"buildPower": 160,
"damage": 188,
"damage": 191,
"effectSize": 75,
"explosionWav": "lrgexpl.ogg",
"faceInFlight": 1,
Expand Down Expand Up @@ -1832,7 +1832,7 @@
"flightGfx": "FXLProj.PIE",
"flightSpeed": 800,
"hitGfx": "FXMNExp.PIE",
"hitpoints": 75,
"hitpoints": 100,
"id": "Flame2",
"lightWorld": 1,
"longHit": 50,
Expand Down Expand Up @@ -2162,7 +2162,7 @@
"flightGfx": "FXLFLSH.PIE",
"flightSpeed": 1600,
"hitGfx": "FXFLSHL.PIE",
"hitpoints": 100,
"hitpoints": 125,
"id": "Laser3BEAMMk1",
"lightWorld": 1,
"longHit": 65,
Expand Down
Binary file modified data/base/wrf/cam2/cam2start/dinit.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam2/cam2start/struct.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3a/dinit.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3a/feat.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3a/game.map
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3a/struct.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3a/ttypes.ttp
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3b/dinit.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3b/feat.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3b/game.map
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3b/struct.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3b/ttypes.ttp
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3c/dinit.bjo
Binary file not shown.
Binary file modified data/base/wrf/cam3/cam3c/feat.bjo
Binary file not shown.
4 changes: 2 additions & 2 deletions data/base/wrf/cam3/cam3c/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

"object_0": {
"label": "NXbase1HeavyFacArti",
"id": 1309,
"id": 524,
"player": 3,
"type": 1
},
Expand All @@ -137,7 +137,7 @@
},
"object_2": {
"label": "NXvtolFacArti",
"id": 544,
"id": 542,
"player": 3,
"type": 1
},
Expand Down
Binary file modified data/base/wrf/cam3/cam3c/struct.bjo
Binary file not shown.

0 comments on commit 1f5bfb2

Please sign in to comment.