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

File Contents

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