Expanded Justice of Weald & Woe for epic progression

Expanded Justice of Weald & Woe for epic progression.
Updated DoFortification()
Moved Dread Necro over to use DoFortification().
This commit is contained in:
Jaysyn904
2025-05-11 01:20:36 -04:00
parent 2792ed00fc
commit f384d43821
11 changed files with 1361 additions and 1201 deletions

View File

@@ -401,4 +401,14 @@ const float INTERVAL_BLESSING_OF_DAWN = 15.0;
//Healer
const int ASSOCIATE_TYPE_CELESTIALCOMPANION = 9;
//:://////////////////////////////////////////////
//:: Fortification Constants
//:://////////////////////////////////////////////
const int FORTIFICATION_LIGHT = 25;
const int FORTIFICATION_MEDIUM = 50;
const int FORTIFICATION_MODERATE = 75;
const int FORTIFICATION_HEAVY = 100;
//:: void main (){}