ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll_chief_arc.arc
Revision: 1.14
Committed: Sat Oct 16 09:18:17 2010 UTC (13 years, 8 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.13: +0 -1 lines
Log Message:
remove magicmap, visibility and glyph entries from archetypes, they are now in default.faceinfo

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 root 1.11 sound_destroy wn/goblin-die-2
9 root 1.7 face gnoll_chief.x11
10     str 15
11     dex 12
12     wis 8
13     int 8
14     hp 40
15     maxhp 40
16 root 1.5 exp 120
17 root 1.7 dam 20
18     wc 10
19 root 1.5 ac 11
20 root 1.7 speed -0.1
21 root 1.1 level 5
22     resist_physical 30
23     weight 45000
24 root 1.7 randomitems gnoll
25 root 1.1 run_away 30
26 root 1.7 alive 1
27     no_pick 1
28     monster 1
29     sleep 1
30 root 1.1 can_use_skill 1
31 root 1.7 body_skill 1
32 root 1.1 end
33 root 1.7