2025/07/08 Afternoon update

Added WotC source for the werewolf class to Notes folder.
Eldritch Blast should be unlimited uses per day.
Avariel & Feyri should get wings after CharGen.
Added Avariel & Feyri to PRCIsFlying().
Maybe fixed Whirling Blade.
Updated Superb Dispelling TLK.
This commit is contained in:
Jaysyn904
2025-07-08 12:34:31 -04:00
parent ba20411a61
commit 358b36350a
7 changed files with 66 additions and 12 deletions

View File

@@ -456,6 +456,14 @@ void main()
{
SetCreatureWingType(CREATURE_WING_TYPE_BUTTERFLY, oPC);
}
if(GetRacialType(oPC) == RACIAL_TYPE_AVARIEL)
{
SetCreatureWingType(CREATURE_WING_TYPE_BIRD, oPC);
}
if(GetRacialType(oPC) == RACIAL_TYPE_FEYRI)
{
SetCreatureWingType(CREATURE_WING_TYPE_DEMON, oPC);
}
if(GetRacialType(oPC) == RACIAL_TYPE_JAEBRIN)
{
SetCompositeBonus(oSkin, "Jaebrin_Spell", 4, ITEM_PROPERTY_SKILL_BONUS, SKILL_SPELLCRAFT);