ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/pyromancy.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: +8 -0 lines
Log Message:
add skill documentation

File Contents

# User Rev Content
1 root 1.4 object skill_pyromancy
2 root 1.8 inherit type_skill
3 root 1.1 name pyromancy
4     skill pyromancy
5 root 1.10 msg
6     You can cast spells related to the B<pyromancy> (fire) school of
7     wizardry. This skill may be acquired either through the use of an
8     appropriate B<talisman> or learned via a B<skill scroll>.
9    
10     The first spell would be 'burning hands' which casts a cone of fire which
11     burns your enemies. It becomes stronger with your pyromancy level.
12     endmsg
13 root 1.5 exp 0
14     level 100
15     subtype 34
16 root 1.1 invisible 1
17     no_drop 1
18     end
19