* Format change: renamed `weapon` to `name` in weapon entries
* New JSON section: `equipment`
* Items with a `:SIZE:` value are now correctly supported and stored in the new `equipment` section.
* E. g. `Liquid Storage (OMNIPOD):SIZE:1.0 (ARMORED)` will be stored as:
"equipment": [
{
"name": "Cargo (Liquid)",
"location": "left_torso",
"type": "transport bay",
"tags": [
"armored",
"omnipod"
],
"size": "1t"
},
]
* More items will be stored in the `equipment` section in future releases