ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/troll/smalltroll.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:15 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +4 -4 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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