OSRS-API-Wrapper icon indicating copy to clipboard operation
OSRS-API-Wrapper copied to clipboard

items_osrs.json is out of date

Open Chasesc opened this issue 3 years ago • 3 comments

I believe items_osrs.json was originally added when this project was first started in 2017. It is missing any items that have been added since then.

This is closely tied to #6 , but could be an easier change if someone finds updated data instead of requiring a code change.

Chasesc avatar Nov 16 '22 01:11 Chasesc

The below comment has a link to a newer item_db.json.

https://github.com/osrsbox/osrsbox-db/pull/236#issuecomment-1368132153

Looks to be pretty up to date since it has the new Saturated heart included. Unfortunately, it looks to have a completely different JSON schema than items_osrs.json

...
"27641": {
    "id": 27641,
    "name": "Saturated heart",
    "isTradeable": false,
    "icon": "data:image/png;base64,<snip>="
  },
...

Taur1ne avatar Jan 16 '23 21:01 Taur1ne

I try to update it every week when new items get added. It currently has the data the Bank layout editor requires but I can add other information if someone needs it, just let me know.

Dynrothe avatar Jan 23 '23 08:01 Dynrothe

The links are now outdated, if you wish to still use my files you can find them here where they will stay for the foreseeable future.

Dynrothe avatar Feb 19 '23 19:02 Dynrothe