ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/creeping_frost.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0, rel-2_1
Changes since 1.5: +21 -19 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object creeping_frost
2 root 1.1 name creeping frost
3     title You freeze
4 root 1.6 race *
5     msg
6     Frost creeps over your body!
7     endmsg
8 pippijn 1.2 face fireball.x11
9 root 1.6 hp 1
10 root 1.1 maxhp 0
11 root 1.6 sp 1
12     maxsp 0
13 root 1.1 maxgrace 10
14 root 1.6 exp 10000
15 root 1.1 food -1
16 root 1.6 dam -10
17     wc 3
18     ac 0
19 root 1.1 speed 0.1
20 root 1.6 level 10
21     type 158
22     attacktype 16
23     magic 0
24     last_heal 1
25 root 1.1 last_sp 50
26     last_eat 0
27 root 1.6 no_pick 1
28     no_drop 1
29 root 1.1 end
30 root 1.6
31 root 1.5 object creeping_frost_immunity
32 root 1.1 name creeping frost
33 root 1.6 level 127
34 root 1.4 type 98
35 root 1.1 invisible 1
36     no_pick 1
37     no_drop 1
38     end
39 root 1.6