ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/creeping_frost.arc
Revision: 1.3
Committed: Tue Feb 6 22:39:57 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.2: +23 -21 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object creeping_frost
2 root 1.1 name creeping frost
3     title You freeze
4 root 1.3 race *
5     msg
6     Frost creeps over your body!
7     endmsg
8 pippijn 1.2 face fireball.x11
9 root 1.3 hp 1
10 root 1.1 maxhp 0
11 root 1.3 sp 1
12     maxsp 0
13 root 1.1 maxgrace 10
14 root 1.3 exp 10000
15 root 1.1 food -1
16 root 1.3 dam -10
17     wc 3
18     ac 0
19 root 1.1 speed 0.1
20 root 1.3 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.3 no_pick 1
28     no_drop 1
29 root 1.1 end
30 root 1.3
31     object creeping_frost_immunity
32 root 1.1 name creeping frost
33 root 1.3 level 127
34 root 1.1 type 98
35     invisible 1
36     no_pick 1
37     no_drop 1
38     end
39 root 1.3