1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-27 05:35:57 -04:00
OpenDiablo2/d2core/d2item
gravestench 622186e350
fixed 'dupl' lint errors (#845)
* removed dupl lint errors in d2compression/huffman.go

* remove duplicate code for set/unique item properties

This is a more involved edit. I've added a `PropertyDescriptor`
which is a common struct that should have existed already. The
`PropertyDescriptor` is used to generate property instances, and is common
to item affixes, set items, sets, unique items, and runewords.

This was all to remove duplicate code in d2item/

* removed duplicate code for rare item affixes
2020-10-26 00:38:18 -07:00
..
diablo2item fixed 'dupl' lint errors (#845) 2020-10-26 00:38:18 -07:00
context.go D2items WIP (#646) 2020-07-30 10:14:15 -04:00
doc.go D2items WIP (#646) 2020-07-30 10:14:15 -04:00
equipper.go fixed all golint type lint errors (#780) 2020-10-21 23:41:21 -07:00
item.go D2datadict unique items bugfix (#669) 2020-08-02 21:26:07 -04:00