ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/chaos/archon.arc
Revision: 1.10
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.9: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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.9 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.9 exp 100000
21     dam 80
22     wc -30
23 root 1.7 ac -30
24 root 1.1 speed -0.6
25 root 1.9 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.9 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 fly_low
42     alive 1
43 root 1.1 monster 1
44 root 1.9 can_cast_spell 1
45 root 1.1 editable 1
46 root 1.10 magicmap red
47 root 1.1 end
48 root 1.9