2026/04/27 Evening Update

Added PRC Option to change player model to appearances in racialappear.2da
Added class heartbeat script and updated Soul Eater's onHit to work with NPCs and cohorts.
This commit is contained in:
Jaysyn904
2026-04-27 20:49:54 -04:00
parent f397206b74
commit df731f3bd4
8 changed files with 171 additions and 9 deletions

View File

@@ -86,6 +86,7 @@ float DamageAvg(int iDamage);
//#include "prc_spell_const"
//#include "inc_utility"
#include "prc_inc_natweap"
#include "prc_inc_onhit"
//////////////////////////////////////////////////
/* Function defintions */
@@ -546,6 +547,12 @@ void UnarmedFists(object oCreature)
AssignCommand(oCreature,ActionEquipItem(oWeapL, INVENTORY_SLOT_CWEAPON_L));
}
}
// Add Soul Eater onHit property if applicable
if (GetLevelByClass(CLASS_TYPE_SOUL_EATER, oCreature) > 0)
{
Add_OnHitUniquePower(oWeapL, "prc_uni_shift");
}
int iKi = (iMonkEq > 9) ? 1 : 0;
iKi = (iMonkEq > 12) ? 2 : iKi;