ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/archon.arc
Revision: 1.6
Committed: Fri Feb 9 01:51:52 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.5: +6 -6 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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