ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/archon.arc
Revision: 1.12
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.11: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.8 object archon
2 root 1.6 anim
3     archon.x11
4     archon.x12
5     archon.x13
6     archon.x14
7     mina
8 root 1.9 name Archon
9     race chaos
10     face archon.x11
11 root 1.1 is_animated 1
12 root 1.12 magicmap red
13 root 1.9 con 3
14     wis 15
15     pow 50
16     int 50
17 root 1.2 hp 1500
18     maxhp 1500
19     sp 300
20     maxsp 300
21 root 1.9 exp 100000
22     dam 80
23     wc -30
24 root 1.7 ac -30
25 root 1.1 speed -0.6
26 root 1.9 level 30
27 root 1.2 attacktype 262180
28 root 1.1 resist_physical 50
29     resist_magic 50
30 root 1.2 resist_fire 100
31     resist_electricity 100
32     resist_cold 100
33 root 1.1 resist_confusion -100
34     resist_drain -100
35 root 1.9 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.9 can_cast_spell 1
46 root 1.1 end
47 root 1.9