PRC8_fork/nwn/nwnprc/trunk/smp/phs_s_commandgre.nss
Jaysyn904 6ec137a24e Updated AMS marker feats
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.
2024-02-11 14:01:05 -05:00

33 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*:://////////////////////////////////////////////
//:: Spell Name Command, Greater
//:: Spell FileName PHS_S_CommandGre
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Enchantment (Compulsion) [Language-Dependent, Mind-Affecting]
Level: Clr 5
Targets: One creature/level, no two of which can be more than 30 ft. apart
Duration: 1 round/level
This spell functions like command, except that up to one creature per level
may be affected, and the activities continue beyond 1 round. At the start of
each commanded creatures action after the first, it gets another Will save
to attempt to break free from the spell. Each creature must receive the same
command.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Will maybe be confusion..I don't know.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}