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.4 by root, Fri Feb 9 01:52:32 2007 UTC

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
32duration 30 36duration 30
33move_on all 37move_on all
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
55move_type all 59move_type all
56move_on all 60move_on all
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