Commit graph

1610 commits

Author SHA1 Message Date
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 ca43faacf1 HOTFIX: Handle case when atree decode fails (extremely ungracefully)
Also fix a bunch of bugs with warrior and archer trees
2022-12-16 02:48:47 -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
Bitlet ba1f23e7ab
Update items.js (#237) 2022-11-27 13:11:07 -08:00
hppeng 78974c157e Powder application logic reflects what is ingame
also fix violet shift interaction
2022-11-19 20:28:02 -08:00
hppeng 416a07c787 HOTFIX: patch frameshift (again)
missing neutral and air damage
2022-11-17 22:21:16 -08:00
hppeng-wynn 36d099b225
Fix behavior of -cost and +cost to match ingame rolling (#234)
Co-authored-by: hppeng <hppeng>
2022-11-15 13:11:38 -08:00
hppeng f8c266db8d Update item and ingred DB
and bump version numbers
2022-11-12 07:48:27 -08:00
FrozenEarth 1ff88b55a8
Fix Strange Trinket (#229)
* Fix Strange Trinket

Removed Strange Trinket's 4 def req (that it doesn't actually have)

* Also fixed Ignited Faebloom's mana steal
2022-11-12 06:47:58 -08:00
hppeng-wynn 557f33a594
Patch 2.0.1 (#232)
* Update atree_constants to 2.0.1

* Should be all of changes up to 2.0.1

Co-authored-by: FrozenEarth <39888817+FrozenEarth-git@users.noreply.github.com>
Co-authored-by: hppeng <hppeng>
2022-11-12 06:43:19 -08:00
Endistic-DEV 04524f54e2
Update to README.md (#227)
* Update Image

* Finish Changes

still no documentation though, dont know whats supposed to be there
2022-11-06 11:22:21 -08:00
hppeng 4653fe4598 HOTFIX: updated minified atree constants file 2022-11-01 08:51:13 -07:00
reschan 9b6ab5e8e7
Merge pull request #231 from FrozenEarth-git/patch-8
Update atree_constants.js to 2.0 hotfix 6
2022-11-01 22:46:19 +07:00
FrozenEarth c801ce0da0
Removed some 2.0.1 changes that snuck in 2022-11-01 09:19:10 -06:00
FrozenEarth 3adb1e0bec
Update atree_constants.js to 2.0 hotfix 6
Split from the 2.0.1 push due to popular request
2022-11-01 09:16:22 -06:00
Bitlet 22db760aa9
WynnCustom Item Display Fix (#228)
displaysq2ExpandedItem is undefined. Replacing it with displayExpandedItem (defined in display.js) works.
2022-10-18 09:06:07 -07:00
hppeng 73bc5e469e HOTFIX: Fix frameshift ID
💀
2022-09-26 05:25:11 -07:00
hppeng 050a086838 Add missing melee damage display commands
missing postfix/prefix
2022-09-23 11:41:05 -07:00
hppeng c093384867 Fix basaltic trap damage, implement hotfix 3 changes 2022-09-23 11:33:55 -07:00
hppeng 873ff51af7 HOTFIX: accidentally deleted melee damage raw display postfix 2022-09-22 17:35:30 -07:00
hppeng 749bd9a965 Fix elemental defense; implement rainbow spell damage % 2022-09-22 17:06:29 -07:00
hppeng 8fe457bd14 Merge branch 'master' of github.com:hppeng-wynn/hppeng-wynn.github.io 2022-09-22 16:55:05 -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-wynn 408f697d56
Radiance (#219)
* Janky radiance implementation

.....

* Special case scale tome multipliers

* Update doc.html

* Remove poison display, no more poison special treatment

* Fix fatal typo with defmult processing, only affect positive IDs

* Properly handle negative spellcost and negative IDs

* Fix some fatal typos

Co-authored-by: hppeng <hppeng>
2022-09-18 16:14:38 -07:00
hppeng 520fa8f33b Massive bash 8->7 req
lol i need this
2022-09-18 16:13:50 -07:00
hppeng-wynn 1f6e931ba3
Implement hotfix 2 changes (#225)
* Implement hotfix 2 changes

https://forums.wynncraft.com/threads/2-0-hotfix-2.303225/

* Shocking bomb description text

Co-authored-by: hppeng <hppeng>
2022-09-18 12:02:19 -07:00
hppeng-wynn 4de0d2a229
Merge pull request #226 from hppeng-wynn/atlas-upgrades
hotfix: excluding sum filters works again
2022-09-18 12:02:00 -07:00
fin444 85d84f6746 hotfix: excluding sum filters works again 2022-09-17 17:07:56 -04:00
hppeng-wynn 38a2ec19e2
Merge pull request #224 from hppeng-wynn/atlas-upgrades
Atlas hotfixes
2022-09-17 07:51:54 -07:00
fin444 087e9a6698 fix rainbow spell damage raw 2022-09-17 10:15:39 -04:00
hppeng 33a1e18154 HOTFIX: frameshift fix
missing damage fields ffs
2022-09-16 11:40:32 -07:00
fin444 ca1515ab9e re-add Rainbow Spell Damage to atlas 2022-09-16 08:40:10 -04:00
fin444 d0326b00fb atlas hotfix 2022-09-16 08:29:38 -04:00
hppeng 8767616c0a HOTFIX: powder special early termination 2022-09-15 23:00:44 -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 16b519069b Minor atree bug patch 2022-09-15 21:58:05 -07:00
hppeng-wynn cbe6cd14b8
Merge pull request #223 from hppeng-wynn/item_api_update
Update items json from api
2022-09-15 21:55:18 -07:00
hppeng-wynn b32cd242df
Merge pull request #222 from hppeng-wynn/atlas-upgrades
misc atlas improvements
2022-09-15 21:32:56 -07:00
hppeng 7c5d1de415 Update items json from api 2022-09-15 21:26:02 -07:00
fin444 ec8e0e7003 exclude filters from search, improve atlas error display 2022-09-13 15:11:14 -04:00
fin444 c85cd3cb5e delete atlas filters 2022-09-13 14:50:00 -04:00
fin444 10d97039f0 better error messages for invalid searches 2022-09-13 14:26:46 -04:00
fin444 88808ceb49 atlas categories default to none selected 2022-09-13 14:20:20 -04:00
hppeng-wynn 632b526766
Merge pull request #221 from fin444/master
Fix duplicate ingredient IDs
2022-09-10 19:44:57 -07:00
fin444 aba70e7e92 bump ING_DB_VERSION 2022-09-10 17:13:24 -04:00
fin444 68dca569a8 fix ing id dupes, remove ingreds.json 2022-09-10 17:11:04 -04:00