1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-29 18:45:23 +00:00
OpenDiablo2/d2common/d2data/d2datadict
dk cf6029eb95
Stat descriptions + tests, Skilldesc.txt loader (#590)
* adding ranged number type, for use in stats

* Loaded Skills.txt

* asset manager only binds terminal commands if terminal != nil

* WIP stats

* cache getter and clear methods were not implemented

* asset manager handles a nil terminal pointer

* adding skilldesc.txt loader (needs work)

* ctc stat descriptions functions working

* moving description functionality out of itemstatcost loader and into stats

* stats seem like a central part of diablo, moving into d2core.

* stats seem like a central part of diablo, moving into d2core.

* delint

* adding statlist, statlist reduction, unit tests

* minor edits to stat.go

* lint error in statlist.go

* Remove dependency on actual data from mpq files

stats unit tests now use mock data

* fixing some lint errors, formatting

Co-authored-by: Maxime Lavigne (malavv) <duguigne@gmail.com>
2020-07-17 18:50:45 -04:00
..
armor.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
automap.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
charstats.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
cubemain.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
d2datadict.go fixed monstats lint errors, added doc file for d2datadict (#494) 2020-06-29 18:46:31 -04:00
difficultylevels.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
experience.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
gems.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
hireling.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
inventory.go Add inventory.txt loader, use the records (#573) 2020-07-11 11:25:34 -04:00
item_affix.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
item_common.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
itemstatcost.go Stat descriptions + tests, Skilldesc.txt loader (#590) 2020-07-17 18:50:45 -04:00
level_maze.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
level_presets.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
level_sub.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
level_types.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
level_warp.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
levels.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
map_helper.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
misc.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
missiles.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
monpreset.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
monstats.go Stat descriptions + tests, Skilldesc.txt loader (#590) 2020-07-17 18:50:45 -04:00
monstats2.go Refactored d2enum (#567) 2020-07-09 23:12:28 -04:00
object_lookup.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
object_query_test.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
object_query.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
object_types.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
objects.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
properties.go Properties.txt loader (#580) 2020-07-13 09:02:09 -04:00
skilldesc.go Stat descriptions + tests, Skilldesc.txt loader (#590) 2020-07-17 18:50:45 -04:00
skills.go Loaded Skills.txt (#583) 2020-07-14 06:59:49 -04:00
sounds.go Resolved most lint errors in d2data and d2datadict (#499) 2020-06-30 09:17:07 -04:00
super_uniques.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
unique_items.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00
weapons.go d2datadict reading changes (#553) 2020-07-07 08:56:31 -04:00