Difference between pages "BLINDNESS" and "SPELLINFO"

From 4Dimensions
(Difference between pages)
Jump to: navigation, search
(Bot: Automated import of articles)
 
m (updated)
 
Line 1: Line 1:
'''BLINDNESS'''
+
'''SPELLINFO'''
 
[[Category:Help Files]]
 
[[Category:Help Files]]
  
Usage:   cast 'blindness' <victim>
+
Usage: spellinfo <spellname or skillname>
  
Duration: Varies
 
  
 +
This very useful command gives a code generated info about any and all spells
  
Blindness will blind a victim, failing its saving throw.
+
and skills in the game. Since it is generated by the code, it will always be
  
A blinded person will have -4 penalty to both hitroll and AC.
+
updated to the latest version.  
  
  
Trainer:
+
Spellinfo gives the main characteristics for that spell/skill; like
  
Odysseus - Prehistoric Dimension
+
level, tier, directional or not, etc. To see more specific information about
  
Seth - Prehistoric Dimension
+
what it actually does you'll have to type help <skill/spell>.
  
 +
Below is an example of the info you'll get from the command SPELLINFO:
  
See also: [[SPELLINFO]] [[BLINDNESS]]
+
<pre>
 +
----------------------------------------------------
 +
                Name: fireball
 +
Tier: 1    Level: 40   
 +
MinPosition: Fighting  Elemental Type: fire
 +
 
 +
Directional: NO            Offensive: YES
 +
    Affects: NO            Unaffects: NO
 +
    Points: NO        Alters Objects: NO
 +
    Groups: NO                Masses: NO
 +
      Areas: NO            Summoning: NO
 +
  Creation: NO
 +
 
 +
Classes: Mage
 +
----------------------------------------------------
 +
</pre>
 +
 
 +
See also: [[SKILLSINDEX]] [[SPELLSINDEX]]

Latest revision as of 16:46, 24 September 2021

SPELLINFO

Usage: spellinfo <spellname or skillname>


This very useful command gives a code generated info about any and all spells

and skills in the game. Since it is generated by the code, it will always be

updated to the latest version.


Spellinfo gives the main characteristics for that spell/skill; like

level, tier, directional or not, etc. To see more specific information about

what it actually does you'll have to type help <skill/spell>.

Below is an example of the info you'll get from the command SPELLINFO:

----------------------------------------------------
                Name: fireball
Tier: 1     Level: 40    
MinPosition: Fighting   Elemental Type: fire

Directional: NO             Offensive: YES
    Affects: NO             Unaffects: NO 
     Points: NO        Alters Objects: NO 
     Groups: NO                Masses: NO 
      Areas: NO             Summoning: NO 
   Creation: NO 

Classes: Mage
----------------------------------------------------

See also: SKILLSINDEX SPELLSINDEX