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:
@@ -149,7 +149,7 @@ void main()
|
||||
|
||||
//Sets the save DC for Dragon Breath attacks. This is a reflex save to halve the damage.
|
||||
//Save is 10+CON+1/2 DD level. Gains +1 at level 13, and every 3 levels after.
|
||||
int nSaveDCBonus = ((nLevel)/2) + max((nLevel - 10) / 3, 0);
|
||||
int nSaveDCBonus = ((nLevel)/2) + PRCMax((nLevel - 10) / 3, 0);
|
||||
|
||||
//Sets damage levels for Dragon Breath attacks. 2d10 at level 3,
|
||||
//4d10 at level 7, and then an additional 2d10 every 3 levels (10, 13, 16, ect)
|
||||
|
Reference in New Issue
Block a user