Inventory logic re-write

This commit is contained in:
acidicoala
2023-01-09 03:26:42 +03:00
parent 55ada47bef
commit 6347e3f148
25 changed files with 332 additions and 251 deletions

View File

@@ -4,9 +4,29 @@
"unlock_family_sharing": true,
"default_app_status": "unlocked",
"default_dlc_status": "unlocked",
"override_app_status": {},
"override_dlc_status": {},
"extra_dlc_ids": [],
"override_app_status": {
"1234": "locked",
"4321": "unlocked"
},
"override_dlc_status": {
"56789": "locked",
"98765": "unlocked",
"16384": "original"
},
"extra_dlcs": {
"extra_dlcs": {
"1234": {
"dlcs": {
"56789": "Example DLC 1"
}
},
"4321": {
"dlcs": {
"98765": "Example DLC 2"
}
}
}
},
"auto_inject_inventory": true,
"extra_inventory_items": [],
"koalageddon_config": null