ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/liv_chaos.arc
Revision: 1.8
Committed: Sat Mar 3 01:22:51 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.7: +23 -25 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.7 object living_chaos
2 root 1.5 anim
3     liv_chaos.x11
4     liv_chaos.x12
5     liv_chaos.x13
6     liv_chaos.x14
7     mina
8 root 1.8 name living chaos
9     race chaos
10     face liv_chaos.x11
11 root 1.1 is_animated 1
12 root 1.8 con 3
13     wis 15
14     pow 3
15     int 3
16 root 1.1 hp 250
17     maxhp 250
18     sp 1
19     maxsp 50
20 root 1.8 exp 50000
21     dam 20
22     wc -5
23 root 1.6 ac -15
24 root 1.1 speed -0.6
25 root 1.8 level 13
26 root 1.1 attacktype 262144
27     resist_physical 50
28     resist_magic 50
29     resist_fire 50
30     resist_electricity 50
31     resist_cold 50
32     resist_confusion -100
33     resist_drain -100
34     resist_weaponmagic -100
35 root 1.8 resist_ghosthit 100
36     resist_poison 100
37     resist_fear 100
38     resist_death 100
39     resist_chaos 100
40     weight 30000
41     randomitems liv_chaos
42     move_type fly_low
43     alive 1
44 root 1.1 monster 1
45 root 1.8 can_cast_spell 1
46     color_fg blue
47 root 1.1 editable 1
48     end
49 root 1.8