Skip to content

Commit

Permalink
Issue #3980 - Prototype ER Large Laser Wrong Stats for Aerospace Units
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Nov 13, 2022
1 parent 28208e3 commit f26446a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions megamek/docs/history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ VERSION HISTORY:
+ PR #3970 - AS conversion fixes
+ PR #3971 - Implements #3747 add option to adjust the seen by in the unit tool tip
+ PR #3972 = AS conversion fixes round 2
+ Issue #3980 - Prototype ER Large Laser Wrong Stats for Aerospace Units


0.49.10 (2022-09-12 1500 UTC)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public ISERLaserLargePrototype() {
shortName = "ER Large Laser (P)";
toHitModifier = 1;
flags = flags.or(F_PROTOTYPE);
heat = 12;
heat = 18;
damage = 8;
shortRange = 7;
mediumRange = 14;
Expand All @@ -49,6 +49,10 @@ public ISERLaserLargePrototype() {
waterMediumRange = 9;
waterLongRange = 12;
waterExtremeRange = 18;
shortAV = 8;
medAV = 8;
longAV = 8;
maxRange = RANGE_LONG;
tonnage = 5.0;
criticals = 2;
bv = 163;
Expand Down

0 comments on commit f26446a

Please sign in to comment.