Commit graph

1304 commits

Author SHA1 Message Date
hppeng 538202e7ac Unify melee stats boxes
remove poison stats box for now
now melee stats box is correct with melee modifiers, and also neater in code
2022-07-19 00:33:05 -07:00
hppeng 2e4cbe9175 Fix fluid healing stat 2022-07-18 22:26:16 -07:00
hppeng aa185ce022 Heal% stat 2022-07-18 22:23:16 -07:00
hppeng-wynn 67efec4c3d
Merge pull request #146 from hppeng-wynn/atree_toggle
Atree toggle
2022-07-18 22:14:47 -07:00
hppeng b63f45572b HOTFIX: Fatal typo in item display code causing double display names
....
2022-07-18 20:43:25 -07:00
hppeng-wynn 73423a66e7
Merge pull request #143 from hppeng-wynn/display-cleanup
Display cleanup
2022-07-18 20:14:46 -07:00
hppeng 61b8cc9427 Merge branch 'atree' into display-cleanup 2022-07-18 19:49:53 -07:00
hppeng 930aef1766 Fix bugs revolving around fortitude link
and match ingame behavior for now
2022-07-18 19:46:44 -07:00
hppeng 8ac6f62206 Shaving DOM elements from powder specials box 2022-07-18 04:02:00 -07:00
hppeng a9a0eb5eda Remove (incorrectly formatted) archer speed, implement toggle 2022-07-18 02:51:25 -07:00
hppeng 167dc838f1 replace doc.html with updated vers. 2022-07-18 01:23:16 -07:00
hppeng 459ee7dbe7 More display cleanup, fix ELS bug, fix double compute graph update 2022-07-18 00:34:29 -07:00
hppeng 9364e30fe6 Merge branch 'atree' into display-cleanup 2022-07-17 23:54:47 -07:00
hppeng 09e605d36a HOTFIX: fix typo with no gear skillpoint calc
fk js and also fk me
2022-07-17 23:48:42 -07:00
hppeng 70df30d335 begin display cleanup 2022-07-17 23:46:23 -07:00
hppeng-wynn 8c050437fc
Merge pull request #142 from hppeng-wynn/builder-performance-testing
Builder performance improvements
2022-07-17 23:34:06 -07:00
hppeng 6e590dde01 Remove debugging print (2) 2022-07-17 23:33:39 -07:00
hppeng 2d9a6bb5a1 Fix check for.. the guard that I put in myself... 2022-07-17 23:10:16 -07:00
hppeng 24a7dd9592 Clean up, remove prints 2022-07-17 22:39:30 -07:00
hppeng d4706ebb74 Remove debugging msg for skillpoint calc 2022-07-17 22:04:38 -07:00
hppeng 5daa7064cd Separate cases a bit more cleanly, include -sp items in noboost 2022-07-17 23:13:20 -05:00
hppeng 338e1931bc -sp case 2022-07-17 23:00:27 -05:00
hppeng 0a508ea0ae Fix typo with skillpoint engine initialization 2022-07-17 22:53:24 -05:00
hppeng 1e4ebee975 First iteration blazing fast sp engine 2022-07-17 20:44:00 -07:00
hppeng 3e9414ef1e Revert Map changes for big maps... use only for small object-like things 2022-07-17 16:34:54 -05:00
hppeng ae1146aec1 Merge branch 'atree' into builder-performance-testing 2022-07-17 15:28:00 -05:00
hppeng-wynn e4ab47c636
Merge pull request #141 from hppeng-wynn/misc_bugfix
Misc bugfix
2022-07-17 13:26:42 -07:00
hppeng da6a422d79 Change ingred and item Maps to plain object access 2022-07-17 15:10:50 -05:00
hppeng 6c7c274f81 itemLists is now an object
also some test code for scc
2022-07-17 12:40:37 -07:00
hppeng efad0b5fdd Use direct property access to speed everything up 2022-07-17 03:38:12 -05:00
hppeng 3294494c53 Display sp compute times in html 2022-07-16 22:48:28 -07:00
hppeng 6ba2383e2f Add debugging printouts to skillpoint computation and overall compute 2022-07-16 22:47:19 -07:00
hppeng 01648189a8 Fix item page 2022-07-16 20:49:06 -07:00
hppeng a89dd6e741 Fix bug with gust not adding to ice snake damage directly 2022-07-16 20:40:24 -07:00
hppeng 2148831545 Fix display.js bugs, remove unused script imports 2022-07-16 20:06:01 -07:00
hppeng af9479f1d5 Condense some code in display.js to use make_elem 2022-07-16 19:43:13 -07:00
hppeng ce066e4d81 Compress item icon images 2022-07-16 19:36:54 -07:00
hppeng e623fa25fd Merge branch 'better-lightweaver-patch' into misc_bugfix 2022-07-16 19:18:57 -07:00
hppeng 855873fd66 Merge branch 'atree' into misc_bugfix 2022-07-16 19:18:44 -07:00
hppeng fb499c3820 Explosion damage affected by transonic warp
also cap stat scalers
2022-07-16 19:17:51 -07:00
hppeng 104930c15b Minify index.html 2022-07-16 19:15:38 -07:00
hppeng-wynn f1c1c73ae5
Merge pull request #140 from touhoku-wynn/atree
ragna + fortitude -> boosts section
2022-07-16 19:13:25 -07:00
touhoku dab672caf7 fix atree_constants_min 2022-07-16 18:57:05 -07:00
touhoku fb721cd034 Merge branch 'atree' of https://github.com/hppeng-wynn/hppeng-wynn.github.io into atree 2022-07-16 18:55:07 -07:00
touhoku dc5be9c2cf move ragna/fortitude boosts to active boosts
split war scream damage / dr
hrhvhrhvhhrvrh
deez nuts uh still needs minify on index_full
2022-07-16 18:43:57 -07:00
hppeng e3d4041857 Fix base_spell argument for better lightweaver modification 2022-07-16 18:13:38 -07:00
hppeng-wynn ef6ed85c25
Merge pull request #137 from hppeng-wynn/atree_hotfix
windy feet yellowmoding now
2022-07-16 18:09:14 -07:00
aspiepuppy 622f9746a0 windy feet yellowmoding now 2022-07-16 18:49:49 -05:00
hppeng-wynn 86f3bc323c
Merge pull request #136 from hppeng-wynn/atree_hotfix
fixed fortitude multiplier and duration, also arcane overflow req
2022-07-16 15:19:54 -07:00
hppeng-wynn 1955764aaf
Merge pull request #135 from fin444/atree
fix atree scrolling side to side
2022-07-16 15:19:32 -07:00