ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/vitriol.arc
Revision: 1.8
Committed: Sat Mar 3 01:24:16 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: post_second_normalise_run, rel-2_82, rel-2_81, rel-2_80, rel-2_6, rel-2_7, rel-2_4, rel-2_5, rel-2_2, rel-2_0, rel-2_1, rel-2_72, rel-2_73, rel-2_71, rel-2_76, rel-2_77, rel-2_74, rel-2_75, rel-2_54, rel-2_55, rel-2_56, rel-2_79, rel-2_53, rel-2_32, rel-2_78, rel-2_61, rel-2_43, rel-2_42, rel-2_41
Changes since 1.7: +40 -39 lines
Log Message:
second normaliser run - dude

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 editable 0
17     end
18 root 1.8
19 root 1.1 #
20     # vitriol pool is what the splash above drops.
21     # Note that this is put unchanged onto the map.
22 root 1.7 object vitriol_pool
23 root 1.4 anim
24     v_pool.x11
25     v_pool.x12
26     mina
27 root 1.8 name vitriol pool
28     face v_pool.x11
29     dam 15
30     wc -30
31 root 1.3 speed 0.2
32 root 1.8 level 1
33     type 102
34     subtype 7
35 root 1.3 attacktype 64
36     duration 30
37 root 1.8 move_on walk
38     no_pick 1
39     stand_still 1
40 root 1.3 editable 8
41     end
42 root 1.8
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 walk fly_low
61     no_pick 1
62     is_turnable 1
63     editable 0
64     end
65