1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-15 20:15:24 +00:00
OpenDiablo2/d2common/d2data/d2datadict
dk c14f285a21
Feature d2datadict difficultylevels (#363)
* 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

* adding data dict loader for difficulty levels
2020-06-20 15:59:20 -04:00
..
armor.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
charstats.go Feature d2datadict charstats (#339) 2020-06-18 22:42:38 -04:00
difficultylevels.go Feature d2datadict difficultylevels (#363) 2020-06-20 15:59:20 -04:00
experience.go Feature d2datadict experience (#343) 2020-06-19 20:56:04 -04:00
gems.go Feature/gems (#347) 2020-06-20 11:54:23 -04:00
hireling.go Feature/hirelings (#348) 2020-06-20 11:52:55 -04:00
item_affix.go Item Affixes (#328) 2020-05-08 12:33:37 -04:00
item_common.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
itemstatcost.go Feature item stat cost (#338) 2020-06-18 22:39:57 -04:00
level_presets.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00
level_types.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00
level_warp.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
map_helper.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00
misc.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
missiles.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00
monstats.go Feature d2datadict monstats (#341) 2020-06-19 18:24:03 -04:00
object_lookup.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
object_query_test.go all: use goimports to format code and fix two minor typos in comments (#326) 2020-04-11 14:56:47 -04:00
object_query.go Refectoring to reduce code warnings (#283) 2020-02-01 21:51:49 -05:00
object_types.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00
objects.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00
sounds.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00
unique_items.go Move d2config to d2core, remove d2helper (#282) 2020-02-01 21:06:22 -05:00
weapons.go Minor changes to project layout (#276) 2020-01-31 23:18:11 -05:00