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

File Contents

# User Rev Content
1 root 1.4 object skill_evocation
2 root 1.8 inherit type_skill
3 root 1.1 name evocation
4     skill evocation
5 root 1.10 msg
6     You can cast spells related to the B<evocation> (mostly cold magic)
7     school of wizardry. This skill may be acquired either through the use of
8     an appropriate B<talisman> or learned via a L<skill scroll>.
9    
10     The spell you should start with is 'icestorm' which casts a cone
11     of ice which freezes your enemies. It becomes stronger with your evocation level.
12     endmsg
13 root 1.5 exp 0
14     level 100
15     subtype 35
16 root 1.1 invisible 1
17     no_drop 1
18     end
19