ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/archon.arc
Revision: 1.5
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.4: +27 -26 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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