ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/creeping_frost.arc
Revision: 1.8
Committed: Fri Apr 9 02:36:26 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, HEAD
Changes since 1.7: +1 -1 lines
Log Message:
renumber SYMPTOM, remove type 140

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.7 speed -0.1
20 root 1.6 level 10
21 root 1.8 type 107
22 root 1.6 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