ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/vitriol.arc
Revision: 1.9
Committed: Tue Nov 3 09:49:46 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93, HEAD
Changes since 1.8: +0 -3 lines
Log Message:
remove editable field, elmey says so

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