collinsmith / riiablo

Diablo II remade using Java and LibGDX
http://riiablo.com
Apache License 2.0
884 stars 101 forks source link

Transmog support #11

Open collinsmith opened 5 years ago

collinsmith commented 5 years ago

I'd like to add transmog support for at least some item types (weapons/armor). Customization might include changing the invfile, flippyfile, color, trans. Some items will need to remain within their families, e.g., no changing a 2HS to a 1HS. I'm unsure of how this info can be saved in addition to the D2S, either support for D2S is dropped while retaining the ability to import, or this data will need to be saved in addition to (probable). I'll look into this more somewhere down the line, likely when the game is largely finished.