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

File Contents

# User Rev Content
1 root 1.3 object baslic
2 root 1.4 anim
3     facings 2
4     baslic.x31
5     baslic.x32
6     baslic.x71
7     baslic.x72
8     mina
9 root 1.1 name basilisk
10     race unnatural
11     face baslic.x31
12 root 1.3 str 10
13     con 5
14     wis 20
15     pow 5
16 root 1.1 hp 1200
17     maxhp 1200
18 root 1.3 maxsp 20
19     exp 40000
20     dam 10
21     wc -15
22     ac -8
23     speed -0.2
24     level 19
25     attacktype 4194305
26 root 1.1 resist_physical 40
27 root 1.3 resist_magic 50
28     resist_fire -100
29 root 1.1 resist_cold 100
30     resist_fear 100
31     resist_blind 100
32 root 1.3 weight 2000000
33     randomitems baslic
34     run_away 4
35 root 1.1 alive 1
36     no_pick 1
37 root 1.3 monster 1
38     see_invisible 1
39     sleep 1
40     color_fg black
41 root 1.1 editable 1
42 root 1.4 end
43     more
44     object baslic_2
45 root 1.3 anim
46     facings 2
47     baslic.x31
48     baslic.x32
49     baslic.x71
50     baslic.x72
51     mina
52 root 1.1 name baslic
53     face baslic.x31
54 root 1.3 x 1
55     alive 1
56     color_fg black
57 root 1.4 end
58     more
59     object baslic_3
60 root 1.1 anim
61     facings 2
62     baslic.x31
63     baslic.x32
64     baslic.x71
65     baslic.x72
66     mina
67     name baslic
68     face baslic.x31
69 root 1.3 x 2
70     alive 1
71     color_fg black
72 root 1.4 end
73     more
74     object baslic_4
75 root 1.1 anim
76     facings 2
77     baslic.x31
78     baslic.x32
79     baslic.x71
80     baslic.x72
81     mina
82     name baslic
83     face baslic.x31
84 root 1.3 y 1
85     alive 1
86     color_fg black
87 root 1.4 end
88     more
89     object baslic_5
90 root 1.1 anim
91     facings 2
92     baslic.x31
93     baslic.x32
94     baslic.x71
95     baslic.x72
96     mina
97     name baslic
98     face baslic.x31
99 root 1.3 x 1
100     y 1
101     alive 1
102     color_fg black
103 root 1.4 end
104     more
105     object baslic_6
106 root 1.1 anim
107     facings 2
108     baslic.x31
109     baslic.x32
110     baslic.x71
111     baslic.x72
112     mina
113     name baslic
114     face baslic.x31
115 root 1.3 x 2
116     y 1
117     alive 1
118     color_fg black
119 root 1.1 end
120 root 1.3