ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/vitriol.arc
Revision: 1.6
Committed: Sat Mar 3 00:51:07 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_normalise_revert
Changes since 1.5: +41 -42 lines
Log Message:
revert everything up to and including the normalising patch

File Contents

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