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

File Contents

# User Rev Content
1 root 1.7 object goblin_chief_arc
2 root 1.5 anim
3     facings 8
4     goblin.x11
5     goblin.x21
6     goblin.x12
7     goblin.x22
8     goblin.x13
9     goblin.x23
10     goblin.x14
11     goblin.x24
12     goblin.x15
13     goblin.x25
14     goblin.x16
15     goblin.x26
16     goblin.x17
17     goblin.x27
18     goblin.x18
19     goblin.x28
20     mina
21 root 1.8 name goblin chief
22     race goblin
23     face goblin.x11
24     wis 10
25     hp 30
26     maxhp 30
27 root 1.6 exp 120
28 root 1.8 dam 16
29     wc 15
30 root 1.6 ac 12
31 root 1.8 speed 0.1
32 root 1.4 level 4
33     resist_physical 30
34     weight 50000
35 root 1.8 randomitems goblin
36 root 1.4 run_away 10
37 root 1.8 pick_up 24
38 root 1.6 will_apply 2
39 root 1.8 alive 1
40     can_use_shield 1
41     no_pick 1
42     monster 1
43 root 1.6 can_use_bow 1
44 root 1.4 can_use_armour 1
45     can_use_weapon 1
46 root 1.8 can_use_ring 1
47     sleep 1
48     body_range 1
49     body_arm 2
50 root 1.4 body_torso 1
51     body_head 1
52 root 1.8 body_finger 2
53 root 1.4 body_shoulder 1
54     body_foot 2
55 root 1.8 body_hand 2
56 root 1.6 body_wrist 2
57 root 1.4 body_waist 1
58 root 1.8 can_use_wand 1
59     color_fg green
60     editable 1
61 root 1.1 end
62 root 1.8