ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/goblin/gnoll_chief_arc.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:45 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +22 -21 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object gnoll_chief_arc
2 root 1.1 name gnoll chief
3     race goblin
4 pippijn 1.2 face gnoll_chief.x11
5 root 1.3 str 15
6     dex 12
7     wis 8
8     int 8
9     hp 40
10     maxhp 40
11 root 1.1 exp 120
12 root 1.3 dam 20
13     wc 10
14 root 1.1 ac 11
15 root 1.3 speed -0.1
16 root 1.1 level 5
17     resist_physical 30
18     weight 45000
19 root 1.3 randomitems gnoll
20 root 1.1 run_away 30
21 root 1.3 alive 1
22     no_pick 1
23     monster 1
24     sleep 1
25 root 1.1 can_use_skill 1
26 root 1.3 body_skill 1
27     color_fg brown
28 root 1.1 editable 1
29 root 1.3 anim
30     gnoll_chief.x11
31     gnoll_chief.x11
32     mina
33 root 1.1 end
34 root 1.3