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

# User Rev Content
1 root 1.1 # vitriol is the 'bullet' form of vitriol.
2 root 1.7 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.8 type 102
9     subtype 5
10 root 1.6 attacktype 64
11 root 1.1 glow_radius 2
12 root 1.8 move_type fly_low
13     move_on walk fly_low
14 root 1.1 no_pick 1
15 root 1.8 is_turnable 0
16 root 1.1 end
17 root 1.8
18 root 1.1 #
19     # vitriol pool is what the splash above drops.
20     # Note that this is put unchanged onto the map.
21 root 1.7 object vitriol_pool
22 root 1.4 anim
23     v_pool.x11
24     v_pool.x12
25     mina
26 root 1.8 name vitriol pool
27     face v_pool.x11
28     dam 15
29     wc -30
30 root 1.3 speed 0.2
31 root 1.8 level 1
32     type 102
33     subtype 7
34 root 1.3 attacktype 64
35     duration 30
36 root 1.8 move_on walk
37     no_pick 1
38     stand_still 1
39 root 1.3 end
40 root 1.8
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