ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/beholder/beholder.arc
Revision: 1.13
Committed: Sat Oct 16 09:18:03 2010 UTC (13 years, 9 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

File Contents

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