2026/05/28 Afternoon update
Updated damagtypes.2da for CEP3 reserved rows. Added and setup Darkvision icon. Added and setup Ultravision icon. Added spell icon for Thicket of Blades. Fixed Blacklight, Cloud of the Archeai, Darkness, Deeper Darkness, Damning Darkness, Utterdark, Grasping Shadows, Dawn and Dusk and Child of Shadow and Light for Telflammar Shadowlord's Shadow Blur and Shadow Sight abilities. Updated Blacklight's TLK entry. Created a constant for Shadow Discorporation. Fixed Shadow Time never ending on the targets. Updated prc_inc_combat to use monk iterative progression if warranted. Updated PRCGetIsRealSpellKnownByClass() to handle Sublime Chord better. (@Lightbeard) Added class heartbeat script for Shadowlord to handle Shadow Blur and Shadow Sight. Added ShadowlordEffects() to prc_inc_spells. Added constants for new damagetypes. Completely rewrote Verminlord's Vermin Domination. Fixed duration for Empathic Feedback. Fixed Morality Undone to not break characters over a server reset.
This commit is contained in:
@@ -2235,6 +2235,7 @@ const int FEAT_INSECT_PLAGUE = 2312; //CONSTANT
|
||||
const int FEAT_SUMMON_CORNUGON = 2313; //CONSTANT
|
||||
const int FEAT_BEGUILEING_NATURE = 2314; //CONSTANT
|
||||
|
||||
//:: Fist of Hextor Feats
|
||||
const int FEAT_DEVICE_LORE = 2333;
|
||||
const int FEAT_IRON_HEWS = 2334;
|
||||
const int FEAT_RUSTING_GRASP = 2335;
|
||||
@@ -2245,6 +2246,9 @@ const int FEAT_GREATER_IRON_HEWS = 2339;
|
||||
const int FEAT_IRON_SKIN = 2340;
|
||||
const int FEAT_IRON_BODY = 2341;
|
||||
|
||||
//:: Telflammar Shadowlord Feats
|
||||
const int FEAT_SHADOWDISCORPO = 3305;
|
||||
|
||||
const int FEAT_COFFIN_SANCTUARY = 2343;
|
||||
const int FEAT_GASEOUS_FORM = 2344;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user