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

75 lines
3.3 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 Planar Ally, Lesser
//:: Spell FileName PHS_S_PlanAllyLe
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Conjuration (Calling) [see text]
Level: Clr 4
Components: V, S, DF, XP
Casting Time: 10 minutes
Range: Close (8M)
Effect: One called elemental or outsider of 6 HD or less
Duration: Instantaneous
Saving Throw: None
Spell Resistance: No
By casting this spell, you request your deity to send you an elemental or
outsider (of 6 HD or less) of the deitys choice. If you serve no particular
deity, the spell is a general plea answered by a creature sharing your
philosophical alignment. If you know an individual creatures name, you may
request that individual by speaking the name during the spell (though you
might get a different creature anyway).
You may ask the creature to perform one task in exchange for a payment from
you. Tasks might range from the simple to the complex. You must be able to
communicate with the creature called in order to bargain for its services.
The creature called requires a payment for its services. This payment can
take a variety of forms, from donating gold or magic items to an allied
temple, to a gift given directly to the creature, to some other action on
your part that matches the creatures alignment and goals. Regardless, this
payment must be made before the creature agrees to perform any services.
The bargaining takes at least 1 round, so any actions by the creature begin
in the round after it arrives.
A task taking up to 1 minute per caster level requires a payment of 100 gp
per HD of the creature called. For a task taking up to 1 hour per caster
level, the creature requires a payment of 500 gp per HD. A long-term task,
one requiring up to one day per caster level, requires a payment of 1,000
gp per HD.
A nonhazardous task requires only half the indicated payment, while an
especially hazardous task might require a greater gift. Few if any creatures
will accept a task that seems suicidal (remember, a called creature actually
dies when it is killed, unlike a summoned creature). However, if the task is
strongly aligned with the creatures ethos, it may halve or even waive the
payment.
At the end of its task, or when the duration bargained for expires, the
creature returns to its home plane (after reporting back to you, if
appropriate and possible).
Note: When you use a calling spell that calls an air, chaotic, earth, evil,
fire, good, lawful, or water creature, it is a spell of that type.
XP Cost: 100 XP.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
OK, not going to do yet. Got some simple ideas - perhaps you can ask it to
fight (higher cost) cast a cirtain spell depending on the monsters summoned
(normal cost) or maybe do some other simple task (I don't know what, lower cost).
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}