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.5 by root, Sun Feb 18 21:07:40 2007 UTC vs.
Revision 1.6 by root, Sat Mar 3 00:51:07 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 fly_low
13move_on all
14no_pick 1
15is_turnable 0
16editable 0 17editable 0
17end 18end
18 19#
20# vitriol splash is the cone form the bullet turns into
21#
22Object vitriol_splash
23name vitriol splash
24other_arch vitriol_pool
25type 102
26subtype 7
27face v_splash.x11
28anim
29v_splash.x11
30v_splash.x12
31mina
32is_turnable 1
33walk_on 1
34fly_on 1
35glow_radius 2
36speed 1
37wc -30
38flying 1
39no_pick 1
40editable 0
41end
19# 42#
20# vitriol pool is what the splash above drops. 43# vitriol pool is what the splash above drops.
21# Note that this is put unchanged onto the map. 44# Note that this is put unchanged onto the map.
22object vitriol_pool 45Object vitriol_pool
46type 102
47subtype 7
48level 1
49walk_on 1
50wc -30
51stand_still 1
52name vitriol pool
53face v_pool.x11
23anim 54anim
24v_pool.x11 55v_pool.x11
25v_pool.x12 56v_pool.x12
26mina 57mina
27name vitriol pool
28face v_pool.x11
29dam 15
30wc -30
31speed 0.2 58speed 0.2
32level 1 59no_pick 1
33type 102
34subtype 7
35attacktype 64 60attacktype 64
36duration 30 61duration 30
37move_on all 62dam 15
38no_pick 1
39stand_still 1
40editable 8 63editable 8
41end 64end
42
43#
44# vitriol splash is the cone form the bullet turns into
45#
46object vitriol_splash
47anim
48v_splash.x11
49v_splash.x12
50mina
51name vitriol splash
52other_arch vitriol_pool
53face v_splash.x11
54wc -30
55speed 1
56type 102
57subtype 7
58glow_radius 2
59move_type fly_low
60move_on all
61no_pick 1
62is_turnable 1
63editable 0
64end
65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines