forked from Jaysyn/PRC8
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.
75 lines
3.3 KiB
Plaintext
75 lines
3.3 KiB
Plaintext
/*:://////////////////////////////////////////////
|
||
//:: 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 deity’s 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 creature’s 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 creature’s 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 creature’s 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()
|
||
{
|
||
|
||
}
|