ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Halfling/halfling1.arc
Revision: 1.8
Committed: Sun Mar 11 00:15:38 2007 UTC (17 years, 4 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_1, 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.7: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.6 object halfling
2 root 1.4 anim
3     halfling.x51
4     halfling.x52
5     mina
6 root 1.7 name halfling
7     race halfling
8     face halfling.x51
9     str 12
10     dex 10
11     pow 1
12     int 10
13     hp 18
14     maxhp 18
15 root 1.5 sp 10
16     maxsp 10
17 root 1.7 exp 25
18     dam 2
19     wc 10
20 root 1.5 ac 8
21 root 1.1 speed 0.15
22 root 1.7 level 3
23 root 1.5 weight 30000
24 root 1.7 randomitems halfling
25     pick_up 24
26 root 1.5 will_apply 2
27 root 1.7 alive 1
28     can_use_shield 1
29     monster 1
30     unaggressive 1
31 root 1.1 can_cast_spell 1
32 root 1.7 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.7 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.5 body_skill 1
44     body_finger 2
45 root 1.1 body_shoulder 1
46     body_foot 1
47 root 1.7 body_hand 2
48 root 1.5 body_wrist 1
49 root 1.1 body_waist 1
50 root 1.7 can_use_wand 1
51     editable 1
52 root 1.8 magicmap black
53 root 1.1 end
54 root 1.7