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

File Contents

# User Rev Content
1 root 1.3 object broo
2 pippijn 1.2 face broo.x11
3 root 1.3 str 15
4     dex 12
5     con 15
6     int 10
7 root 1.1 hp 150
8     maxhp 150
9 root 1.3 exp 400
10     dam 12
11 root 1.1 wc 3
12 root 1.3 ac 3
13 root 1.1 speed -0.21
14 root 1.3 level 7
15 root 1.1 attacktype 1025
16 root 1.3 resist_confusion -100
17 root 1.1 resist_poison 100
18     resist_fear 100
19     resist_chaos 100
20     weight 75000
21 root 1.3 randomitems broo
22     alive 1
23     can_use_shield 1
24     no_pick 1
25     monster 1
26 root 1.1 can_use_scroll 1
27     can_use_bow 1
28     can_use_armour 1
29     can_use_weapon 1
30 root 1.3 can_use_ring 1
31     can_use_skill 1
32     body_range 1
33     body_arm 2
34     body_torso 1
35     body_head 1
36 root 1.1 body_skill 1
37     body_finger 2
38     body_shoulder 1
39     body_foot 2
40 root 1.3 body_hand 2
41 root 1.1 body_wrist 2
42     body_waist 1
43 root 1.3 can_use_wand 1
44     editable 1
45     anim
46     broo.x11
47     broo.x12
48     broo.x13
49     broo.x12
50     mina
51 root 1.1 end
52 root 1.3