ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/humanoid/Laoch/laoch.arc
Revision: 1.9
Committed: Sun Mar 11 00:15:39 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.8: +1 -1 lines
Log Message:
normalise color_fg to magicmap

File Contents

# User Rev Content
1 root 1.7 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 root 1.8 name Laoch
22     race human
23     face laoch.x11
24 pippijn 1.2 str 100
25     dex 80
26     con 30
27     hp 9000
28     maxhp 9000
29 root 1.8 exp 20000
30     dam 150
31     wc -20
32     ac -120
33     speed 0.5
34 root 1.6 level 40
35 root 1.8 attacktype 410971
36 pippijn 1.2 resist_physical 75
37     resist_magic 50
38 root 1.8 resist_fire 45
39     resist_electricity 45
40 root 1.6 resist_cold 65
41 root 1.8 resist_confusion 100
42     resist_acid 90
43     resist_weaponmagic 60
44 root 1.6 resist_poison 10
45 root 1.8 resist_slow 65
46 pippijn 1.2 resist_paralyze 100
47     resist_fear 100
48 root 1.8 resist_cancellation 65
49 root 1.6 resist_death 65
50 root 1.8 resist_chaos 100
51 pippijn 1.2 resist_counterspell 65
52 root 1.8 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 root 1.6 can_use_bow 1
62 pippijn 1.1 can_use_armour 1
63     can_use_weapon 1
64 root 1.8 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.8 body_finger 2
71 pippijn 1.1 body_shoulder 1
72     body_foot 2
73 root 1.8 body_hand 2
74 root 1.6 body_wrist 2
75 pippijn 1.1 body_waist 1
76 root 1.8 can_use_wand 1
77     editable 1
78 root 1.9 magicmap brown
79 pippijn 1.1 end
80 root 1.8