1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-27 21:56:19 -04:00
OpenDiablo2/d2common/d2data
dk 6eb85d673a
Feature d2datadict levels (#373)
* main, d2common: load Magic/Rare/Unique Affix

* d2common: item affixes only

removed Rare/Unique Prefix/Suffix as those are related to monsters, not items.

* removed debug print from item_affix.go

* changed item affix type names for clarity, removed debug print from data_dictionary

* d2common: item affix datadict and records

Item Affixes are defined in `/data/global/excel/Magic{Prefix,Suffix}.txt`
Rare and Unique Pre/Suffixes seem to be for monsters, not items.

d2common: item affixes only

removed Rare/Unique Prefix/Suffix as those are related to monsters, not items.

removed debug print from item_affix.go

changed item affix type names for clarity, removed debug print from data_dictionary

* reverting to pre-allocating memory for parsing txt lines

* removing the rest of the rare/unique definitions

* removing the rest of the rare/unique definitions

* mend

* adding datadict loader for levels.txt

* adding comments from PK forums in the added d2enum files
2020-06-21 16:45:22 -04:00
..
d2compression all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
d2datadict Feature d2datadict levels (#373) 2020-06-21 16:45:22 -04:00
d2video Performance/Memory Improvements (#365) 2020-06-20 21:07:36 -04:00
animation_data.go Performance/Memory Improvements (#365) 2020-06-20 21:07:36 -04:00
object.go Add support for missiles (#308) 2020-02-22 20:44:30 -05:00