Little0smit / Little0smit/ChunkTracker

Collect Info on Mobs in Kingdom of Misthalin (Lumbridge/Varrock)

Open
#7 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue help wanted Non-Code
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":["", ""]
  }

20180807025829 misthalin_map

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.