Little0smit / Little0smit/ChunkTracker
Collect Info on Mobs in Kingdom of Misthalin (Lumbridge/Varrock)
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 5
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Collect info on mobs available to be killed around the stated region.
Info required at the moment:
- Name
- Combat Lvl
- Drops
The data can be delivered in a text file, or can be given directly in JSON format the program requires if possible. The format for each mob is:
{
"name": "",
"combatLvl": ,
"drops":["", ""]
}

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named; first inspect the repository for the entry point or data file that consumes mob information and confirm its expected JSON structure. Collect mobs from the Lumbridge and Varrock areas of Misthalin with each name, combat level, and drops, then verify the resulting data matches the format used by the program.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- data, game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100