1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-19 13:45:23 +00:00
OpenDiablo2/d2core/d2inventory
Ripolak f729ff6101
Feature/load misc items (#424)
* Add InventoryItemMisc struct

* Add GetMiscItemByCode function

* Implement InventoryItem interface for InventoryItemMisc

* Add rings and amulets to the example items loading.

* Fix Y of LeftHand and RightHand equipment slots.

* Add "Ripolak" name to CONTRIBUTORS

* Remove double item
2020-06-23 15:28:03 -04:00
..
character_equipment.go Initial work to separate client and server logic (#330) 2020-06-13 18:32:09 -04:00
hero_objects.go Moving files around to make more sense (#279) 2020-02-01 18:55:56 -05:00
inventory_item_armor.go Initial work to separate client and server logic (#330) 2020-06-13 18:32:09 -04:00
inventory_item_misc.go Feature/load misc items (#424) 2020-06-23 15:28:03 -04:00
inventory_item_weapon.go Initial work to separate client and server logic (#330) 2020-06-13 18:32:09 -04:00
inventory_item.go Move rendering stuff out of d2common into d2render (#281) 2020-02-01 20:39:28 -05:00