ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/traps/falling_rocks.arc
Revision: 1.6
Committed: Sat Mar 3 00:51:23 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +15 -16 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

# User Rev Content
1 root 1.6 Object trap_rocks
2     name falling rocks trap
3     type 155
4     face falling_rocks.x11
5     speed 1
6     hp 1
7     msg
8     You set off a falling rocks trap!
9     endmsg
10 root 1.4 anim
11     falling_rocks.x11
12     falling_rocks.x11
13     mina
14 root 1.6 level 1
15     color_fg black
16 root 1.3 is_animated 0
17     invisible 1
18     no_pick 1
19 root 1.6 walk_on 1
20 root 1.3 editable 32
21 root 1.6 attacktype 1
22     dam 50
23     Cha 20
24 root 1.1 end