ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll_leader_arc.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:36 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_leader_arc
2 root 1.4 anim
3     gnoll_leader.x11
4     gnoll_leader.x11
5     mina
6 root 1.7 name gnoll champion
7     race goblin
8     face gnoll_leader.x11
9     str 15
10     dex 12
11     wis 8
12     int 8
13     hp 21
14     maxhp 21
15 root 1.5 exp 50
16 root 1.7 dam 17
17     wc 11
18 root 1.5 ac 12
19 root 1.7 speed 0.1
20 root 1.5 level 4
21 root 1.1 weight 45000
22 root 1.7 randomitems gnoll
23 root 1.1 run_away 30
24 root 1.7 alive 1
25     no_pick 1
26     monster 1
27     sleep 1
28 root 1.1 can_use_skill 1
29 root 1.7 body_skill 1
30 root 1.5 editable 1
31 root 1.8 magicmap brown
32 root 1.1 end
33 root 1.7