ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/troll/smalltroll.arc
Revision: 1.3
Committed: Tue Feb 6 22:40:57 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +30 -31 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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