Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Soft item requirements #107

Closed
osrsbox opened this issue May 16, 2019 · 1 comment
Closed

Soft item requirements #107

osrsbox opened this issue May 16, 2019 · 1 comment
Labels
data Label to identify updating or adding any data help wanted items Anything to do with the items data, API or builder

Comments

@osrsbox
Copy link
Owner

osrsbox commented May 16, 2019

We have discussed in #103 that some items should have soft requirements. These are not fixed requirements that are already included in the database. Rather they are things like quest requirements and achievement diary requirements.

As an example, to equip the Ardougne cloak 1 you need 5 thieving and 15 fishing. These are not specific combat skill level requirements, such as defence, but you still must have the requirements to complete the achievement diary to wear the cape.

It is proposed that a new file is added in:

data/item-skill-requirements-soft.json

This file should have the item ID of every equipable item. Then we can start populating the file with soft requirements. Hopefully, if we get good coverage, this data can be added to the live database contents. This would be exceptionally useful data to determine is a player can equip a specific item.

@osrsbox osrsbox self-assigned this May 31, 2019
@osrsbox osrsbox added data Label to identify updating or adding any data items Anything to do with the items data, API or builder labels May 31, 2019
@osrsbox osrsbox removed their assignment Jan 1, 2020
@osrsbox
Copy link
Owner Author

osrsbox commented Feb 6, 2021

Closing this issue. Any item requirements can be added by following the information in the project documentation: https://github.com/osrsbox/osrsbox-db#project-contribution

@osrsbox osrsbox closed this as completed Feb 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Label to identify updating or adding any data help wanted items Anything to do with the items data, API or builder
Projects
None yet
Development

No branches or pull requests

1 participant