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

File Contents

# User Rev Content
1 root 1.4 object beholder
2 root 1.5 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.1 race unnatural
14 pippijn 1.3 face beholder.x11
15 root 1.4 con 1
16     wis 15
17     pow 2
18     hp 80
19     maxhp 80
20     maxsp 15
21     exp 2000
22     dam 10
23     wc 7
24     ac 5
25     speed -0.07
26     attack_movement 1
27     level 9
28     resist_magic 100
29     resist_poison 100
30     resist_paralyze 100
31     resist_fear 100
32     resist_blind -75
33     weight 1000
34     randomitems beholder
35     run_away 15
36     move_type all
37     alive 1
38     no_pick 1
39     monster 1
40     see_invisible 1
41     can_cast_spell 1
42     sleep 1
43 root 1.1 color_fg green
44 root 1.4 editable 1
45 root 1.1 end
46 root 1.4