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

File Contents

# User Rev Content
1 root 1.4 object laoch
2 root 1.5 anim
3     facings 8
4     laoch.x11
5     laoch.x21
6     laoch.x12
7     laoch.x22
8     laoch.x13
9     laoch.x23
10     laoch.x14
11     laoch.x24
12     laoch.x15
13     laoch.x25
14     laoch.x16
15     laoch.x26
16     laoch.x17
17     laoch.x27
18     laoch.x18
19     laoch.x28
20     mina
21 pippijn 1.1 name Laoch
22     race human
23 pippijn 1.3 face laoch.x11
24 pippijn 1.2 str 100
25     dex 80
26     con 30
27     hp 9000
28     maxhp 9000
29 root 1.4 exp 20000
30     dam 150
31     wc -20
32     ac -120
33     speed 0.5
34 pippijn 1.2 level 40
35 root 1.4 attacktype 410971
36 pippijn 1.2 resist_physical 75
37     resist_magic 50
38 root 1.4 resist_fire 45
39     resist_electricity 45
40 pippijn 1.2 resist_cold 65
41 root 1.4 resist_confusion 100
42     resist_acid 90
43     resist_weaponmagic 60
44 pippijn 1.2 resist_poison 10
45 root 1.4 resist_slow 65
46 pippijn 1.2 resist_paralyze 100
47     resist_fear 100
48 root 1.4 resist_cancellation 65
49 pippijn 1.2 resist_death 65
50 root 1.4 resist_chaos 100
51 pippijn 1.2 resist_counterspell 65
52 root 1.4 weight 50000
53     randomitems laoch
54     run_away 0
55     pick_up 24
56     will_apply 2
57     alive 1
58     can_use_shield 1
59     no_pick 1
60     monster 1
61 pippijn 1.1 can_use_bow 1
62     can_use_armour 1
63     can_use_weapon 1
64 root 1.4 can_use_ring 1
65     sleep 1
66     body_range 1
67     body_arm 2
68 pippijn 1.1 body_torso 1
69     body_head 1
70 root 1.4 body_finger 2
71 pippijn 1.1 body_shoulder 1
72     body_foot 2
73 root 1.4 body_hand 2
74 pippijn 1.1 body_wrist 2
75     body_waist 1
76 root 1.4 can_use_wand 1
77     color_fg brown
78     editable 1
79 pippijn 1.1 end
80 root 1.4