Updated AMS marker feats. Removed arcane & divine marker feats. Updated Dread Necromancer for epic progression. Updated weapon baseitem models. Updated new weapons for crafting & npc equip. Updated prefix. Updated release archive.
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
/*
|
|
----------------
|
|
Divine Surge, Greater, Clear
|
|
|
|
tob_dvsp_dvnsrgg
|
|
----------------
|
|
|
|
05/06/07 by Stratovarius
|
|
*/ /** @file
|
|
|
|
Divine Surge, Greater
|
|
|
|
Devoted Spirit (Strike)
|
|
Level: Crusader 8
|
|
Prerequisite: Two Devoted Spirit Maneuvers
|
|
Initiation Action: 1 Full-Round Action
|
|
Range: Melee Attack
|
|
Target: One Creature
|
|
|
|
A torrent of divine energy courses through you. With supreme force of will, you channel the energy into
|
|
a devastating attack even as it saps your mortal form.
|
|
|
|
You make a single attack against an enemy. If this attack his, you deal 6d8 extra damage.
|
|
For every point of constitution damage voluntarily taken, you gain a +1 bonus to attack and +2d8 damage.
|
|
You can sacrifice a number of con points equal to your initiator level.
|
|
This makes you flat-footed for the rest of the round.
|
|
*/
|
|
|
|
// Cleans the local int
|
|
void main()
|
|
{
|
|
|
|
object oPC = OBJECT_SELF;
|
|
SetLocalInt(oPC, "DVGreaterSurge", 0);
|
|
FloatingTextStringOnCreature("Divine Surge, Greater: Constitution damage set to 0", oPC, FALSE);
|
|
} |