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:
@@ -197,17 +197,25 @@ const int IP_CONST_FEAT_SPRINGATTACK = 258;
|
||||
const int IP_CONST_FEAT_EVASION = 386;
|
||||
const int IP_CONST_FEAT_IMPEVASION = 387;
|
||||
const int IP_CONST_FEAT_GREAT_CLEAVE = 260;
|
||||
const int IP_CONST_FEAT_PSIONIC_FOCUS = 259;
|
||||
const int IP_CONST_FEAT_IMPROVED_INIT = 261;
|
||||
const int IP_CONST_FEAT_BLOODED = 270;
|
||||
|
||||
const int IP_CONST_FEAT_POWER_ATTACK_SINGLE_RADIAL = 252;
|
||||
const int IP_CONST_FEAT_POWER_ATTACK_FIVES_RADIAL = 253;
|
||||
const int IP_CONST_FEAT_PRC_POWER_ATTACK_QUICKS_RADIAL = 262;
|
||||
const int IP_CONST_FEAT_POWER_ATTACK_SINGLE_RADIAL = 252;
|
||||
const int IP_CONST_FEAT_POWER_ATTACK_FIVES_RADIAL = 253;
|
||||
const int IP_CONST_FEAT_PRC_POWER_ATTACK_QUICKS_RADIAL = 262;
|
||||
|
||||
const int IP_CONST_FEAT_TELEPORT_MANAGEMENT_RADIAL = 263;
|
||||
const int IP_CONST_FEAT_TELEPORT_MANAGEMENT_RADIAL = 263;
|
||||
|
||||
const int IP_CONST_FEAT_EPIC_REST = 399;
|
||||
|
||||
//:: Psionic System Feats
|
||||
const int IP_CONST_FEAT_PSIONIC_FOCUS = 259;
|
||||
const int IP_CONST_FEAT_AUGMENT_PSIONICS_QUICKSELECTS = 584;
|
||||
const int IP_CONST_FEAT_AUGMENT_PSIONICS_DIGITS_0_4 = 585;
|
||||
const int IP_CONST_FEAT_AUGMENT_PSIONICS_DIGITS_5_9 = 586;
|
||||
const int IP_CONST_FEAT_AUGMENT_PSIONICS_TENS = 587;
|
||||
const int IP_CONST_FEAT_AUGMENT_QUICKSELECTS_2 = 586;
|
||||
|
||||
const int IP_CONST_FEAT_EPIC_REST = 399;
|
||||
|
||||
//:: PnP Weapon Feats
|
||||
const int IP_CONST_FEAT_WEAPON_PROFICIENCY_SHORTSWORD = 4601;
|
||||
|
Reference in New Issue
Block a user