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

File Contents

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