ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/liv_chaos.arc
Revision: 1.11
Committed: Tue Nov 3 09:59:00 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.10: +1 -1 lines
Log Message:
big cfarch-normalize run

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.11 magicmap blue
13 root 1.8 con 3
14     wis 15
15     pow 3
16     int 3
17 root 1.1 hp 250
18     maxhp 250
19     sp 1
20     maxsp 50
21 root 1.8 exp 50000
22     dam 20
23     wc -5
24 root 1.6 ac -15
25 root 1.1 speed -0.6
26 root 1.8 level 13
27 root 1.1 attacktype 262144
28     resist_physical 50
29     resist_magic 50
30     resist_fire 50
31     resist_electricity 50
32     resist_cold 50
33     resist_confusion -100
34     resist_drain -100
35     resist_weaponmagic -100
36 root 1.8 resist_ghosthit 100
37     resist_poison 100
38     resist_fear 100
39     resist_death 100
40     resist_chaos 100
41     weight 30000
42     randomitems liv_chaos
43     move_type fly_low
44     alive 1
45 root 1.1 monster 1
46 root 1.8 can_cast_spell 1
47 root 1.1 end
48 root 1.8