Skip to content

Commit

Permalink
(MP)Mortar change(3) (#2367)
Browse files Browse the repository at this point in the history
Reducing the research time of Thermal Imaging Mortar Shells and Target Acquisition Mortar Shells

Rollback Incendiary Mortar's periodic damage radius from 160 to 128 (1.25 to 1 tile)

Reduction of Bombard and Pepperpot production time from 1000 to 900

Incendiary Mortar periodic damage reduced from 30 to 26
  • Loading branch information
Tipchik87 authored Nov 6, 2021
1 parent 2745499 commit 27bce20
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 13 deletions.
4 changes: 2 additions & 2 deletions data/mp/multiplay/script/functions/camTechEnabler.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ var allRes = {
"R-Defense-Emplacement-HPVcannon": 750,
"R-Wpn-Rocket-Damage04": 774,
"R-Wpn-Rocket03-HvAT": 774,
"R-Wpn-Mortar-Acc02": 774,
"R-Cyborg-Transport": 789,
"R-Defense-WallTower-HPVcannon": 789,
"R-Wpn-AAGun-Damage02": 790,
Expand All @@ -132,7 +133,6 @@ var allRes = {
"R-Wpn-AAGun-ROF02": 819,
"R-Wpn-Mortar02Hvy": 819,
"R-Wpn-Mortar3": 819,
"R-Wpn-Mortar-Acc02": 823,
"R-Wpn-Mortar-Damage03": 832,
"R-Vehicle-Armor-Heat01": 834,
"R-Cyborg-Armor-Heat02": 834,
Expand All @@ -157,6 +157,7 @@ var allRes = {
"R-Wpn-Rocket-Damage05": 912,
"R-Wpn-Mortar-Incendiary": 912,
"R-Wpn-Rocket-ROF03": 914,
"R-Wpn-Mortar-Acc03": 923,
"R-Struc-VTOLPad": 926,
"R-Defense-WallTower-DoubleAAgun": 926,
"R-Cyborg-Hvywpn-Mcannon": 926,
Expand Down Expand Up @@ -184,7 +185,6 @@ var allRes = {
"R-Vehicle-Body02": 1027,
"R-Struc-VTOLPad-Upgrade01": 1029,
"R-Wpn-Mortar-Damage04": 1033,
"R-Wpn-Mortar-Acc03": 1037,
"R-Wpn-Cannon-Damage06": 1048,
"R-Defense-RotMG": 1054,
"R-Wpn-Cannon3Mk1": 1056,
Expand Down
12 changes: 5 additions & 7 deletions data/mp/stats/research.json
Original file line number Diff line number Diff line change
Expand Up @@ -7916,11 +7916,10 @@
"msgName": "RES_W_M_AC2",
"name": "Thermal Imaging Mortar Shells",
"requiredResearch": [
"R-Wpn-Mortar-Acc01",
"R-Struc-Research-Upgrade04"
"R-Wpn-Mortar-Acc01"
],
"researchPoints": 5000,
"researchPower": 156,
"researchPoints": 4800,
"researchPower": 150,
"results": [
{
"class": "Weapon",
Expand All @@ -7947,11 +7946,10 @@
"msgName": "RES_W_M_AC3",
"name": "Target Acquisition Mortar Shells",
"requiredResearch": [
"R-Struc-Research-Upgrade05",
"R-Wpn-Mortar-Acc02"
],
"researchPoints": 8800,
"researchPower": 275,
"researchPoints": 6000,
"researchPower": 187,
"results": [
{
"class": "Weapon",
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 @@ -3303,8 +3303,8 @@
"muzzleGfx": "FxCan75m.PIE",
"name": "Incendiary Mortar",
"numExplosions": 10,
"periodicalDamage": 30,
"periodicalDamageRadius": 160,
"periodicalDamage": 26,
"periodicalDamageRadius": 128,
"periodicalDamageTime": 60,
"periodicalDamageWeaponClass": "HEAT",
"periodicalDamageWeaponEffect": "FLAMER",
Expand Down Expand Up @@ -3364,7 +3364,7 @@
"weight": 2000
},
"Mortar2Mk1": {
"buildPoints": 1000,
"buildPoints": 900,
"buildPower": 200,
"damage": 120,
"designable": 1,
Expand Down Expand Up @@ -3405,7 +3405,7 @@
"weight": 5000
},
"Mortar3ROTARYMk1": {
"buildPoints": 1000,
"buildPoints": 900,
"buildPower": 200,
"damage": 60,
"designable": 1,
Expand Down

0 comments on commit 27bce20

Please sign in to comment.