ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/traps/falling_rocks.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +16 -15 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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