ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/diseased_needle.arc
Revision: 1.8
Committed: Sat Mar 3 01:15:25 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.7: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.8 object trap_diseased_needle
2 root 1.7 name diseased needle
3     type 154
4     face needle.x11
5     randomitems diseased_needle
6     speed 1
7     hp 1
8     msg
9     You are pricked by a needle!
10     endmsg
11 root 1.5 anim
12     needle.x11
13     needle.x11
14     mina
15 root 1.7 level 1
16     magicmap black
17 root 1.4 is_animated 0
18     invisible 1
19     no_pick 1
20 root 1.7 walk_on 1
21 root 1.4 editable 32
22 root 1.7 attacktype 1
23     dam 10
24     Cha 20
25 root 1.1 end