ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/monster/acid/acidsphere.arc
Revision: 1.8
Committed: Sun Mar 11 15:36:56 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.7: +44 -0 lines
Log Message:
integrated face information with the .arc files

File Contents

# User Rev Content
1 pippijn 1.8 object bluesphere
2     animation bluesphere
3     bluesphere.x11
4     bluesphere.x12
5     bluesphere.x13
6     bluesphere.x14
7     mina
8     name acid sphere
9     race slime
10     face bluesphere.x11
11     wis 5
12     hp 1
13     maxhp 1
14     exp 100
15     dam 100
16     wc 1
17     ac 1
18     speed 0.01
19     level 5
20     attacktype 64
21     resist_fire 100
22     resist_electricity 100
23     resist_cold 100
24     resist_confusion 100
25     resist_acid 100
26     resist_drain 100
27     resist_weaponmagic 100
28     resist_ghosthit 100
29     resist_poison 100
30     resist_slow 100
31     resist_paralyze 100
32     resist_turn_undead 100
33     resist_blind 100
34     weight 1
35     alive 1
36     monster 1
37     hitback 1
38     sleep 1
39     one_hit 1
40     anim_speed 1
41     editable 1
42     magicmap blue
43     end
44    
45 root 1.6 object acid_sphere
46 root 1.4 anim
47     acidsphere.x11
48     acidsphere.x12
49     acidsphere.x13
50     acidsphere.x14
51     acidsphere.x13
52     acidsphere.x12
53     mina
54 root 1.7 name acid sphere
55     race slime
56     face acidsphere.x11
57     wis 5
58     hp 1
59     maxhp 1
60     exp 100
61     dam 100
62     wc 1
63 root 1.5 ac 1
64 root 1.7 speed 0.01
65 root 1.1 level 5
66 root 1.7 attacktype 64
67 root 1.1 resist_fire 100
68     resist_electricity 100
69     resist_cold 100
70     resist_confusion 100
71     resist_acid 100
72     resist_drain 100
73     resist_weaponmagic 100
74     resist_ghosthit 100
75     resist_poison 100
76     resist_slow 100
77     resist_paralyze 100
78     resist_turn_undead 100
79     resist_blind 100
80 root 1.7 weight 1
81     alive 1
82     monster 1
83 root 1.1 hitback 1
84 root 1.7 sleep 1
85     one_hit 1
86 root 1.1 anim_speed 1
87     editable 1
88     magicmap green
89     end
90 root 1.7