ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/troll/smalltroll.arc
Revision: 1.11
Committed: Sat Aug 4 22:22:36 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.10: +1 -1 lines
Log Message:
sounds...

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 root 1.11 sound_destroy wn/orc-die-2
8 root 1.7 race troll
9     face smalltroll.x11
10     str 20
11     dex 18
12     con 5
13     wis 10
14     int 5
15     hp 90
16     maxhp 90
17 root 1.5 exp 450
18 root 1.7 dam 10
19     wc 4
20 root 1.5 ac 2
21 root 1.7 speed 0.12
22 root 1.5 level 7
23 root 1.7 resist_fire -100
24 root 1.1 weight 100000
25 root 1.7 randomitems troll
26 root 1.1 run_away 5
27 root 1.7 pick_up 8
28 root 1.5 will_apply 2
29 root 1.7 alive 1
30     no_pick 1
31     monster 1
32     can_use_weapon 1
33 root 1.5 can_use_ring 1
34 root 1.7 sleep 1
35 root 1.1 can_use_skill 1
36 root 1.7 can_see_in_dark 1
37     body_arm 2
38     body_skill 1
39     body_finger 2
40 root 1.5 editable 1
41 root 1.8 magicmap brown
42 root 1.1 end
43 root 1.7