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