ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Halfling/halfling1.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:07 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 halfling
2 root 1.4 anim
3     halfling.x51
4     halfling.x52
5     mina
6 root 1.3 name halfling
7 root 1.1 race halfling
8 pippijn 1.2 face halfling.x51
9 root 1.3 str 12
10     dex 10
11     pow 1
12     int 10
13     hp 18
14     maxhp 18
15 root 1.1 sp 10
16     maxsp 10
17 root 1.3 exp 25
18     dam 2
19     wc 10
20 root 1.1 ac 8
21     speed 0.15
22 root 1.3 level 3
23 root 1.1 weight 30000
24 root 1.3 randomitems halfling
25     pick_up 24
26 root 1.1 will_apply 2
27 root 1.3 alive 1
28     can_use_shield 1
29     monster 1
30     unaggressive 1
31 root 1.1 can_cast_spell 1
32 root 1.3 can_use_scroll 1
33 root 1.1 can_use_bow 1
34     can_use_armour 1
35     can_use_weapon 1
36 root 1.3 can_use_ring 1
37     can_use_skill 1
38     can_use_rod 1
39     body_range 1
40     body_arm 2
41     body_torso 1
42     body_head 1
43 root 1.1 body_skill 1
44     body_finger 2
45     body_shoulder 1
46     body_foot 1
47 root 1.3 body_hand 2
48 root 1.1 body_wrist 1
49     body_waist 1
50 root 1.3 can_use_wand 1
51     color_fg black
52     editable 1
53 root 1.1 end
54 root 1.3