Bringing PRC Alpha up to pairty with PRC35
Bringing PRC alpha up to parity with PRC35 with the exception of the marker feats, which need to be reworked. Updated PRC alpha release.
This commit is contained in:
@@ -8,7 +8,10 @@ void main()
|
||||
{
|
||||
object oPC = GetLastDamager();
|
||||
if(GetHasFeat(FEAT_SADISTIC_REWARD, oPC) && PRCGetIsAliveCreature(OBJECT_SELF))
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, ExtraordinaryEffect(EffectSavingThrowIncrease(SAVING_THROW_ALL, 1, SAVING_THROW_TYPE_ALL)), oPC, 6.0);
|
||||
{
|
||||
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, ExtraordinaryEffect(EffectSavingThrowIncrease(SAVING_THROW_ALL, 1, SAVING_THROW_TYPE_ALL)), oPC, 6.0);
|
||||
//SendMessageToPC(oPC, "Sadistic Reward running");
|
||||
}
|
||||
|
||||
object oMeldshaper = GetLocalObject(OBJECT_SELF, "NecrocarnumShroud");
|
||||
if (GetIsObjectValid(oMeldshaper) && PRCGetIsAliveCreature(OBJECT_SELF))
|
||||
|
@@ -131,7 +131,7 @@ void reqGender()
|
||||
DeleteLocalInt(OBJECT_SELF, "PRC_Male");
|
||||
}
|
||||
|
||||
void Kord(object oPC) //:: This could be in the prereq 2da
|
||||
void Kord(object oPC)
|
||||
{
|
||||
SetLocalInt(oPC, "PRC_PrereqKord", 1);
|
||||
|
||||
@@ -141,7 +141,7 @@ void Kord(object oPC) //:: This could be in the prereq 2da
|
||||
}
|
||||
}
|
||||
|
||||
void Purifier(object oPC) //:: This could be in the prereq 2da
|
||||
void Purifier(object oPC)
|
||||
{
|
||||
SetLocalInt(oPC, "PRC_PrereqPurifier", 1);
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Example XP2 OnItemUnequipped
|
||||
//:: x2_mod_def_unequ
|
||||
//:: PRC OnItemUnequipped
|
||||
//:: prc_unequip
|
||||
//:: (c) 2003 Bioware Corp.
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
|
Reference in New Issue
Block a user