PRC8/trunk/smp/phs_s_enlrgper.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

42 lines
1.3 KiB
Plaintext
Raw 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()
{
}