ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/beholder/beholder.arc
Revision: 1.4
Committed: Tue Feb 6 22:40:35 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.3: +31 -30 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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