2026/01/21 Update
Swapped Disciple of Asmodeus' Summon Glabrezu for Summon Pit Fiend. Glabrezu aren't devils. Wisplings can qualify for Warsling Sniper. Added Maeluth planetouched racialtype. Maeluth can qualify for Dwarven Defender. Ollam and Ironsoul Forgemaster. Added Mechanatrix planetouched racialtype. Updated creature aura scripts to use PRCEffectDamage(), SPApplyEffectToObject() & PRCMySavingThrow().
This commit is contained in:
@@ -20,7 +20,14 @@ void main()
|
||||
int nHD = GetHitDice(OBJECT_SELF);
|
||||
int nCasterLvl = nHD, nDC, nSpell;
|
||||
|
||||
switch(GetSpellId()){
|
||||
switch(GetSpellId())
|
||||
{
|
||||
case SPELL_MECHA_SHOCKING_GRASP:
|
||||
{
|
||||
nCasterLvl = nHD;
|
||||
nSpell = SPELL_SHOCKING_GRASP;
|
||||
break;
|
||||
}
|
||||
case SPELL_URDINNIR_STONESKIN:
|
||||
{
|
||||
nCasterLvl = 4;
|
||||
|
||||
Reference in New Issue
Block a user