ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:35 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

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     face gnoll.x11
8     str 15
9     dex 12
10     wis 8
11     int 8
12     hp 8
13     maxhp 8
14 root 1.5 exp 30
15 root 1.7 dam 4
16     wc 12
17 root 1.5 ac 13
18 root 1.7 speed -0.1
19 root 1.5 level 3
20 root 1.1 weight 45000
21 root 1.7 randomitems gnoll
22 root 1.1 run_away 30
23 root 1.7 alive 1
24     no_pick 1
25     monster 1
26     sleep 1
27 root 1.1 can_use_skill 1
28 root 1.7 body_skill 1
29 root 1.5 editable 1
30 root 1.8 magicmap brown
31 root 1.1 end
32 root 1.7