Skip to content

Commit

Permalink
Buff MG damage and add new RR ROF upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Jun 29, 2024
1 parent 9077197 commit e5a3f05
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 8 deletions.
2 changes: 1 addition & 1 deletion script/campaign/transitionTech.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const mis_gammaResearchNew = [
// 1
"R-Wpn-Howitzer03-Rot", "R-Wpn-MG-Damage09", "R-Struc-Power-Upgrade02", "R-Sys-Engineering03",
"R-Wpn-Cannon-Damage07", "R-Wpn-AAGun-Damage04", "R-Defense-WallUpgrade07", "R-Struc-Materials09",
"R-Defense-RotHow", "R-Wpn-Howitzer-Damage04", "R-Wpn-Flamer-ROF04",
"R-Defense-RotHow", "R-Wpn-Howitzer-Damage04", "R-Wpn-Flamer-ROF04", "R-Wpn-RocketSlow-ROFRR01",

// 2
"R-Wpn-Cannon-Damage08", "R-Wpn-AAGun-Damage05", "R-Wpn-Howitzer-Damage05",
Expand Down
28 changes: 28 additions & 0 deletions stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -8225,6 +8225,34 @@
"subgroupIconID": "IMAGE_RES_GRPROF",
"techCode": 1
},
"R-Wpn-RocketSlow-ROFRR01": {
"iconID": "IMAGE_RES_WEAPONTECH",
"id": "R-Wpn-RocketSlow-ROFRR01",
"name": "Ripple Rocket Rapid Loader",
"requiredResearch": [
"R-Wpn-Howitzer03-Rot"
],
"researchPoints": 6000,
"researchPower": 187,
"results": [
{
"class": "Weapon",
"filterParameter": "Id",
"filterValue": "Rocket-IDF",
"parameter": "FirePause",
"value": -15
},
{
"class": "Weapon",
"filterParameter": "Id",
"filterValue": "Rocket-IDF",
"parameter": "ReloadTime",
"value": -15
}
],
"statID": "Rocket-IDF",
"subgroupIconID": "IMAGE_RES_GRPROF"
},
"R-Wpn-Energy-Accuracy01": {
"iconID": "IMAGE_RES_WEAPONTECH",
"id": "R-Wpn-Energy-Accuracy01",
Expand Down
14 changes: 7 additions & 7 deletions stats/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@
"CyborgChaingun": {
"buildPoints": 160,
"buildPower": 40,
"damage": 20,
"damage": 21,
"effectSize": 100,
"facePlayer": 1,
"firePause": 7,
Expand Down Expand Up @@ -1707,7 +1707,7 @@
"CyborgRotMG": {
"buildPoints": 270,
"buildPower": 90,
"damage": 22,
"damage": 23,
"effectSize": 100,
"facePlayer": 1,
"firePause": 5,
Expand Down Expand Up @@ -2588,7 +2588,7 @@
"MG3-VTOL": {
"buildPoints": 250,
"buildPower": 50,
"damage": 54,
"damage": 57,
"designable": 1,
"effectSize": 150,
"facePlayer": 1,
Expand Down Expand Up @@ -2625,7 +2625,7 @@
"MG3Mk1": {
"buildPoints": 250,
"buildPower": 50,
"damage": 18,
"damage": 19,
"designable": 1,
"effectSize": 150,
"facePlayer": 1,
Expand Down Expand Up @@ -2695,7 +2695,7 @@
"MG4ROTARY-VTOL": {
"buildPoints": 500,
"buildPower": 100,
"damage": 60,
"damage": 63,
"designable": 1,
"effectSize": 100,
"facePlayer": 1,
Expand Down Expand Up @@ -2732,7 +2732,7 @@
"MG4ROTARYMk1": {
"buildPoints": 500,
"buildPower": 100,
"damage": 20,
"damage": 21,
"designable": 1,
"effectSize": 100,
"facePlayer": 1,
Expand Down Expand Up @@ -3224,7 +3224,7 @@
"NX-CyborgChaingun": {
"buildPoints": 50,
"buildPower": 10,
"damage": 22,
"damage": 23,
"effectSize": 100,
"facePlayer": 1,
"firePause": 5,
Expand Down

0 comments on commit e5a3f05

Please sign in to comment.