mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-18 02:16:23 -05:00
a25e42518d
* adding rules for swap files to .gitignore * 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 * adding ItemStatCost data dict loader
13 lines
156 B
Plaintext
13 lines
156 B
Plaintext
**/*__debug_bin
|
|
.vscode/**/*
|
|
!.vscode/extensions.json
|
|
**/Client.exe
|
|
**/Client
|
|
.idea/**/*
|
|
.vs/**/*
|
|
/OpenDiablo2.exe
|
|
/OpenDiablo2
|
|
**/*.pprof
|
|
*.swp
|
|
.*.swp
|
|
tags |