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

42 lines
1.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 Enlarge Person
//:: Spell FileName PHS_S_EnlrgPer
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Transmutation
Level: Sor/Wiz 1, Strength 1
Components: V, S, M
Casting Time: 1 round
Range: Close (8M)
Target: One humanoid creature
Duration: 1 min./level (D)
Saving Throw: Fortitude negates
Spell Resistance: Yes
This spell causes instant growth of a humanoid creature, doubling its height
and multiplying its weight by 8. This increase changes the creatures size
category to the next larger one. The target gains a +2 size bonus to Strength,
a -2 size penalty to Dexterity (to a minimum of 1), and a -1 penalty on
attack rolls and AC due to its increased size.
More description...
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
This is definaltly hard to do visually.
The actual effects might not be too hard though :-)
Placeholder script
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}