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