ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/orc.arc
Revision: 1.9
Committed: Wed Aug 1 01:56:18 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.8: +1 -0 lines
Log Message:
add death sounds to gnolls, trolls, orcs and goblins. poor beasts, it sound shorrible, especially the goblins

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 root 1.9 sound_die wn/orc-die-1
8 root 1.7 face orc.x11
9     wis 8
10     hp 4
11     maxhp 4
12 root 1.5 exp 15
13 root 1.7 dam 1
14     wc 19
15 root 1.5 ac 16
16 root 1.7 speed -0.15
17 root 1.5 level 1
18 root 1.1 weight 23000
19 root 1.7 randomitems orc
20 root 1.1 run_away 25
21 root 1.7 pick_up 24
22 root 1.5 will_apply 2
23 root 1.7 alive 1
24     can_use_shield 1
25     no_pick 1
26     monster 1
27 root 1.5 can_use_bow 1
28 root 1.1 can_use_armour 1
29     can_use_weapon 1
30 root 1.7 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.7 body_finger 2
37 root 1.1 body_shoulder 1
38     body_foot 2
39 root 1.7 body_hand 2
40 root 1.5 body_wrist 2
41 root 1.1 body_waist 1
42 root 1.7 can_use_wand 1
43     editable 1
44 root 1.8 magicmap black
45 root 1.1 end
46 root 1.7