ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Bullet/Fire/fireball.arc
Revision: 1.9
Committed: Sat Apr 14 06:18:40 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.8: +2 -0 lines
Log Message:
somewhat improved fire spell tiling and smoothness

File Contents

# User Rev Content
1 root 1.6 object fireball
2 root 1.4 anim
3     fireball.x11
4     fireball.x12
5     fireball.x13
6     mina
7 root 1.7 face fireball.x11
8 root 1.3 wc -30
9     speed 0.2
10     speed_left -0.21
11 root 1.7 type 102
12     subtype 6
13     attacktype 4
14 root 1.3 glow_radius 1
15 root 1.7 move_type fly_low
16 root 1.3 no_pick 1
17     editable 0
18 root 1.8 magicmap red
19 root 1.9 smoothlevel 250
20     smoothface fireball.x11 fireball_S.x11 fireball.x12 fireball_S.x12 fireball.x13 fireball_S.x13
21 root 1.1 end
22 root 1.7