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

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