ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:03 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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