( improved ) Unnecessary data is included in the saved data ( *.map )

I confirmed that it was improved. Thanks!


Unnecessary “relic” and “pockets” is included in multiple items, which seems to be bloating the data.

CDDA Version: #10905

{
  "typeid":"harmonica_holder",
  "item_vars":{ "magazine_converted": "1"  },
  "last_temp_check":0,
  "relic_data":null,
  "contents":{
    "contents":[
      { "pocket_type":4,
        "contents":[ ],
        "_sealed":false,
        "favorite_settings": {
          "priority": 0,
          "item_whitelist": [ ],
          "item_blacklist": [ ],
          "category_whitelist": [ ],
          "category_blacklist":[ ]
        }
      },
      {
        "pocket_type": 3,
        "contents":[ ],
        "_sealed": false,
        "favorite_settings": {
          "priority": 0,
          "item_whitelist": [ ],
          "item_blacklist": [ ],
          "category_whitelist": [ ],
          "category_blacklist":[ ]
        }
      },
      {
        "pocket_type": 6,
        "contents": [ ],
        "_sealed": false,
        "favorite_settings": {
          "priority": 0,
          "item_whitelist": [ ],
          "item_blacklist":[ ],
          "category_whitelist": [ ],
          "category_blacklist": [ ]
        }
      }
    ]
  }
}
1 Like

Is this normal?
Do all items need pocket_type?

{
  "typeid": "rock",
  "charges": 1,
  "last_temp_check": 0,
  "relic_data": null,
  "contents": {
    "contents": [
      {
        "pocket_type": 4,
        "contents": [],
        "_sealed": false,
        "favorite_settings": {
          "priority": 0,
          "item_whitelist": [],
          "item_blacklist": [],
          "category_whitelist": [],
          "category_blacklist": []
        }
      },
      {
        "pocket_type": 3,
        "contents": [],
        "_sealed": false,
        "favorite_settings": {
          "priority": 0,
          "item_whitelist": [],
          "item_blacklist": [],
          "category_whitelist": [],
          "category_blacklist": []
        }
      },
      {
        "pocket_type": 6,
        "contents": [],
        "_sealed": false,
        "favorite_settings": {
          "priority": 0,
          "item_whitelist": [],
          "item_blacklist": [],
          "category_whitelist": [],
          "category_blacklist": []
        }
      }
    ]
  }
}