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

File Contents

# User Rev Content
1 root 1.4 object skill_use_magic_item
2 root 1.8 inherit type_skill
3 root 1.1 name use magic item
4     skill use magic item
5 root 1.10 msg
6     You can use magic items like rods/wands/horns. The level of experience
7     influences how powerful the spells are you can evoke from the
8     rod/wand/horn.
9     endmsg
10 root 1.5 exp 0
11     level 100
12     subtype 26
13 root 1.1 invisible 1
14     no_drop 1
15     end
16