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, 4 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

# User Rev Content
1 root 1.1 # vitriol is the 'bullet' form of vitriol.
2 root 1.3 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.3 type 102
9     subtype 5
10 root 1.1 attacktype 64
11     glow_radius 2
12 root 1.3 move_type all
13     move_on all
14 root 1.1 no_pick 1
15 root 1.3 is_turnable 0
16 root 1.1 editable 0
17     end
18 root 1.3
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.3 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 root 1.1 type 102
30     subtype 7
31 root 1.3 attacktype 64
32     duration 30
33     move_on all
34     no_pick 1
35 root 1.1 stand_still 1
36 root 1.3 editable 8
37 root 1.1 anim
38 pippijn 1.2 v_pool.x11
39     v_pool.x12
40 root 1.1 mina
41 root 1.3 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 root 1.1 no_pick 1
58 root 1.3 is_turnable 1
59     editable 0
60     anim
61     v_splash.x11
62     v_splash.x12
63     mina
64 root 1.1 end
65 root 1.3