ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc.arc
Revision: 1.5
Committed: Sat Mar 3 00:50:27 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.4: +25 -25 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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