ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/misc/lamia/lamia.arc
Revision: 1.2
Committed: Tue Feb 6 22:40:56 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.1: +54 -53 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

# User Rev Content
1 root 1.2 object lamia
2     race faerie
3 root 1.1 face lamia.x31
4 root 1.2 str 28
5     dex 30
6     con 36
7     wis 25
8     pow 19
9     int 30
10     hp 3000
11     maxhp 3000
12     sp 50
13     maxsp 50
14     exp 100000
15     dam 20
16     wc -10
17     ac -10
18     speed -0.30
19 root 1.1 level 30
20 root 1.2 attacktype 65
21 root 1.1 resist_physical 50
22     resist_magic 50
23     resist_acid 100
24     resist_poison 100
25     resist_fear 100
26     resist_chaos 100
27     weight 100000
28 root 1.2 randomitems lamia
29 root 1.1 run_away 5
30 root 1.2 alive 1
31 root 1.1 can_use_shield 1
32 root 1.2 no_pick 1
33     monster 1
34     see_invisible 1
35     can_cast_spell 1
36     can_use_scroll 1
37     can_use_bow 1
38 root 1.1 can_use_armour 1
39 root 1.2 can_use_weapon 1
40     can_use_ring 1
41     sleep 1
42     can_use_skill 1
43 root 1.1 can_use_rod 1
44     can_use_horn 1
45 root 1.2 body_range 1
46     body_arm 2
47 root 1.1 body_torso 1
48     body_head 1
49 root 1.2 body_skill 1
50     body_finger 2
51 root 1.1 body_shoulder 1
52     body_foot 1
53 root 1.2 body_hand 2
54 root 1.1 body_wrist 1
55     body_waist 1
56 root 1.2 can_use_wand 1
57     color_fg green
58     editable 1
59     anim
60     facings 2
61     lamia.x31
62     lamia.x32
63     lamia.x71
64     lamia.x72
65     mina
66 root 1.1 end
67 root 1.2 more
68     object lamia_2
69 root 1.1 face lamia.x31
70 root 1.2 x 1
71     weight 100000
72     alive 1
73     no_pick 1
74     monster 1
75     color_fg green
76 root 1.1 anim
77     facings 2
78     lamia.x31
79     lamia.x32
80     lamia.x71
81     lamia.x72
82     mina
83     end
84 root 1.2