ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/immolation.arc
Revision: 1.6
Committed: Sat Mar 3 01:22:07 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: +26 -24 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.5 object immolation
2 root 1.1 name immolation
3 root 1.6 title You set fire to
4     race *,undead
5     msg
6     You burn!
7     endmsg
8 root 1.4 other_arch burnout
9 pippijn 1.2 face fireball.x11
10 root 1.6 hp 1
11 root 1.1 maxhp 0
12 root 1.6 sp 1
13     maxsp 0
14 root 1.1 maxgrace 11
15 root 1.6 exp 10000
16 root 1.1 food -1
17 root 1.6 dam -10
18     wc 3
19     ac 0
20 root 1.4 speed 0.1
21 root 1.6 level 10
22     type 158
23     attacktype 4
24     invisible 1
25     magic 0
26     last_heal 1
27 root 1.4 last_sp 50
28 root 1.6 last_grace 10
29 root 1.4 last_eat 0
30 root 1.6 no_pick 1
31     startequip 1
32     no_drop 1
33 root 1.1 end
34 root 1.6
35 root 1.5 object immolation_immunity
36 root 1.1 name immolation
37 root 1.6 level 127
38 root 1.4 type 98
39 root 1.1 invisible 1
40     no_pick 1
41 root 1.6 startequip 1
42 root 1.1 no_drop 1
43     end
44 root 1.6