ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/manabullet.arc
Revision: 1.5
Committed: Sun Feb 18 21:07:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_normalise_revert
Changes since 1.4: +1 -1 lines
Log Message:
more manual adjustment to move_on/off and move_type

File Contents

# User Rev Content
1 root 1.3 object manabullet
2 root 1.4 anim
3     snowball.x11
4     snowball.x11
5     snowball.x21
6     snowball.x31
7     snowball.x41
8     snowball.x51
9     snowball.x61
10     snowball.x71
11     snowball.x81
12     mina
13 root 1.1 other_arch manaball
14 root 1.3 face snowball.x11
15     is_animated 0
16     speed 1
17 root 1.1 type 102
18     subtype 5
19 root 1.3 glow_radius 3
20 root 1.5 move_type fly_low
21 root 1.3 move_on all
22     no_pick 1
23     is_turnable 1
24     color_bg light_blue
25 root 1.1 color_fg white
26 root 1.3 editable 0
27 root 1.1 end
28 root 1.3