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

File Contents

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