Exalted update
Updated Vow of Poverty. Added Sanctify Ki Strike, Holy Strike, Fist of Heavens, Vow of Abstinence, Vow of Chastity & Gift of Faith. (@fenac). Turned off the Taunt & Parry skills. Re-disabled AC & save bonuses from Tumble & Spellcraft. Updated min() & max() to PRCmin() & PRCmax() to not conflict with similarly named NUI adjacent functions. Set Point Blank Shot to 30' per PnP. Added icon for Chosen of Evil. Started work on Hidden Talent. Created Psionics function cheatsheet. Updated release archive.
This commit is contained in:
@@ -67,7 +67,7 @@ void main()
|
||||
}
|
||||
//GetEffectDurationRemaining returns seconds, need rounds
|
||||
int nDice = nEffectDurationRemaining / 6;
|
||||
int nDam = d4(min(15, nDice));
|
||||
int nDam = d4(PRCMin(15, nDice));
|
||||
|
||||
//Do the AoE
|
||||
object oTarget = MyFirstObjectInShape(SHAPE_SPHERE,FeetToMeters(60.0), lLoc);
|
||||
|
Reference in New Issue
Block a user