ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc_chief_arc.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object orc_chief_arc
2 root 1.4 anim
3     orc_chief.x11
4     orc_chief.x12
5     mina
6 root 1.1 name orc chief
7     race goblin
8 pippijn 1.2 face orc_chief.x11
9 root 1.3 wis 8
10     hp 24
11     maxhp 24
12 root 1.1 exp 75
13 root 1.3 dam 15
14     wc 17
15 root 1.1 ac 14
16 root 1.3 speed -0.15
17 root 1.1 level 3
18     resist_physical 30
19     weight 23000
20 root 1.3 randomitems orc
21 root 1.1 run_away 25
22 root 1.3 pick_up 24
23 root 1.1 will_apply 2
24 root 1.3 alive 1
25     can_use_shield 1
26     no_pick 1
27     monster 1
28 root 1.1 can_use_bow 1
29     can_use_armour 1
30     can_use_weapon 1
31 root 1.3 can_use_ring 1
32     sleep 1
33     body_range 1
34     body_arm 2
35 root 1.1 body_torso 1
36     body_head 1
37 root 1.3 body_finger 2
38 root 1.1 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     color_fg black
45     editable 1
46 root 1.1 end
47 root 1.3