ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/summoning.arc
Revision: 1.10
Committed: Wed Nov 21 11:50:57 2012 UTC (11 years, 7 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +10 -0 lines
Log Message:
add skill documentation

File Contents

# User Rev Content
1 root 1.4 object skill_summoning
2 root 1.8 inherit type_skill
3 root 1.1 name summoning
4     skill summoning
5 root 1.10 msg
6     You can cast spells related to the B<summoning> school of wizardry, which
7     mostly summon monsters, bullet walls and similar things. This skill
8     may be acquired either through the use of an appropriate B<talisman> or
9     learned via a L<skill scroll>.
10    
11     The most basic spells you might want to get is 'summon pet monster'
12     and 'charm monsters'. Look in the L<Spellbook|spellbook> if you got
13     the spells and read their description.
14     endmsg
15 root 1.5 exp 0
16     level 100
17     subtype 33
18 root 1.1 invisible 1
19     no_drop 1
20     end
21