ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/troll/smalltroll_green.arc
Revision: 1.2
Committed: Wed Aug 1 01:56:18 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.1: +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 pippijn 1.1 object smallt_green
2     anim
3     smalltroll.x11
4     smalltroll.x12
5     mina
6     name small troll
7     race troll
8 root 1.2 sound_die wn/troll-die
9 pippijn 1.1 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     exp 450
18     dam 10
19     wc 4
20     ac 2
21     speed 0.12
22     level 7
23     resist_fire -100
24     weight 100000
25     randomitems troll
26     run_away 5
27     pick_up 8
28     will_apply 2
29     alive 1
30     no_pick 1
31     monster 1
32     can_use_weapon 1
33     can_use_ring 1
34     sleep 1
35     can_use_skill 1
36     can_see_in_dark 1
37     body_arm 2
38     body_skill 1
39     body_finger 2
40     magicmap green
41     editable 1
42     end
43