Removed Iron Will from Drow

Removed Iron Will from Drow & replaced it with an intrinsic bonus.  Racial constants cleanup. Lowercased "others" folder contents.
This commit is contained in:
Jaysyn904
2024-06-09 23:04:18 -04:00
parent 31a7a88252
commit 1234fa8f60
36 changed files with 30 additions and 4636 deletions

View File

@@ -125,7 +125,6 @@ int _CheckEpicSpellcastingForClass(object oPC, int nClass)
case CLASS_TYPE_BLIGHTER: return GetIsEpicBlighter(oPC);
case CLASS_TYPE_UR_PRIEST: return GetIsEpicUrPriest(oPC);
break;
}
return FALSE;
}

View File

@@ -1,5 +1,8 @@
// Racialtypes
//Greyhawk Races
const int RACIAL_TYPE_DERRO = 999;
//Darksun races
const int RACIAL_TYPE_AARAKOCRA = 999;
const int RACIAL_TYPE_DS_DWARF = 999;
@@ -33,9 +36,6 @@ const int RACIAL_TYPE_KALASHTAR = 148;
const int RACIAL_TYPE_WARFORGED = 149;
const int RACIAL_TYPE_ZAKYA_RAKSHASA = 150;
//Greyhawk Races
const int RACIAL_TYPE_DERRO = 172;
//Planescape Races
const int RACIAL_TYPE_BARIAUR = 207;
const int RACIAL_TYPE_BLADELING = 195;
@@ -121,13 +121,13 @@ const int RACIAL_TYPE_SHADOWSWYFT = 236;
//Serpent Kingdom and Reptillian Races
const int RACIAL_TYPE_ABOM_YUAN = 228;
const int RACIAL_TYPE_ASABI = 241;
const int RACIAL_TYPE_ASABI_STINGTAIL = 242;
const int RACIAL_TYPE_KUOTOA = 67;
const int RACIAL_TYPE_ASABI = 999;
const int RACIAL_TYPE_ASABI_STINGTAIL = 999;
const int RACIAL_TYPE_KUOTOA = 999;
const int RACIAL_TYPE_LIZARDFOLK = 219;
const int RACIAL_TYPE_LIZARDKING = 68;
const int RACIAL_TYPE_MEDUSA = 69;
const int RACIAL_TYPE_OPHIDIAN = 70;
const int RACIAL_TYPE_OPHIDIAN = 999;
const int RACIAL_TYPE_POISON_DUSK = 248;
const int RACIAL_TYPE_PURE_YUAN = 220;
const int RACIAL_TYPE_SAHUAGIN = 71;