ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/nun.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:08 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.3: +7 -7 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

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