Code Monkey home page Code Monkey logo

monster-hunter-db's Introduction

Monster Hunter DB

This repo contains a database of:

  • Monsters
    • MH3U
    • MH4U
    • MHGU
    • MHW (with Iceborne)
    • MH Rise (with Sunbreak)
    • MHST
    • MHST2
  • Endemic Life
    • MHW (with Iceborne)
    • MH Rise (only base game at the moment)
  • Quests
    • MHW (with Iceborne)
    • MH Rise (only base game at the moment)

If you have found any errors, would like something added, or wish to help, drop something in the discussion section of the repo.

The data is provided in a .json file, with the data sorted alphabetically on the monsters name.

All icons are provided in the 'icons' folder that the DB references. In its current state, it contains info on each monster from the games, with the following information:

Monster Data Structure

{
    "_id": {
        "$oid": "" // the id of the monster
    },
    "name": "", // the name of the monster
    "type": "", // the type of the monster i.e. Brute Wyvern
    "isLarge": true, // if the monster is classed as Large
    "subSpecies": [
        "", //a list of all the sub-species this monster has
    ],
    "elements": [
        "" // any element the monster can have
    ],
    "ailments": [
        "", // any ailment the monster can inflict
    ],
    "weakness": [
        "" // any weakness the monster has
    ],
    "games": [
        {
            "game": "", // the game the monster appears in
            "image": "", // the icon for the monster in the game, see the files in the icon folder
            "info": "", // the info in the hunters notes for the game
            "danger": "" // the danger rating for the monster in the hunters notes
        },
    ]
},

Quest data structure

{
    "_id": {
        "$oid": "" // the id of the quest
    },
    "name": "", //the quest title
    "client": "", // the quest client
    "description": "", // the information on the quest
    "map": "", //which map the quest is located in
    "isKey": true, // if the quest is needed to unlock the next HR
    "questType": "", // one of Village|Hub|Arena|Event
    "game": "", // which game the quest is from
    "difficulty": "", // the difficult of the quest 1, 7, G1 etc.
    "objective": "", // the key objective of the quest
    "targets": [
        "" // any key monsters which need to be dealt with to finish the quest
    ]
},

Endemic Life data structure

{
      "name": "", //the name of the endemic life
      "game": [
        {
          "game": "", //the game this endemic life appears in
          "info": "", //the in game description of the endemic life
          "image": "" //a reference to the endemic life's icon
        }
      ]
    },

monster-hunter-db's People

Contributors

crimsonnynja avatar glazelf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

monster-hunter-db's Issues

data restructure

Currently the data schema doesn't allow for different games to have different data for a monster.
A small restructure could allow this to happen

i.e.

{
  "name": "String",
  "Monster Hunter 4 Ultimate": {
    "danger": 5
  },
  "Monster Hunter Generations Ultimate": {
    "danger": 6
  }
}

or similar

MH4U quests

This issue is to track adding all MH4U quests

  • all village quests
  • all event quests
  • all arena quests
  • all hub quests

Sunbreak Support

Data additions

  • Add Sunbreak icons of large monsters under MHRS game tag.
  • Add on basic data and image link to returning monsters.
  • Add new monster skeletons and basic (known) info.
  • Add descriptions for new monsters and Sunbreak descriptions for returning monsters.
  • Add/Correct elements, ailments and weaknesses for new monsters.
  • Add elements/ailments for final boss.
  • Add returning/new small monsters. Noone seems to care to document these before release.
  • Add in-depth info for returning/new small monsters.
  • Add icons for returning/new small monsters.

Technical:

  • Change MHRise naming scheme to MHR.
  • Figure out how to convert to .ndjson, this file is otherwise unupdated. I can't figure out how to do this, or what it's even for, so it would be nice if someone else could explain/do it for me.
  • Add new monster $oid fields. I don't know what these are or what they're for, so someone else might have to do so.

Lowercase icon names

Some icons have their names lowercased incorrectly.
Namely (from what I could spot):
Kestodon (male and female, Iceborne)
Gajau (Iceborne)
Teostra (Iceborne)
Scalebat (Iceborne)

My git changes don't seem to recognize capitalization changes in filenames so I would make a very ugly fix probably with multiple commits to get around this, so I think it would be better if you fixed this yourself.

MH Rise initial monsters left

The following monster need to be added/updated for MH rise

Small monsters

  • Anteka
  • Delex
  • Kestodon
  • Popo
  • Rachnoid
  • Uroktor

large monsters

  • Almudron
  • Anjanath
  • Barioth
  • Basarios
  • Bishaten
  • Diablos
  • Goss Harag
  • Jyuratodus
  • Kulu-Ya-Ku
  • Magnamalo (just need to add the weakness)
  • Nargacuga
  • Pukei-Pukei
  • Rajang
  • Rakna-Kadaki
  • Rathalos
  • Somnacanth
  • Tobi-Kadachi
  • Volvidon
  • Zinogre

Endemic Life

This issue is to track the endemic life additions

  • Monster Hunter world + Iceborn
  • Monster Hunter Rise

MHGU quests

This issue is to track adding all MHGU quests

  • all village quests
  • all event quests
  • all arena quests
  • all hub quests

MH3U quests

This issue is to track the addition of all MH3U quests
Note that the Japan Exclusive Event quests will not be added to this repo, as the data is not in english

  • All MH3U village quests
  • All MH3U arena quests
  • All MH3U Event Quests
  • All MH3U hub quests

confirm data

  • all data about crimson fatalis
  • danger ratings for MH3U
  • savage deviljho info for MH3U

MH world + iceborne quests

This issue is to track adding all MHW quests

  • all event quests (base game complete)
  • all arena quests
  • all optional quests
  • all assigned quests
  • all special assignments

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.