ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/troll/smalltroll.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 small_troll
2 root 1.4 anim
3     smalltroll.x11
4     smalltroll.x12
5     mina
6 root 1.7 name small troll
7     race troll
8 root 1.9 sound_die wn/troll-die
9 root 1.7 face smalltroll.x11
10     str 20
11     dex 18
12     con 5
13     wis 10
14     int 5
15     hp 90
16     maxhp 90
17 root 1.5 exp 450
18 root 1.7 dam 10
19     wc 4
20 root 1.5 ac 2
21 root 1.7 speed 0.12
22 root 1.5 level 7
23 root 1.7 resist_fire -100
24 root 1.1 weight 100000
25 root 1.7 randomitems troll
26 root 1.1 run_away 5
27 root 1.7 pick_up 8
28 root 1.5 will_apply 2
29 root 1.7 alive 1
30     no_pick 1
31     monster 1
32     can_use_weapon 1
33 root 1.5 can_use_ring 1
34 root 1.7 sleep 1
35 root 1.1 can_use_skill 1
36 root 1.7 can_see_in_dark 1
37     body_arm 2
38     body_skill 1
39     body_finger 2
40 root 1.5 editable 1
41 root 1.8 magicmap brown
42 root 1.1 end
43 root 1.7