1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-22 23:25:23 +00:00
OpenDiablo2/d2core
lord bfd3f1046d
D2items WIP (#646)
* wip d2items system and item properties

* added loader for TreasureClassEx.txt

* wip item spawn from treasure class records

* wip items

* add call to init item equivalencies, remove treasure class test from d2app

* made item affix records global var a map of affix codes to the records

* changed how item to item common record equivalency is determined

* changed set items records export to a map of their codes to the records, grouped property params into a struct

* changed property parameter field from calcstring to string

* fixed bug in stat value clone

* adding equipper interface as part of stat context, eventually to be used to resolve set bonus (among other things)

* made the item interface simpler, only needs name and description methods

* adding equipper interface, for anything that will equip or have active items

* handle case where min and max are swapped, removed commented code

* added property/stat resolution for magic, rare, set, and unique items

* adding item generator which can roll for items using treasure class records

* fixed item equivalency func being called in the wrong spot
2020-07-30 10:14:15 -04:00
..
d2asset Started work on shadows (#630) 2020-07-26 19:29:37 -04:00
d2audio/ebiten lint fixes (#615) 2020-07-23 12:56:50 -04:00
d2config Removed Configuration interface (#560) 2020-07-08 09:16:16 -04:00
d2gui removed most lint errors in d2gui (#604) 2020-07-18 18:06:36 -04:00
d2hero moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2input Lint cleanup (#628) 2020-07-26 14:52:54 -04:00
d2inventory moving package comments into doc.go files (#534) 2020-07-03 18:33:46 -04:00
d2item D2items WIP (#646) 2020-07-30 10:14:15 -04:00
d2map Updated music logic (#629) 2020-07-26 15:17:00 -04:00
d2object Lint cleanup (#628) 2020-07-26 14:52:54 -04:00
d2render/ebiten Started work on shadows (#630) 2020-07-26 19:29:37 -04:00
d2screen lint fixes (#615) 2020-07-23 12:56:50 -04:00
d2stats D2items WIP (#646) 2020-07-30 10:14:15 -04:00
d2term lint fixes (#615) 2020-07-23 12:56:50 -04:00
d2ui Lint cleanup (#628) 2020-07-26 14:52:54 -04:00