Skip to content

Commit

Permalink
equipment: added mapping for storage keys
Browse files Browse the repository at this point in the history
  • Loading branch information
juk0de committed Nov 1, 2024
1 parent da8c77c commit 1797e54
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mtf2json/equipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@
{"Talons": ["Talons"]},
]

storage = ["Liquid Storage", "Cargo"]
storage: list[dict[str, list[str]]] = [
{"Liquid Storage": ["Liquid Storage"]},
{"Cargo": ["Cargo"]},
]

0 comments on commit 1797e54

Please sign in to comment.