ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/nun.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: +39 -39 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.3 object nun
2     name woman
3 root 1.1 race human
4 pippijn 1.2 face nun.x51
5 root 1.3 str 10
6     dex 10
7     wis 16
8     pow 15
9     int 12
10     hp 28
11     maxhp 28
12 root 1.1 sp 15
13     maxsp 15
14 root 1.3 exp 200
15     dam 1
16     wc 15
17 root 1.1 ac 10
18     speed -0.10
19 root 1.3 level 3
20 root 1.1 weight 50000
21 root 1.3 randomitems priest_class_items
22     pick_up 24
23 root 1.1 will_apply 2
24 root 1.3 alive 1
25     can_use_shield 1
26     monster 1
27     unaggressive 1
28     can_cast_spell 1
29 root 1.1 can_use_scroll 1
30     can_use_bow 1
31     can_use_armour 1
32     can_use_weapon 1
33 root 1.3 can_use_ring 1
34     can_use_skill 1
35     can_use_rod 1
36     body_range 1
37     body_arm 2
38     body_torso 1
39     body_head 1
40 root 1.1 body_skill 1
41     body_finger 2
42     body_shoulder 1
43     body_foot 2
44 root 1.3 body_hand 2
45 root 1.1 body_wrist 2
46     body_waist 1
47 root 1.3 can_use_wand 1
48     editable 1
49     magicmap khaki
50     anim
51     facings 4
52     nun.x51
53     nun.x31
54     nun.x51
55     nun.x71
56     mina
57 root 1.1 end
58 root 1.3