ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc_leader_arc.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:04 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_leader_arc
2 root 1.4 anim
3     orc_leader.x11
4     orc_leader.x12
5     mina
6 root 1.1 name orc champion
7     race goblin
8 pippijn 1.2 face orc_leader.x11
9 root 1.3 wis 8
10     hp 16
11     maxhp 16
12 root 1.1 exp 35
13 root 1.3 dam 14
14     wc 18
15 root 1.1 ac 15
16 root 1.3 speed -0.15
17 root 1.1 level 2
18     weight 23000
19 root 1.3 randomitems orc
20 root 1.1 run_away 25
21 root 1.3 pick_up 24
22 root 1.1 will_apply 2
23 root 1.3 alive 1
24     can_use_shield 1
25     no_pick 1
26     monster 1
27 root 1.1 can_use_bow 1
28     can_use_armour 1
29     can_use_weapon 1
30 root 1.3 can_use_ring 1
31     sleep 1
32     body_range 1
33     body_arm 2
34 root 1.1 body_torso 1
35     body_head 1
36 root 1.3 body_finger 2
37 root 1.1 body_shoulder 1
38     body_foot 2
39 root 1.3 body_hand 2
40 root 1.1 body_wrist 2
41     body_waist 1
42 root 1.3 can_use_wand 1
43     color_fg black
44     editable 1
45 root 1.1 end
46 root 1.3