wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 193 forks source link

Buying basic items + some player stats display #357

Closed Predelnik closed 6 years ago

Predelnik commented 6 years ago
  1. Player stats are experimental but I do think they should be separated from actor stats because players have a lot of unique properties.
  2. Buying basic items from Griswold is the easiest kind of item generation. Current limitations:
    • items not saved/loaded.
    • not regenerated on reentering town.
    • ilvl is fixed for now.
wheybags commented 6 years ago

merged into #355