ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/supernatural/devourers.arc
Revision: 1.6
Committed: Sat Mar 3 01:15:37 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_second_normalise_run
Changes since 1.5: +1 -1 lines
Log Message:
lowercase Object and More manually for the time being

File Contents

# User Rev Content
1 root 1.1 # supernatural -- the devourers of souls
2 root 1.6 object Devourers
3 root 1.5 type 50
4 root 1.1 title Gaea
5 root 1.5 face grimreaper.x12
6 root 1.4 race undead
7 root 1.1 animation grimreaper
8     is_animated 1
9 root 1.5 monster 1
10     alive 1
11     Str 30
12     Con 30
13     Dex 30
14     Int 30
15     Wis 30
16     Pow 30
17 root 1.1 attacktype 16973824
18 root 1.5 path_attuned 393216
19     path_denied 65536
20     path_repelled 524547
21 root 1.1 resist_drain 100
22     resist_fear 100
23     resist_deplete 100
24     resist_death 100
25 root 1.5 resist_ghosthit 50
26     resist_poison 100
27     resist_cold 15
28     resist_fire -5
29     ac -12
30     wc -1
31     hp 350
32     maxhp 350
33     dam 50
34     last_eat 60
35 root 1.4 last_heal -1
36 root 1.5 level 15
37     speed 0.35
38     can_cast_spell 1
39     can_use_weapon 1
40     can_use_armour 1
41 root 1.4 can_use_shield 1
42     undead 1
43 root 1.1 can_see_in_dark 1
44 root 1.5 msg
45     Soul Eaters, Harbingers of Death, Nameless
46     Lords of the Tomb
47     endmsg
48     exp 1
49     weight 1
50     randomitems Devourers
51 root 1.1 editable 0
52     end