Skip to content

Commit

Permalink
Obsolete some more tech in Gamma campaign
Browse files Browse the repository at this point in the history
Flashlight obsoletes Assault Gun weapons. Flashlight Hardpoint obsoletes Assault Gun defenses.
Make all Gamma cyborgs obsolete their older Alpha/Beta predecessors.
  • Loading branch information
KJeff01 committed Oct 30, 2023
1 parent bbfc6da commit 77a15e5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions data/base/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -1236,6 +1236,10 @@
"id": "R-Cyborg-Wpn-Laser1",
"msgName": "RES_CYW_LS1",
"name": "Flashlight Gunner Cyborg",
"replacedComponents": [
"CyborgRotMG:Cyb-Wpn-Laser",
"CyborgFlamer01:Cyb-Wpn-Laser"
],
"requiredResearch": [
"R-Wpn-Laser01"
],
Expand All @@ -1251,6 +1255,9 @@
"id": "R-Cyborg-Wpn-Rail1",
"msgName": "RES_CYW_RL1",
"name": "Needle Gunner Cyborg",
"replacedComponents": [
"CyborgCannon:Cyb-Wpn-Rail1"
],
"requiredResearch": [
"R-Wpn-RailGun01"
],
Expand Down Expand Up @@ -6738,6 +6745,10 @@
"id": "R-Defense-WallTower-PulseLas",
"msgName": "RES_WT14_PLS",
"name": "Flashlight Hardpoint",
"redStructures": [
"GuardTower-RotMg",
"Wall-RotMg"
],
"requiredResearch": [
"R-Wpn-Laser01"
],
Expand Down Expand Up @@ -8511,6 +8522,10 @@
"keyTopic": 1,
"msgName": "RES_W_LAS1",
"name": "Laser - Flashlight",
"redComponents": [
"MG4ROTARY-VTOL",
"MG4ROTARYMk1"
],
"researchPoints": 14400,
"researchPower": 450,
"resultComponents": [
Expand Down

0 comments on commit 77a15e5

Please sign in to comment.