PRC8_fork/nwn/nwnprc/trunk/smp/phs_s_commandpla.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

45 lines
1.6 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 Plants
//:: Spell FileName PHS_S_CommandPla
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Transmutation
Level: Drd 4, Plant 4, Rgr 3
Components: V
Casting Time: 1 standard action
Range: Close (8M)
Targets: Up to 2 HD/level of plant creatures, no two of which can be more
than 30 ft. apart
Duration: One day/level
Saving Throw: Will negates
Spell Resistance: Yes
This spell allows you some degree of control over one or more plant creatures.
Affected plant creatures can understand you, and they perceive your words
and actions in the most favorable way (treat their attitude as friendly).
They will not attack you while the spell lasts. You can try to give a
subject orders, but you must win an opposed Charisma check to convince it
to do anything it wouldnt ordinarily do. (Retries are not allowed.) A
commanded plant never obeys suicidal or obviously harmful orders, but it
might be convinced that something very dangerous is worth doing.
You can affect a number of plant creatures whose combined level or HD do not
exceed twice your level.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Maybe charm.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}