ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/liv_chaos.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:30 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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 root 1.1 editable 1
47 root 1.9 magicmap blue
48 root 1.1 end
49 root 1.8