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

File Contents

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