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