ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll_chief_arc.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:05 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +20 -19 lines
Log Message:
second normaliser run - dude

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     face gnoll_chief.x11
9     str 15
10     dex 12
11     wis 8
12     int 8
13     hp 40
14     maxhp 40
15 root 1.5 exp 120
16 root 1.7 dam 20
17     wc 10
18 root 1.5 ac 11
19 root 1.7 speed -0.1
20 root 1.1 level 5
21     resist_physical 30
22     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     color_fg brown
32 root 1.5 editable 1
33 root 1.1 end
34 root 1.7