1
0
Fork 0
A duplication glitch simulator for botw hundo speedrun. Forked from https://github.com/elduende05/botw-hundo-dupl
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
elduende05 61e4206e9c
Item refactor (#1)
* Load item definitions from json

- Convert item registration code using regex

* Display item descriptions on hover

- Read descriptions from l10n file
- Only en_US is supported for now

* Add remaining missing materials

- Also add misc. weaponry & armor
- Rename and reorder items to match game
- Keep deprecated alternate names

* Add remaining missing key items

- Replace SpiritOrb image with more accurate one
- Fix positioning on MasterSword and PotLid images
- Add padding to more closely simulate in-game menu

* Rename Meal item type to Food to match game

* Add support for animated icons

- Add support for reading webp files
- Mark all potentially animated items in json
- Add animated icons only for SpiritOrb / TravelMedallion for now
- Add menu option but leave disabled by default

* Review feedback

* Move icon files into subdirectories

* Remove item enum in favor of building list from config

- Fix some incorrect item ordering
- Rename some generic item images

* Add remaining missing items

- Add 122 Weapons, 23 Bows, and 30 Shields
- Add 105 Armor and 189 Food
- Include alternate icons (e.g. charged OHO) for later use

* Clean up types and respond to review feedback

* Add .webp files to lint ignore

* Stupid linter
2022-07-13 19:23:00 -07:00
.github/workflows fix style issues 2022-07-06 20:41:48 -07:00
config bug fixes 2022-06-19 06:00:37 -07:00
public add support for all shrines material 2022-06-21 11:51:24 -07:00
scripts Item refactor (#1) 2022-07-13 19:23:00 -07:00
src Item refactor (#1) 2022-07-13 19:23:00 -07:00
.eslintignore prototype 2022-06-19 03:52:08 -07:00
.eslintrc.json prototype 2022-06-19 03:52:08 -07:00
.gitignore Initial commit 2022-06-18 19:07:02 -07:00
Justfile setup workflows 2022-07-06 20:36:57 -07:00
LICENSE Initial commit 2022-06-18 19:07:02 -07:00
package-lock.json bug fixes 2022-06-19 06:00:37 -07:00
package.json setup workflows 2022-07-06 20:36:57 -07:00
README.md Initial commit 2022-06-18 19:07:02 -07:00
tsconfig.json setup workflows 2022-07-06 20:36:57 -07:00

botw-hundo-dupl

A duplication glitch simulator for botw hundo speedrun