ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/vitriol.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:23 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +42 -41 lines
Log Message:
simply ran cfarch-normalize on all arches

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 all
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 name vitriol pool
24 face v_pool.x11
25 dam 15
26 wc -30
27 speed 0.2
28 level 1
29 type 102
30 subtype 7
31 attacktype 64
32 duration 30
33 move_on all
34 no_pick 1
35 stand_still 1
36 editable 8
37 anim
38 v_pool.x11
39 v_pool.x12
40 mina
41 end
42
43 #
44 # vitriol splash is the cone form the bullet turns into
45 #
46 object vitriol_splash
47 name vitriol splash
48 other_arch vitriol_pool
49 face v_splash.x11
50 wc -30
51 speed 1
52 type 102
53 subtype 7
54 glow_radius 2
55 move_type all
56 move_on all
57 no_pick 1
58 is_turnable 1
59 editable 0
60 anim
61 v_splash.x11
62 v_splash.x12
63 mina
64 end
65