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

File Contents

# User Rev Content
1 root 1.2 object giantrat
2 root 1.1 name giant rat
3 root 1.2 race animal
4 root 1.1 face giantrat.x31
5 root 1.2 str 30
6     dex 30
7     con 20
8     wis 10
9     hp 4000
10     maxhp 4000
11     exp 30000
12     dam 60
13     wc -10
14     ac -6
15     speed -0.4
16     attack_movement 3
17     level 25
18     attacktype 1
19     resist_poison 75
20     resist_fear 100
21     weight 2400000
22 root 1.1 randomitems giantrat
23 root 1.2 alive 1
24     monster 1
25     can_cast_spell 1
26     sleep 1
27     color_fg black
28     editable 1
29 root 1.1 anim
30     facings 2
31     giantrat.x31
32     giantrat.x32
33     giantrat.x33
34     giantrat.x32
35     giantrat.x31
36     giantrat.x71
37     giantrat.x72
38     giantrat.x73
39     giantrat.x72
40     giantrat.x71
41     mina
42 root 1.2 end
43     more
44     object giantrat_2
45     face giantrat.x31
46     x 1
47 root 1.1 alive 1
48     color_fg black
49     anim
50     facings 2
51     giantrat.x31
52     giantrat.x32
53     giantrat.x33
54     giantrat.x32
55     giantrat.x31
56     giantrat.x71
57     giantrat.x72
58     giantrat.x73
59     giantrat.x72
60     giantrat.x71
61     mina
62 root 1.2 end
63     more
64     object giantrat_3
65     face giantrat.x31
66     y 1
67 root 1.1 alive 1
68     color_fg black
69     anim
70     facings 2
71     giantrat.x31
72     giantrat.x32
73     giantrat.x33
74     giantrat.x32
75     giantrat.x31
76     giantrat.x71
77     giantrat.x72
78     giantrat.x73
79     giantrat.x72
80     giantrat.x71
81     mina
82 root 1.2 end
83     more
84     object giantrat_4
85     face giantrat.x31
86     x 1
87 root 1.1 y 1
88     alive 1
89     color_fg black
90     anim
91     facings 2
92     giantrat.x31
93     giantrat.x32
94     giantrat.x33
95     giantrat.x32
96     giantrat.x31
97     giantrat.x71
98     giantrat.x72
99     giantrat.x73
100     giantrat.x72
101     giantrat.x71
102     mina
103     end
104 root 1.2