ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Winter/nasty_ice.arc
Revision: 1.8
Committed: Sat Mar 3 01:15:40 2007 UTC (17 years, 4 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 nasty_ice
2 root 1.7 type 102
3     subtype 7
4     level 1
5     walk_on 1
6     wc -30
7     lifesave 1
8     name very cold ice
9     face nasty_ice.x11
10 root 1.5 anim
11     nasty_ice.x11
12     nasty_ice.x12
13     nasty_ice.x13
14     nasty_ice.x14
15     nasty_ice.x15
16     nasty_ice.x16
17     nasty_ice.x17
18     nasty_ice.x18
19     nasty_ice.x19
20     nasty_ice.x1A
21     nasty_ice.x1B
22     nasty_ice.x1C
23     mina
24 root 1.7 color_fg light_blue
25     color_bg blue
26     speed 0.2
27     no_pick 1
28     attacktype 16
29 root 1.4 hp 1
30     dam 5
31 root 1.7 editable 8
32 root 1.4 is_floor 1
33 pippijn 1.1 end