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

File Contents

# User Rev Content
1 root 1.4 object skill_stealing
2 root 1.8 inherit type_skill
3 root 1.1 name stealing
4     skill stealing
5 root 1.10 msg
6     You can take items from the inventory of NPCs, monsters and maybe other
7     players.
8     endmsg
9 root 1.5 exp 20
10     level 70
11     subtype 7
12 root 1.1 invisible 1
13     no_drop 1
14     end
15