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

File Contents

# User Rev Content
1 root 1.3 object pirate_lass
2     name pirate lass
3 root 1.1 race human
4 pippijn 1.2 face pir_lass.x11
5 root 1.3 str 13
6     dex 15
7     pow 9
8     int 15
9 root 1.1 hp 50
10     maxhp 50
11 root 1.3 sp 9
12     maxsp 9
13 root 1.1 exp 60
14 root 1.3 dam 12
15     wc 3
16     ac 1
17 root 1.1 speed 0.15
18 root 1.3 level 4
19 root 1.1 weight 50000
20 root 1.3 randomitems pirate
21     pick_up 24
22 root 1.1 will_apply 2
23 root 1.3 alive 1
24     can_use_shield 1
25     monster 1
26     can_cast_spell 1
27 root 1.1 can_use_scroll 1
28     can_use_bow 1
29     can_use_armour 1
30     can_use_weapon 1
31 root 1.3 can_use_ring 1
32     can_use_skill 1
33     body_range 1
34     body_arm 2
35     body_torso 1
36     body_head 1
37 root 1.1 body_skill 1
38     body_finger 2
39     body_shoulder 1
40     body_foot 1
41 root 1.3 body_hand 2
42 root 1.1 body_wrist 1
43     body_waist 1
44 root 1.3 can_use_wand 1
45     color_fg black
46     editable 1
47     anim
48     pir_lass.x11
49     pir_lass.x12
50     mina
51 root 1.1 end
52 root 1.3