2025/07/01 Afternoon Update
Tweaked ninja TLK entry. War Domain weapon focus now uses EffectBonusFeat(). Vow of Poverty reapplies chosen stat bonuses and saves on new module (@Anufis) Created spell constant for Snap Kick. Tweaked Baleful Utterance. IPDamageConstant() had a cap that it shouldn't have had. Completely moved Assassin over to be a prepared caster ala 3e D&D. Tweaked a few feat.2da entries for minor stuff. Set torch as a monk weapon in baseitems.2da, so it doesns't screw up Flurry of Blows.
This commit is contained in:
@@ -26,7 +26,7 @@ void main()
|
||||
{
|
||||
FloatingTextStringOnCreature("Deactivating Snap Kick", oInitiator, FALSE);
|
||||
DeleteLocalInt(oInitiator, "SnapKick");
|
||||
PRCRemoveEffectsFromSpell(OBJECT_SELF, 3741);
|
||||
PRCRemoveEffectsFromSpell(OBJECT_SELF, SPELL_TOB_SNAP_KICK);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user