https://github.com/vallode/mhfu-blacksmith
Monster Hunter Freedom Unite detailed weapon trees, armor lists, and monster information in the style of the in-game UI!
https://github.com/vallode/mhfu-blacksmith
mhfu
Last synced: 3 months ago
JSON representation
Monster Hunter Freedom Unite detailed weapon trees, armor lists, and monster information in the style of the in-game UI!
- Host: GitHub
- URL: https://github.com/vallode/mhfu-blacksmith
- Owner: vallode
- License: mit
- Created: 2022-07-21T12:47:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T07:11:18.000Z (about 1 year ago)
- Last Synced: 2025-04-21T08:27:04.985Z (about 1 year ago)
- Topics: mhfu
- Language: HTML
- Homepage: https://mhfu.vallode.com
- Size: 19.8 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# MHFU - Blacksmith
[](https://app.netlify.com/sites/mhfu-blacksmith/deploys)
Detailed weapon trees, armor lists, and monster information for Monster Hunter Freedom Unite / P2G in the style of the in-game UI!

## Credits
Thank you to all the people below, and anyone I missed, for the invaluable help with this project:
- Aino
- Arxx
- Assis
- Athena
- Danzell
- Darkcola
- Emanon
- Hunsterverse contributors
- Ice Cream
- Jely
- kpworthi
- kushala
- lirkas
- rafaellum
- Shiro
- Vid (Firaga)
- WillTheHunter
- Yaas
- Zack
## Development
Dependencies:
- [zola](https://github.com/getzola/zola/)
- [Ruby](https://www.ruby-lang.org/)
- [toml](https://github.com/jm/toml)
- [ImageMagick](https://imagemagick.org/) (optional)
Before running the first build you need to run `make generate-maps` to generate weapons maps.
The makefile has everything covered: develop locally using `make`, test build output with `make build`, and deploy to netlify with `make deploy`.