Revamped Bullybasher's Gauntlets

Revamped Bullybasher's Gauntlets to be closer to pen and paper: Enhancement instead of AC bonus, Giant Bearing is now an at-will activatable ability, Stone Gathering doesn't work unless Giant Bearing is active.  Stone Gathering is usable more than once a day.  Fixed Ghoul Touch to register w/ placeables.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-12-21 01:44:24 -05:00
parent 7307efab11
commit 4f8ad7c575
75 changed files with 57673 additions and 54037 deletions

View File

@@ -1040,6 +1040,9 @@ void ScrubPCSkin(object oPC, object oSkin)
// changed by fluffyamoeba so that iprp weapon specialization, dev crit, epic weapon focus, epic weapon spec
// overwhelming crit and weapon of choice are no longer skipped.
if ((st < 400 || st > 570)
&& st != 102 //:: ACP Feats
&& st != 586 //:: ACP Feats
&& st != 587 //:: ACP Feats
&& st != 398
&& (st < 1000 || st > 13520)
//&& (st < 1000 || st > 13999)
@@ -1049,6 +1052,7 @@ void ScrubPCSkin(object oPC, object oSkin)
&& (st < 229 || st > 249) // Pnp spellschool feats and PRC options feat (231-249 & 229)
&& st != 259 // 259 - psionic focus
&& (st < 141 || st > 200) // 141 - shadowmaster shades, 142-151 bonus domains casting feats, 152 - 200 bonus domain powers
&& st != 26000 // Bullybasher Giant Bearing
&& ( (st == IP_CONST_FEAT_PRC_POWER_ATTACK_QUICKS_RADIAL ||
st == IP_CONST_FEAT_POWER_ATTACK_SINGLE_RADIAL ||
st == IP_CONST_FEAT_POWER_ATTACK_FIVES_RADIAL) ? // Remove the PRC Power Attack radials if the character no longer has Power Attack

View File

@@ -438,6 +438,7 @@ const int IP_CONST_FEAT_TIGER_FANG_HASTE = 1152;
const int IP_CONST_FEAT_BULLY_SILLY = 1153;
const int IP_CONST_FEAT_BULLY_STONE = 1154;
const int IP_CONST_FEAT_BULLY_CHAIN = 1155;
const int IP_CONST_FEAT_BULLY_GIANT = 26000;
const int IP_CONST_FEAT_LORESTEALER_READ = 1156;
const int IP_CONST_FEAT_LORESTEALER_DETECT = 1157;
const int IP_CONST_FEAT_LORESTEALER_AXE = 1158;