Commit graph

60 commits

Author SHA1 Message Date
hppeng a9c96d3629 Add prologue and gleeman's tale
wynn api when
...fix epilgoue
2023-04-10 13:07:29 -07:00
hppeng 1ce6ec0af6 Fix epilogue displayName 2023-03-25 09:17:44 -07:00
hppeng 9ebac6b59e Partial update to 2.0.2.3 (festival of heroes)
patch:
- ing changes (manual)
- two endgame items (the ones that I got customs for)

bugfix:
- Fix bug in reverse mapping that mapped item "type" to "accessoryType"
2023-03-25 08:35:09 -07:00
hppeng-wynn dc878caf1c
2.0.2 (#252)
* 2.0.2 mage tree

Super super janky implementation of winded

* Clean up breathless definition

* Numerical values and archetype req update for non mage ability trees

Notably excludes:
Effigy attack speed
Double/Triple totem multipliers
more shields damage change
arrow hurricane nerf

don't think this includes dependencies but idk if any changed? Topology fixing still needed

* Archer, Warrior and Shaman updated (mostly)

* Assassin tree changes

* Item db update

guess this is the 2.0.2 branch now

* Mage edit to match ingame

* Fix misc. atree stuff that wasn't fixed yet

warrior connections and positions
double/triple totem implementation
ragna nerf

---------

Co-authored-by: hppeng <hppeng>
Co-authored-by: TopHat of Pride <33451677+TopHat-of-Pride@users.noreply.github.com>
Co-authored-by: aspiepuppy <emimeado@gmail.com>
2023-02-17 03:40:23 -08:00
hppeng-wynn 88fe5217d2
Manual pruning (2) (#247)
* manual pruning

woo

* Patch botched find/replace, update other json files and bump version

Co-authored-by: btdmaster1563 <85848265+btdmaster1563@users.noreply.github.com>
Co-authored-by: hppeng <hppeng>
2023-01-13 21:53:53 -08:00
hppeng-wynn eeb5d61c74
Remove "air gap" nodes (#240)
* Remove "air gap" nodes

they... just aren't necessary... compute graph supports having inputs in the middle anyway
WHY did I do this in the past (and it caused issues with dusty update)

* Fix loading older item db versions and v0 links

* Remove debug prints

Co-authored-by: hppeng <hppeng>
2022-12-20 21:34:11 +00:00
hppeng-wynn 049ca0a482
Misc bugfixes/patches (#239)
* Morph nerfs

whoot

* Fix customizer

somehow it wasn't even using the correct load method -- its a major miracle it worked at all

* Fix item base display in customizer

jank

maybe fix this properly later

* Bump item db version

* Fix crafted skillpoint calculation

* Fix crafter updating

use input for all listeners

Co-authored-by: hppeng <hppeng>
2022-12-20 01:16:29 +00:00
hppeng 2f7ff17253 HOTFIX: load crash bug with old versions 2022-12-17 01:11:19 -08:00
hppeng 98a3094491 HOTFIX: I hate frameshift 2022-12-16 03:20:49 -08:00
hppeng-wynn 2561feb621
Wynn versioning method (#238)
* Update tomes.json with 2.0 tomes

Added the 18 new weapon tomes coming in update 2.0.
Also fixed fabled t1 weapon tomes having level 80 instead of 60.

* Update tome_map.json with 2.0 tomes

Added the 18 new weapon tomes coming in update 2.0.

* Add missing regression tests

* Encode and decode V8, initial files

* Adding shortcut load

use json directly meme

* Dummy data for 2.0.1.2 (same as 2.0.1.1)

update documentation slightly

* Tier 3 tomes, and update files from api

.... tech debt... when binary encode

* Change versioning system to use query instead of hash

hopefully less breaking change; also just prettier

* More misc bugfix

Fix race condition in builder graph load
Fix loading empty hash
Add boundless set tag and set bonus
Update mage atree

* Data files for wynn version 2.0.1.2, and updated atree const json

* Add ability for nodes to have (single) archetype req but no archetype

Possibly we want to make a more general req system

* Finish inputting rest of the atree changes

hopefully

* Minify index.html

* Add tree decoding pseudocode to dev/index.html

* Update V8 docs

* Style fixes, bump db versions

* missing... semicolons...

Co-authored-by: FrozenEarth <39888817+FrozenEarth-git@users.noreply.github.com>
Co-authored-by: hppeng <hppeng>
2022-12-16 10:29:01 +00:00
hppeng 416a07c787 HOTFIX: patch frameshift (again)
missing neutral and air damage
2022-11-17 22:21:16 -08:00
hppeng f8c266db8d Update item and ingred DB
and bump version numbers
2022-11-12 07:48:27 -08:00
hppeng 73bc5e469e HOTFIX: Fix frameshift ID
💀
2022-09-26 05:25:11 -07:00
hppeng 749bd9a965 Fix elemental defense; implement rainbow spell damage % 2022-09-22 17:06:29 -07:00
hppeng 50e2360c38 Violet shifta
add a bunch of translations and display commands for new IDs but i definitely missed many of them too... haha fix as we go approach (oops)
2022-09-22 16:50:29 -07:00
hppeng 33a1e18154 HOTFIX: frameshift fix
missing damage fields ffs
2022-09-16 11:40:32 -07:00
hppeng 518af81d22 HOTFIX: Fix item set association
more robust/future proof sets info, at the cost of some load time
2022-09-15 22:54:36 -07:00
hppeng a81e936412 HOTFIX: item ID renaming... forgor 2022-09-15 22:42:06 -07:00
hppeng 7c5d1de415 Update items json from api 2022-09-15 21:26:02 -07:00
hppeng 64a0687543 Data update
parts of bugfix, new items from CGG
2022-08-27 10:01:32 -07:00
hppeng-wynn 418f25d85b
Update anima chestplate hive req (#211)
Co-authored-by: hppeng <hppeng>
2022-08-17 11:10:45 -07:00
hppeng 03897f676d Forgot to bump db version 2022-08-11 04:31:52 -07:00
hppeng 795b5207f8 Forest aconite spelldamage fix 2022-08-09 14:28:41 -07:00
hppeng 8883c0d790 Update anaerobic mana regen 2022-08-09 12:43:02 -07:00
hppeng 4d2d831179 HOTFIX: accidentally didn't 5x/0.7x spellcost IDs due to typo in python script
PR proper would've caught this...
2022-08-09 02:56:59 -07:00
hppeng 385a097cf7 Patch 11 item changes
might have bugs...
2022-08-09 02:39:03 -07:00
hppeng 0f21d8abe2 Port crafter back to advanced search backend 2022-08-03 00:28:54 -07:00
hppeng 08cd090088 Remove duplicate relic daggers 2022-07-28 22:58:28 -07:00
hppeng 0d27c35c4e Misc. fixes
Remove big map print in load.js
Fix crafted weapon re-encoding -- broke from item powdering fix...
2022-07-28 22:48:01 -07:00
hppeng f04882132a Fix crackshot, update potion boost apply order, fix spear prof display 2022-07-23 14:35:11 -07:00
hppeng 2ef378156a HOTFIX: set bonus mana and cost ID 5xing 2022-07-22 20:39:18 -07:00
hppeng ab371f5757 Fix duplicate items
oops
2022-07-19 21:45:00 -07:00
hppeng a3bf67aa2d Bump load.js version
also bump ing since i forgot to since ages ago
2022-07-19 21:31:01 -07:00
hppeng 5a3a70550a Merge, bump db version 2022-07-14 21:31:32 -07:00
touhoku 4787d4f5ae fix master hive set bonus 2022-07-14 20:20:45 -07:00
hppeng 55c78e41c1 Fix some new items/item changes
oops
also theres a bunch of lowlv item changes but im just ignoring them for now

also fix our update scripts .-.
2022-07-11 00:29:28 -07:00
hppeng c3cb9f129d Update items for wynn2 item changes 2022-07-08 15:01:45 -07:00
hppeng 8d077b3b4b Implement int and costs jankily
also fix rounding jankily with -cost items
2022-07-05 23:43:44 -07:00
hppeng 59be124de6 Fix ambivalence spellcosts 2022-07-05 10:38:05 -07:00
hppeng 97ea17565a More misc fix
Bump db version (forgot to do in last commit)
Guardian angels + more shields works now
2022-07-04 21:39:35 -07:00
hppeng 21773ab52d Fix set initial load 2022-06-26 05:37:15 -07:00
hppeng 8db34d68a7 Almost working spell damage calculation 2022-06-19 09:49:04 -07:00
hppeng 4f7f0f9cfc Clean up loading code, much cleaner invocation during init (and less prone to races) 2022-06-12 07:45:48 -07:00
hppeng 0f4dba258f Proof of concept (compute nodes to get items from names and highlight) 2022-05-22 03:21:34 -07:00
hppeng ac636c9498 Make encoding method backwards compatible and export the lowest version encoding possible (up to 4) 2022-05-21 11:33:28 -07:00
ferricles 58e75eb0a2 barebones tome functionality [tome load, tome inputs, tome expandedItem display] 2022-05-20 02:03:46 -07:00
hppeng 29bf9c6c3c Fix wynnterfest 2016 set bonus 2022-01-24 13:28:23 -08:00
ferricles abe6f0fbe2 Merge branch 'dev' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into dev 2022-01-05 12:42:04 -08:00
ferricles 1880854064 created separate files for merging sets and tomes into item DB 2022-01-05 12:42:01 -08:00
hppeng 552928a688 Fix air hive marker on gale's force (gale's freedom), add README to update process 2022-01-05 12:35:24 -08:00