ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/disease/immolation.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 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.7 speed -0.1
21 root 1.6 level 10
22 root 1.8 type 107
23 root 1.6 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