ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/skills/lockpicking.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_lockpick
2 root 1.8 inherit type_skill
3 root 1.1 name lockpicking
4     skill lockpicking
5 root 1.10 msg
6     You may "pick locks" (open doors). You need to have readied some
7     B<lockpicks> to use this skill.
8     endmsg
9 root 1.5 exp 10
10     level 200
11     subtype 1
12 root 1.1 invisible 1
13     no_drop 1
14     end
15