PRC8/nwn/trunk/smp/phs_s_mageslucub.nss
Jaysyn904 5914ed2ab5 Updated Release Archive
Updated Release Archive.  Fixed Mage-killer prereqs.  Removed old LETO & ConvoCC related files.  Added organized spell scroll store.  Fixed Gloura spellbook. Various TLK fixes.  Reorganized Repo.  Removed invalid user folders. Added DocGen back in.
2023-08-22 10:00:21 -04:00

39 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 Mages Lucubration
//:: Spell FileName
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Transmutation
Level: Wiz 6
Components: V, S
Casting Time: 1 standard action
Range: Personal
Target: You
Duration: Instantaneous
You instantly recall any one spell of 5th level or lower that you have used
during the past 24 hours. The spell must have been actually cast during that
period. The recalled spell is stored in your mind as through prepared in the
normal fashion.
If the recalled spell requires material components, you must provide them.
The recovered spell is not usable until the material components are available.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Currently impossible without IncrementRemainingSpellUses(), urg...of course,
it could be feasable, kinda..somehow, deadly complicatedly.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}