ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll.arc
Revision: 1.13
Committed: Tue Nov 3 09:59:06 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.12: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

# User Rev Content
1 root 1.6 object gnoll
2 root 1.4 anim
3     gnoll.x11
4     gnoll.x12
5     mina
6 root 1.7 race goblin
7 root 1.11 sound_destroy wn/goblin-die-2
8 root 1.7 face gnoll.x11
9 root 1.13 magicmap brown
10 root 1.7 str 15
11     dex 12
12     wis 8
13     int 8
14     hp 8
15     maxhp 8
16 root 1.5 exp 30
17 root 1.7 dam 4
18     wc 12
19 root 1.5 ac 13
20 root 1.7 speed -0.1
21 root 1.5 level 3
22 root 1.1 weight 45000
23 root 1.7 randomitems gnoll
24 root 1.1 run_away 30
25 root 1.7 alive 1
26     no_pick 1
27     monster 1
28     sleep 1
29 root 1.1 can_use_skill 1
30 root 1.7 body_skill 1
31 root 1.1 end
32 root 1.7