Skip to content

Commit

Permalink
equipment: added mapping for miscellaneous keys
Browse files Browse the repository at this point in the history
  • Loading branch information
juk0de committed Nov 1, 2024
1 parent 068bf49 commit d364eec
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions mtf2json/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,22 @@
{"MRM Apollo FCS": ["ISApollo"]},
{"Targeting Computer": ["ISTargeting Computer", "CLTargeting Computer"]},
]

miscellaneous: list[dict[str, list[str]]] = [
{"AES": ["ISAES", "CLAES"]},
{"CASE": ["ISCASE", "CLCASE"]},
{"CASEII": ["CLCASEII"]},
{"Coolant Pod": ["Coolant Pod", "IS Coolant Pod", "Clan Coolant Pod"]},
{"Machine Gun Array": ["ISMGA", "CLMGA"]},
{"Heavy Machine Gun Array": ["ISHMGA", "CLHMGA"]},
{"Light Machine Gun Array": ["ISLMGA", "CLLMGA"]},
{
"PPC Capacitor": [
"PPC Capacitor",
"ISPPCCapacitor",
"ISERPPCCapacitor",
"ISHeavyPPCCapacitor",
"ISLightPPCCapacitor",
]
},
]

0 comments on commit d364eec

Please sign in to comment.