ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/vitriol.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +2 -2 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

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