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