ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/troll/smalltroll.arc
Revision: 1.7
Committed: Sat Mar 3 01:23:30 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_0
Changes since 1.6: +27 -28 lines
Log Message:
second normaliser run - dude

File Contents

# User Rev Content
1 root 1.6 object small_troll
2 root 1.4 anim
3     smalltroll.x11
4     smalltroll.x12
5     mina
6 root 1.7 name small troll
7     race troll
8     face smalltroll.x11
9     str 20
10     dex 18
11     con 5
12     wis 10
13     int 5
14     hp 90
15     maxhp 90
16 root 1.5 exp 450
17 root 1.7 dam 10
18     wc 4
19 root 1.5 ac 2
20 root 1.7 speed 0.12
21 root 1.5 level 7
22 root 1.7 resist_fire -100
23 root 1.1 weight 100000
24 root 1.7 randomitems troll
25 root 1.1 run_away 5
26 root 1.7 pick_up 8
27 root 1.5 will_apply 2
28 root 1.7 alive 1
29     no_pick 1
30     monster 1
31     can_use_weapon 1
32 root 1.5 can_use_ring 1
33 root 1.7 sleep 1
34 root 1.1 can_use_skill 1
35 root 1.7 can_see_in_dark 1
36     body_arm 2
37     body_skill 1
38     body_finger 2
39     color_fg brown
40 root 1.5 editable 1
41 root 1.1 end
42 root 1.7