ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/supernatural/devourers.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:14 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run, pre_normalise_revert
Changes since 1.3: +37 -36 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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