Skip to content

Commit

Permalink
all monsters how have their weakness. updated README.md. AgnaFurious …
Browse files Browse the repository at this point in the history
…Rajangktor -> Furious Rajang Xeno'Jiiva -> Xeno'jiiva Gogmaszios -> Gogmazios
  • Loading branch information
CrimsonNynja committed Jan 19, 2020
1 parent f344f0b commit ca1967a
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 84 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ This repo contains a database of monsters from MH3U, MH4U, MHGU and MHW (plus Ic

* name (string) - the name of the monster
* type (string) - the monsters class
* games (array[string]) - an array of games the monster appeared in
* images (array[string]) - the icons for the monster (matches the games list and order)
* info (array[string]) - the in game info for the monster (matches the games list and order)
* subSpecies (array[string]) - a list of sub-species the monster has
* games (array\<string\>) - an array of games the monster appeared in
* images (array\<string\>) - the icons for the monster (matches the games list and order)
* info (array\<string\>) - the in game info for the monster (matches the games list and order)
* subSpecies (array\<string\>) - a list of sub-species the monster has
* isLarge (bool) - if the monster if a major monster
* elements (array[string]) - any element the monster can use
* elements (array\<string\>) - any element the monster can use
* danger (int) - the danger rating of the monster
* ailments (array[string]) - a list of ailments the monster can cause
* ailments (array\<string\>) - a list of ailments the monster can cause
* weakness (array\<string\>) - a list of weaknesses the monster has

All icons are provided in the 'icons' folder that the DB references.
Loading

0 comments on commit ca1967a

Please sign in to comment.