ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/traps/trap.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
2 root 1.1 name trap
3     msg
4     You set off a trap!
5     endmsg
6 root 1.3 face trap.x11
7     is_animated 0
8     cha 20
9     hp 1
10     dam 90
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 trap.x11
22     trap.x11
23 root 1.1 mina
24     end
25 root 1.3