ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/vitriol.arc
(Generate patch)

Comparing deliantra/arch/spell/Bullet/vitriol.arc (file contents):
Revision 1.3 by root, Tue Feb 6 22:41:23 2007 UTC vs.
Revision 1.7 by root, Sat Mar 3 01:16:49 2007 UTC

1# vitriol is the 'bullet' form of vitriol. 1# vitriol is the 'bullet' form of vitriol.
2object vitriol 2object vitriol
3name vitriol 3name vitriol
4other_arch vitriol_splash 4other_arch vitriol_splash
5type 102
6subtype 5
5face v_splash.x11 7face v_splash.x11
6animation vitriol_splash 8animation vitriol_splash
9is_turnable 0
10walk_on 1
11fly_on 1
12glow_radius 2
7speed 1 13speed 1
8type 102 14flying 1
9subtype 5 15no_pick 1
10attacktype 64 16attacktype 64
11glow_radius 2
12move_type all
13move_on all
14no_pick 1
15is_turnable 0
16editable 0 17editable 0
17end 18end
18
19#
20# vitriol pool is what the splash above drops.
21# Note that this is put unchanged onto the map.
22object vitriol_pool
23name vitriol pool
24face v_pool.x11
25dam 15
26wc -30
27speed 0.2
28level 1
29type 102
30subtype 7
31attacktype 64
32duration 30
33move_on all
34no_pick 1
35stand_still 1
36editable 8
37anim
38v_pool.x11
39v_pool.x12
40mina
41end
42
43# 19#
44# vitriol splash is the cone form the bullet turns into 20# vitriol splash is the cone form the bullet turns into
45# 21#
46object vitriol_splash 22object vitriol_splash
47name vitriol splash 23name vitriol splash
48other_arch vitriol_pool 24other_arch vitriol_pool
49face v_splash.x11
50wc -30
51speed 1
52type 102 25type 102
53subtype 7 26subtype 7
54glow_radius 2 27face v_splash.x11
55move_type all
56move_on all
57no_pick 1
58is_turnable 1
59editable 0
60anim 28anim
61v_splash.x11 29v_splash.x11
62v_splash.x12 30v_splash.x12
63mina 31mina
32is_turnable 1
33walk_on 1
34fly_on 1
35glow_radius 2
36speed 1
37wc -30
38flying 1
39no_pick 1
40editable 0
64end 41end
65 42#
43# vitriol pool is what the splash above drops.
44# Note that this is put unchanged onto the map.
45object vitriol_pool
46type 102
47subtype 7
48level 1
49walk_on 1
50wc -30
51stand_still 1
52name vitriol pool
53face v_pool.x11
54anim
55v_pool.x11
56v_pool.x12
57mina
58speed 0.2
59no_pick 1
60attacktype 64
61duration 30
62dam 15
63editable 8
64end

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines