SpellInfo (script)

From Elanthipedia
Jump to navigation Jump to search
SpellInfo (script)
Category information
Front-end StormFront
Author Damian


if_1 goto SPELLINFOALPHA

SPELLINFOREGULAR:

echo
echo FOR A LISTING OF SPELLS IN ALPHABETICAL ORDER ENTER /SPELLINFO <ARGUMENT> (ex. /SPELLINFO LKJASDLKFJ)
echo
echo LIST OF SPELLS AND MANA MAXIMUMS
echo 
echo (list spells by book)
echo (/spellinfo spellabbreviation)
echo (as listed in your SPELL command all are listed unless one is not specified)
echo ================================
echo
echo LEGEND
echo        *=have not hit max yet
echo        -=castable but wasted energy
echo        ^=verified by others to be the maximum mana that can be put into a spell
echo 
echo SPELL NAME               |MAXCAST |     SPELL NAME               |MAXCAST |     SPELL NAME               |MAXCAST |
echo 
echo BOOK: PERCEPTION                        BOOK: PSYCHIC PROJECTION                BOOK: MOONLIGHT MANIPULATION
echo
echo Clear Vision [cv]........|70...^70|     Hypnotize [calm].........|.....^75|     Shadows..................|60...^60|
echo Piercing Gaze [pg]       |55   ^55|     Mental Blast [mb]        |-67  ^65|     Focus Moonbeam [fm]      |    ^120|
echo Locate...................|*50..^50|     Psychic Shield [psy].....|*70..^66|     Dazzle...................|.....^40|
echo Distant Gaze [dg]        |40   ^60|     Shadowling               |48   ^73|     Tezirah's Veil [tv]      |30   ^58|
echo Seer's Sense [seer]......|49...^56|     Shadow Servant...........|*46..^54|     Shift Moonbeam [sm]......|..held..|
echo Aura Sight [aus]         |50   ^60|                                             Dinazen Olkar [do].......|.....^39|
echo |                                                                               Crystal Spike [crs]      |     ^36|
echo |                                                                               Clarify Gem [cg].........|.....^50|
echo
echo ===================================================================================================================
echo
echo BOOK: TRANSDUCTION                      BOOK: STELLAR MAGIC                     BOOK: TELEOLOGIC SORCERY
echo 
echo Telekinetic Throw [tkt]..|.....^35|     Starlight Sphere [sls]...|*21.....|     Sever Thread [set].......|...62...|
echo Burn                     |     ^44|
echo Teleport.................|*20..^26|
echo Unleash                  |     ^55|
echo Moongate [mg]............|..held..|
echo Contingency              |*34  ^45|
echo Shear....................|.....^63|
echo Imbue                    |     ^75|
echo Seal of Deflection [sod].|...50...|
echo Whole Displacement [wd]  |????????|
echo Partial Displacement [pd]|????????|
echo Ripple                   |...43...|
echo
echo ===================================================================================================================
echo
echo GENERIC CANTRIPS (CHANT CANTRIP <NAME>)
echo
echo Meah K'et (keyword: "flare")
echo Veiled Identity (keyword: "face")
echo Scorch (keyword: "label")
echo 
echo SECT-RELATED CANTRIPS
echo
echo ROAR - not a cantrip but a verb to "dance" to your feet
echo Tiv's Mantle (keyword: "mantle")
echo Way of the Disciplined Step (keyword: "balance")

exit

SPELLINFOALPHA:

echo
echo THIS IS A LISTING OF SPELLS IN ALPHABETICAL ORDER NOT BY BOOK
echo
echo Arc Light [al]             |30...???|
echo Aura Sight [aus]           |   60   |
echo Burn                       |   42   |
echo Cage of Light [col]        |   43   |
echo Clarify Gem [cg].........  |   50   |
echo Clear Vision [cv]........  |   70   |
echo Crystal Spike [crs]        |   40   |
echo Contingency                |   45   |
echo Darkness                   |   50   |
echo Dazzle...................  |   40   |
echo Dinazen Olkar [do].......  |   48   |
echo Distant Gaze [dg]          |   60   |
echo Focus Moonbeam [fm]        |  120   |
echo Hypnotize [calm].........  |   75   |
echo Invocation of Energy [ioe] |   38   |
echo Imbue                      |   75   |
echo Locate...................  |   50   |
echo Mental Blast [mb]          |   65   |
echo Moon Blade                 |   70   |
echo Moongate [mg]............  |..held..|
echo Partial Displacement [pd]  |   46   |
echo Piercing Gaze [pg]         |   55   |
echo Psychic Shield [psy].....  |   66   |
echo Refractive Field [rf]      |  held  |
echo Riftal Summons             |   50   |
echo Ripple                     |   40   |
echo Seal of Deflection [sod].  |   50   |
echo Seer's Sense [seer]......  |   56   |
echo Sever Thread [set].......  |   62   |
echo Shadewatch Mirror          |   60   |
echo Shadow Servant...........  |   54   |
echo Shadow Web                 |   52   |
echo Shadows..................  |   60   |

echo Shadowling                 |   73   |
echo Shear....................  |   60   |
echo Shift Moonbeam [sm]......  |..held..|
echo Sphere of Protection [sop] |????????|
echo Starlight Sphere [sls]...  |   31   |
echo Steelstar                  |   50   |
echo Telekinetic Storm          |   45   |
echo Telekinetic Throw [tkt]..  |   54   |
echo Teleport.................  |   26   |
echo Tenebrous Sense            |   69   |
echo Tezirah's Veil [tv]        |   58   |
echo Thoughtcast                |   60   |
echo Unleash                    |   55   |
echo Whole Displacement [wd]    |   55   |
echo


exit