Fixed issue with Bards getting spells
Fixed issue with Bards getting spells from Prestige Classes. Fixed Fochlucan Lyrist short name. Updated PRC8 Tester module to have non-destroyable placeables.
This commit is contained in:
parent
5d82529b9d
commit
4bd746ae40
Binary file not shown.
@ -80,7 +80,7 @@ void CheckSpellbooks(object oPC)
|
|||||||
return;
|
return;
|
||||||
if(GetIsRHDBard(oPC) && CheckMissingSpells(oPC, CLASS_TYPE_BARD, 0, 6))
|
if(GetIsRHDBard(oPC) && CheckMissingSpells(oPC, CLASS_TYPE_BARD, 0, 6))
|
||||||
return;
|
return;
|
||||||
if(!GetPRCSwitch(PRC_SORC_DISALLOW_NEWSPELLBOOK) && CheckMissingSpells(oPC, CLASS_TYPE_SORCERER, 0, 9))
|
if(!GetPRCSwitch(PRC_BARD_DISALLOW_NEWSPELLBOOK) && CheckMissingSpells(oPC, CLASS_TYPE_BARD, 0, 6))
|
||||||
return;
|
return;
|
||||||
if(!GetPRCSwitch(PRC_SORC_DISALLOW_NEWSPELLBOOK) && CheckMissingSpells(oPC, CLASS_TYPE_SORCERER, 0, 9))
|
if(!GetPRCSwitch(PRC_SORC_DISALLOW_NEWSPELLBOOK) && CheckMissingSpells(oPC, CLASS_TYPE_SORCERER, 0, 9))
|
||||||
return;
|
return;
|
||||||
|
Binary file not shown.
@ -71506,6 +71506,7 @@ Special Abilities:
|
|||||||
- +4 racial bonus on Spellcraft checks.
|
- +4 racial bonus on Spellcraft checks.
|
||||||
- Will Sapper (Ex): Any creature damaged by a jaebrin trickster's bite must succeed on a Will save or take a -4 penalty on Will saves for 1 minute. The effect of multiple bites doesn't stack. The save DC is Constitution-based.
|
- Will Sapper (Ex): Any creature damaged by a jaebrin trickster's bite must succeed on a Will save or take a -4 penalty on Will saves for 1 minute. The effect of multiple bites doesn't stack. The save DC is Constitution-based.
|
||||||
- Level Adjustment: +1</entry>
|
- Level Adjustment: +1</entry>
|
||||||
|
<entry id="75260" lang="en" sex="m">FcL</entry>
|
||||||
<entry id="75283" lang="en" sex="m">Plt</entry>
|
<entry id="75283" lang="en" sex="m">Plt</entry>
|
||||||
<entry id="75299" lang="en" sex="m">### BEGIN INVOKER MARKER FEATS#</entry>
|
<entry id="75299" lang="en" sex="m">### BEGIN INVOKER MARKER FEATS#</entry>
|
||||||
<entry id="75300" lang="en" sex="m">Abjurant Champion Invoking (Warlock)</entry>
|
<entry id="75300" lang="en" sex="m">Abjurant Champion Invoking (Warlock)</entry>
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user