PRC8/nwn/nwnprc/trunk/smp/phs_s_demand.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

43 lines
1.5 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 Demand
//:: Spell FileName PHS_S_Demand
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Demand
Enchantment (Compulsion) [Mind-Affecting]
Level: Sor/Wiz 8
Saving Throw: Will partial
Spell Resistance: Yes
This spell functions like sending, but the message can also contain a
suggestion (see the suggestion spell), which the subject does its best to
carry out. A successful Will save negates the suggestion effect but not the
contact itself. The demand, if received, is understood even if the subjects
Intelligence score is as low as 1. If the message is impossible or
meaningless according to the circumstances that exist for the subject at the
time the demand is issued, the message is understood but the suggestion is
ineffective.
The demands message to the creature must be twenty-five words or less,
including the suggestion. The creature can also give a short reply immediately.
Material Component: A short piece of copper wire and some small part of the
subject-a hair, a bit of nail, or the like.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Need suggestion.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}