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

File Contents

# User Rev Content
1 root 1.4 object skill_hide
2 root 1.8 inherit type_skill
3 root 1.1 name hiding
4     skill hiding
5 root 1.10 msg
6     This skill lets you hide, that means that you will become invisible.
7     To hide you need to find a place with other stuff on it where you can hide.
8    
9     You enjoy limited form of invisibility. If you attack or move too much
10     you become visible.
11     endmsg
12 root 1.5 exp 1
13     level 100
14     subtype 2
15 root 1.1 invisible 1
16     no_drop 1
17     end
18