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.9 by root, Tue Nov 3 09:49:46 2009 UTC

8type 102 8type 102
9subtype 5 9subtype 5
10attacktype 64 10attacktype 64
11glow_radius 2 11glow_radius 2
12move_type fly_low 12move_type fly_low
13move_on all 13move_on walk fly_low
14no_pick 1 14no_pick 1
15is_turnable 0 15is_turnable 0
16editable 0
17end 16end
18 17
19# 18#
20# vitriol pool is what the splash above drops. 19# vitriol pool is what the splash above drops.
21# Note that this is put unchanged onto the map. 20# Note that this is put unchanged onto the map.
32level 1 31level 1
33type 102 32type 102
34subtype 7 33subtype 7
35attacktype 64 34attacktype 64
36duration 30 35duration 30
37move_on all 36move_on walk
38no_pick 1 37no_pick 1
39stand_still 1 38stand_still 1
40editable 8
41end 39end
42 40
43# 41#
44# vitriol splash is the cone form the bullet turns into 42# vitriol splash is the cone form the bullet turns into
45# 43#
55speed 1 53speed 1
56type 102 54type 102
57subtype 7 55subtype 7
58glow_radius 2 56glow_radius 2
59move_type fly_low 57move_type fly_low
60move_on all 58move_on walk fly_low
61no_pick 1 59no_pick 1
62is_turnable 1 60is_turnable 1
63editable 0
64end 61end
65 62

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines