Hi fellow MechModders
I'm continuing developing my Mech Designer, and I've encountered something I'd like to ask you about.
How total mech weight is calculated? Based on example of Hunchback 4P, it is:
"InitialTonnage": 18.5 from chassis_def*.json
+ stock armor weight (MechStatisticsConstants.json, where there is "ARMOR_PER_STEP" and "TONNAGE_PER_ARMOR_POINT", as well as several allocationratio entries)
+ stock stuff weight (there it is easy, each item has "tonnage" entry in .json)
= should be 50t
Am I right?
I'm continuing developing my Mech Designer, and I've encountered something I'd like to ask you about.
How total mech weight is calculated? Based on example of Hunchback 4P, it is:
"InitialTonnage": 18.5 from chassis_def*.json
+ stock armor weight (MechStatisticsConstants.json, where there is "ARMOR_PER_STEP" and "TONNAGE_PER_ARMOR_POINT", as well as several allocationratio entries)
+ stock stuff weight (there it is easy, each item has "tonnage" entry in .json)
= should be 50t
Am I right?