collinsmith / riiablo

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

Den of Evil naming #15

Open collinsmith opened 5 years ago

collinsmith commented 5 years ago

It appears that the Den of Evil is either named the "Den of Evil" or "Cave Level 1" depending on whether or not Q1 is active. The quest version also has some special properties, such as unique environment ambient color (red). AKA, the LevelName, LevelWarp and EntryFile don't match up and must be set with code. It seems that this only a naming/environment change though, as the monsters are the same and it uses the same level generation (also 1 level not 2 like the actual "Cave" in the Cold Plains). This will have to be looked at more when quests are added, and I'm betting this is a global event, i.e., the naming is changed when the level is generated and doesn't display differently depending on player quest status.