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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines