Add monsters API #135
Labels
doing
Currently working on this issue/PR
enhancement
monsters
Anything to do with the monsters data, API or builder
The last update to adding support for monster data was building the monster JSON schema, closed in PR #134. The next logical step is to build the monsters API for use in the
osrsbox
package to access monster data, as well as to help build the monster database (populate the Python objects and export to JSON).This involves:
osrsbox
directory. Have amonster_definition
for base properties, and amonster_drop
for monster drops - each stored in a dictionary and populated into a list. There should also be aall_monsters
module for loading the monster data.monsters_api
folder from theosrsbox
package, so that the code isn't included with the PyPi package until the monster data has actually been added.pytest
test monsters module.EDIT: Although not specifically stated, this does not include the
monsters_builder
component to actually build the monster database. That will be the next logical step.The text was updated successfully, but these errors were encountered: