ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll_chief_arc.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 gnoll_chief_arc
2 root 1.4 anim
3     gnoll_chief.x11
4     gnoll_chief.x11
5     mina
6 root 1.7 name gnoll chief
7     race goblin
8 root 1.9 sound_die wn/goblin-die-2.ogg
9 root 1.7 face gnoll_chief.x11
10     str 15
11     dex 12
12     wis 8
13     int 8
14     hp 40
15     maxhp 40
16 root 1.5 exp 120
17 root 1.7 dam 20
18     wc 10
19 root 1.5 ac 11
20 root 1.7 speed -0.1
21 root 1.1 level 5
22     resist_physical 30
23     weight 45000
24 root 1.7 randomitems gnoll
25 root 1.1 run_away 30
26 root 1.7 alive 1
27     no_pick 1
28     monster 1
29     sleep 1
30 root 1.1 can_use_skill 1
31 root 1.7 body_skill 1
32 root 1.5 editable 1
33 root 1.8 magicmap brown
34 root 1.1 end
35 root 1.7