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.8 by root, Sat Mar 3 01:24:16 2007 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines