You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When printing a record sheet with reference tables included DFA damage is calculated wrong. This happens regardless if the unit mounts talons or not.
Steps to reproduce:
Open MegaMekLab and load up the Eyrie (Standard)
Go to File -> Options -> Configuration -> Record Sheets and Export and make sure Print reference tables is checked
Go to File -> Print Current Unit... and print the record sheet
Open the record sheet - under Physical Attacks, DFA damage is listed as 13, when it should be 17.
This can be repeated with the Shrike (Standard, 2, 3) or Gyrfalcon (Standard, 2, 3)
Battlemech Manual, p37 "DFA Damage to Target", 1st paragraph
divide the weight of the attacking ’Mech by 10 and
multiply the result by 3, rounding fractions up. For example, a Jenner
weighing 35 tons inflicts 11 points of damage.
Battlemech Manual, p109 "Talons", Game Rules section
When performing a kick or Death From Above
attack, multiply the damage by 1.5 (round to nearest whole number;
.5 rounds up).
Eyrie is 35 tons; so 35/10 = 3.5 * 3 = 10.5 rounds to 11; 11 x 1.5 (Talons) = 16.5 rounds to 17.
Note - the Kick attack damage is also incorrect; it should be 11 (35 / 5 = 7 * 1.5 (Talons) = 10.5 rounds to 11). This value is calculated correctly in the Weapons & Equipment Inventory section
Shrike's DFA damage is listed as 27 but it should be 29:
Shrike is 95 tons; 95 / 10 = 9.5 * 3 = 28.5 rounds to 29.
Gyrfalcon's DFA damage is listed as 15 but it should be 17:
Gyrfalcon is 55 tons: 55 / 10 = 5.5 * 3 = 16.5 rounds to 17
Firestarter FS9-H's DFA damage is listed as 9 but it should be 11:
Firestarter is 35 tons: 3.5 / 10 = 3.5 * 3 = 10.5 rounds to 11
Environment
MegaMek Lab v0.49.11
Win 10
Java Vendor: AdoptOpenJDK
Java Version: 11.0.10
Description
When printing a record sheet with reference tables included DFA damage is calculated wrong. This happens regardless if the unit mounts talons or not.
Steps to reproduce:
This can be repeated with the Shrike (Standard, 2, 3) or Gyrfalcon (Standard, 2, 3)
Battlemech Manual, p37 "DFA Damage to Target", 1st paragraph
Battlemech Manual, p109 "Talons", Game Rules section
Eyrie is 35 tons; so 35/10 = 3.5 * 3 = 10.5 rounds to 11; 11 x 1.5 (Talons) = 16.5 rounds to 17.
Note - the Kick attack damage is also incorrect; it should be 11 (35 / 5 = 7 * 1.5 (Talons) = 10.5 rounds to 11). This value is calculated correctly in the
Weapons & Equipment Inventory
sectionShrike's DFA damage is listed as 27 but it should be 29:
Shrike is 95 tons; 95 / 10 = 9.5 * 3 = 28.5 rounds to 29.
Gyrfalcon's DFA damage is listed as 15 but it should be 17:
Gyrfalcon is 55 tons: 55 / 10 = 5.5 * 3 = 16.5 rounds to 17
Firestarter FS9-H's DFA damage is listed as 9 but it should be 11:
Firestarter is 35 tons: 3.5 / 10 = 3.5 * 3 = 10.5 rounds to 11
Files
megameklab.log
The text was updated successfully, but these errors were encountered: