ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Human/charwoman.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 charwoman
2 root 1.4 anim
3     facings 2
4     charwoman.x31
5     charwoman.x32
6     charwoman.x71
7     charwoman.x72
8     mina
9 root 1.1 name cleaning woman
10     race human
11 pippijn 1.2 face charwoman.x71
12 root 1.3 pow 1
13 root 1.1 hp 8
14     maxhp 8
15     sp 1
16     maxsp 1
17     exp 0
18 root 1.3 dam 1
19     wc 25
20     ac 10
21 root 1.1 speed 0.15
22 root 1.3 level 1
23 root 1.1 weight 50000
24     run_away 90
25 root 1.3 alive 1
26     monster 1
27     unaggressive 1
28     color_fg black
29 root 1.1 editable 1
30 root 1.3 random_movement 1
31 root 1.1 end
32 root 1.3