20250530 Late Update
Added @Rakiov's brilliant NUI spellcast system & power attack GUI. Fixed incorrect constants for Charming the Arrow and Investigator. Updated loadhints.2da.
This commit is contained in:
@@ -115,6 +115,7 @@ void PRCFeat_Equip(object oPC, object oSkin, int iEquip)
|
||||
SetCompositeAttackBonus(oPC, "BrutalThrow", 0);
|
||||
}
|
||||
}
|
||||
|
||||
//:: Charming the Arrow - Apply bonus if Charisma > Dexterity for bows & crossbows
|
||||
if (GetHasFeat(FEAT_CHARMING_THE_ARROW, oPC))
|
||||
{
|
||||
@@ -134,6 +135,11 @@ void PRCFeat_Equip(object oPC, object oSkin, int iEquip)
|
||||
SetCompositeAttackBonus(oPC, "CharmingTheArrow", 0);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Remove the bonus if Charisma is not greater
|
||||
SetCompositeAttackBonus(oPC, "CharmingTheArrow", 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user