juk0de / mtf2json

Convert MegaMek's MTF format to JSON.
GNU General Public License v3.0
2 stars 0 forks source link

Fix missing 'CHASSIS' subkeys #9

Closed juk0de closed 2 months ago

juk0de commented 2 months ago

Some Thunderbolt MTF files are missing the CHASSIS nested key in the fluff section:

systemmanufacturer:Earthwerks TDR IIa Endo Steel

instead of the expected:

systemmanufacturer:CHASSIS:Earthwerks TDR IIa Endo Steel

I've created a PR that adds the missing keys: https://github.com/MegaMek/megameklab/pull/1564

juk0de commented 2 months ago

PR has been merged.