ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc_chief_arc.arc
Revision: 1.11
Committed: Tue Nov 3 09:49:24 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +0 -1 lines
Log Message:
remove editable field, elmey says so

File Contents

# User Rev Content
1 root 1.6 object orc_chief_arc
2 root 1.4 anim
3     orc_chief.x11
4     orc_chief.x12
5     mina
6 root 1.7 name orc chief
7     race goblin
8 root 1.10 sound_destroy wn/orc-die-2
9 root 1.7 face orc_chief.x11
10     wis 8
11     hp 24
12     maxhp 24
13 root 1.5 exp 75
14 root 1.7 dam 15
15     wc 17
16 root 1.5 ac 14
17 root 1.7 speed -0.15
18 root 1.1 level 3
19     resist_physical 30
20     weight 23000
21 root 1.7 randomitems orc
22 root 1.1 run_away 25
23 root 1.7 pick_up 24
24 root 1.5 will_apply 2
25 root 1.7 alive 1
26     can_use_shield 1
27     no_pick 1
28     monster 1
29 root 1.5 can_use_bow 1
30 root 1.1 can_use_armour 1
31     can_use_weapon 1
32 root 1.7 can_use_ring 1
33     sleep 1
34     body_range 1
35     body_arm 2
36 root 1.1 body_torso 1
37     body_head 1
38 root 1.7 body_finger 2
39 root 1.1 body_shoulder 1
40     body_foot 2
41 root 1.7 body_hand 2
42 root 1.5 body_wrist 2
43 root 1.1 body_waist 1
44 root 1.7 can_use_wand 1
45 root 1.8 magicmap black
46 root 1.1 end
47 root 1.7