ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/beholder/beholder_leader_arc.arc
Revision: 1.9
Committed: Sat Mar 3 01:22:50 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.8: +25 -24 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.8 object beholder_leader_arc
2 root 1.6 anim
3     facings 8
4     beholder.x11
5     beholder.x12
6     beholder.x13
7     beholder.x14
8     beholder.x15
9     beholder.x16
10     beholder.x17
11     beholder.x18
12     mina
13 root 1.9 name strange beholder
14     race unnatural
15     face beholder.x11
16     con 1
17     wis 15
18     pow 2
19     hp 95
20     maxhp 95
21     sp 15
22     maxsp 15
23 root 1.7 exp 2500
24 root 1.9 dam 20
25     wc 2
26 root 1.7 ac 2
27 root 1.9 speed -0.07
28     attack_movement 1
29 root 1.5 level 11
30 root 1.9 resist_physical 40
31 root 1.5 resist_magic 100
32     resist_poison 100
33     resist_paralyze 100
34     resist_fear 100
35     resist_blind -60
36     weight 1000
37 root 1.9 randomitems beholder
38 root 1.5 run_away 15
39 root 1.9 move_type fly_low
40     alive 1
41     no_pick 1
42     monster 1
43     see_invisible 1
44     can_cast_spell 1
45     sleep 1
46     color_fg green
47 root 1.5 editable 1
48 root 1.1 end
49 root 1.9