ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/gods/elemental/ruggilli.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:12 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: +29 -28 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.1 # elemental -- war/dragon god Ruggilli
2 root 1.3 object Ruggilli
3 root 1.1 title Ixalovh
4     race consuming_fire_creatures
5     slaying chaotic_water_creatures
6 root 1.3 msg
7     Chaos God of slaughter and terror, Consuming worm, Greedy gut
8     endmsg
9 pippijn 1.2 face elem_fire.x11
10 root 1.1 animation fire_elemental
11     is_animated 1
12 root 1.3 str 30
13     dex 30
14     con 30
15     wis 30
16     pow 30
17     int 30
18     hp 400
19     maxhp 400
20     exp 1
21     dam 60
22     wc -3
23     ac -5
24     speed 0.50
25     level 15
26 root 1.1 type 50
27     attacktype 5
28 root 1.3 resist_physical 30
29     resist_magic 30
30     resist_fire 100
31     resist_cold -30
32 root 1.1 path_attuned 131074
33     path_repelled 2308
34     path_denied 65536
35 root 1.3 weight 500000
36 root 1.1 last_heal 1
37     last_eat -1
38     randomitems Ruggilli
39 root 1.3 alive 1
40     monster 1
41     reflect_missile 1
42     can_cast_spell 1
43     can_use_weapon 1
44 root 1.1 end
45 root 1.3