ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:06 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +24 -24 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object orc
2 root 1.4 anim
3     orc.x11
4     orc.x12
5     mina
6 root 1.7 race goblin
7     face orc.x11
8     wis 8
9     hp 4
10     maxhp 4
11 root 1.5 exp 15
12 root 1.7 dam 1
13     wc 19
14 root 1.5 ac 16
15 root 1.7 speed -0.15
16 root 1.5 level 1
17 root 1.1 weight 23000
18 root 1.7 randomitems orc
19 root 1.1 run_away 25
20 root 1.7 pick_up 24
21 root 1.5 will_apply 2
22 root 1.7 alive 1
23     can_use_shield 1
24     no_pick 1
25     monster 1
26 root 1.5 can_use_bow 1
27 root 1.1 can_use_armour 1
28     can_use_weapon 1
29 root 1.7 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.7 body_finger 2
36 root 1.1 body_shoulder 1
37     body_foot 2
38 root 1.7 body_hand 2
39 root 1.5 body_wrist 2
40 root 1.1 body_waist 1
41 root 1.7 can_use_wand 1
42     color_fg black
43     editable 1
44 root 1.1 end
45 root 1.7