ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/Winter/nasty_ice.arc
Revision: 1.1
Committed: Tue Feb 7 20:24:59 2006 UTC (18 years, 4 months ago) by pippijn
Branch: MAIN
Log Message:
adding nasty_ice, a floor archetype which does cold damage, like lava does fire damage

File Contents

# User Rev Content
1 pippijn 1.1 Object nasty_ice
2     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.111
10     anim
11     nasty_ice.111
12     nasty_ice.112
13     nasty_ice.113
14     nasty_ice.114
15     nasty_ice.115
16     nasty_ice.116
17     nasty_ice.117
18     nasty_ice.118
19     nasty_ice.119
20     nasty_ice.11A
21     nasty_ice.11B
22     nasty_ice.11C
23     mina
24     color_fg lightblue
25     color_bg blue
26     speed 0.2
27     no_pick 1
28     attacktype 16
29     hp 1
30     dam 5
31     editable 8
32     is_floor 1
33     end