ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Winter/evil_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 evil_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 strange looking ice
9     face evil_ice.x11
10 root 1.5 anim
11     evil_ice.x11
12     evil_ice.x12
13     evil_ice.x13
14     evil_ice.x14
15     mina
16 root 1.7 color_fg blue
17     color_bg white
18     speed 0.2
19     no_pick 1
20     attacktype 16
21 root 1.4 hp 1
22     dam 10
23 root 1.7 editable 8
24 root 1.4 is_floor 1
25 pippijn 1.1 end