collinsmith / riiablo

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

Front/back overlay associations #103

Open collinsmith opened 3 years ago

collinsmith commented 3 years ago

Auras and some skills such as bone armor have front and back overlay effects. I need to find where this association is made. Because some overlays have different names, e.g., might -> aura_might_front aura_might_back fanaticism -> fanaticismfront, fanaticismback cyclone armor -> cyclonearmor1front cyclonearmor1back cyclonearmor2front ...

It's possible that this will need to be hard coded into the ability functions.