Skip to content

Commit

Permalink
(MP)MG Tweak (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tipchik87 authored Feb 17, 2023
1 parent e396fdf commit 574b8d6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
6 changes: 3 additions & 3 deletions data/mp/multiplay/script/functions/camTechEnabler.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ var allRes = {
"R-Wpn-Rocket-ROF01": 569,
"R-Vehicle-Metals02": 569,
"R-Defense-WallTower03": 569,
"R-Wpn-MG-Damage04": 602,
"R-Wpn-MG-Damage04": 569,
"R-Wpn-MG-ROF01": 602,
"R-Cyborg-Metals03": 619,
"R-Wpn-Flamer-Damage04": 620,
Expand Down Expand Up @@ -203,10 +203,10 @@ var allRes = {
"R-Wpn-MG-Damage07": 1121,
"R-Wpn-Mortar-ROF03": 1126,
"R-Wpn-Rocket07-Tank-Killer": 1135,
"R-Wpn-MG5": 1140,
"R-Struc-VTOLPad-Upgrade02": 1147,
"R-Wpn-RocketSlow-Accuracy02": 1159,
"R-Wpn-Cannon6TwinAslt": 1160,
"R-Wpn-MG5": 1163,
"R-Vehicle-Body06": 1168,
"R-Vehicle-Armor-Heat03": 1168,
"R-Defense-HvyA-Trocket": 1183,
Expand All @@ -219,12 +219,12 @@ var allRes = {
"R-Struc-Research-Upgrade07": 1218,
"R-Wpn-Rocket-Damage07": 1228,
"R-Wpn-Cannon-Damage07": 1230,
"R-Defense-WallTower-TwinAGun": 1232,
"R-Wpn-AAGun04": 1232,
"R-Sys-VTOLCBS-Turret01": 1239,
"R-Wpn-Bomb02": 1252,
"R-Wpn-Mortar-ROF04": 1252,
"R-Wpn-PlasmaCannon": 1254,
"R-Defense-WallTower-TwinAGun": 1254,
"R-Vehicle-Engine06": 1271,
"R-Defense-Super-Cannon": 1275,
"R-Defense-Cannon6": 1280,
Expand Down
19 changes: 9 additions & 10 deletions data/mp/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -6705,7 +6705,7 @@
"requiredResearch": [
"R-Wpn-MG-Damage03"
],
"researchPoints": 7200,
"researchPoints": 6000,
"researchPower": 225,
"results": [
{
Expand Down Expand Up @@ -6739,11 +6739,10 @@
"id": "R-Wpn-MG-Damage05",
"name": "Tungsten-Tipped MG Bullets",
"requiredResearch": [
"R-Wpn-MG-Damage04",
"R-Wpn-MG-ROF01"
"R-Wpn-MG-Damage04"
],
"researchPoints": 6000,
"researchPower": 187,
"researchPoints": 7200,
"researchPower": 287,
"results": [
{
"class": "Weapon",
Expand Down Expand Up @@ -6779,7 +6778,7 @@
"R-Wpn-MG-Damage05"
],
"researchPoints": 7800,
"researchPower": 243,
"researchPower": 350,
"results": [
{
"class": "Weapon",
Expand Down Expand Up @@ -6815,7 +6814,7 @@
"R-Wpn-MG-Damage06"
],
"researchPoints": 8800,
"researchPower": 275,
"researchPower": 412,
"results": [
{
"class": "Weapon",
Expand Down Expand Up @@ -6852,7 +6851,7 @@
"R-Struc-Research-Upgrade06"
],
"researchPoints": 10800,
"researchPower": 337,
"researchPower": 450,
"results": [
{
"class": "Weapon",
Expand Down Expand Up @@ -7105,8 +7104,8 @@
"R-Struc-Research-Upgrade06",
"R-Wpn-MG4"
],
"researchPoints": 6000,
"researchPower": 187,
"researchPoints": 7200,
"researchPower": 225,
"resultComponents": [
"MG5TWINROTARY"
],
Expand Down
8 changes: 4 additions & 4 deletions data/mp/stats/weapons.json
Original file line number Diff line number Diff line change
Expand Up @@ -2871,8 +2871,8 @@
"weight": 300
},
"MG4ROTARYMk1": {
"buildPoints": 500,
"buildPower": 100,
"buildPoints": 375,
"buildPower": 125,
"damage": 19,
"designable": 1,
"effectSize": 100,
Expand Down Expand Up @@ -2908,8 +2908,8 @@
"weight": 600
},
"MG5TWINROTARY": {
"buildPoints": 500,
"buildPower": 120,
"buildPoints": 375,
"buildPower": 150,
"damage": 28,
"designable": 1,
"effectSize": 100,
Expand Down

0 comments on commit 574b8d6

Please sign in to comment.