ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/colorspray.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 color_spray
2 root 1.1 anim
3 pippijn 1.2 explosion.x11
4     burnout.x1O
5     fireball.x11
6     ball_lightning.x11
7     icestorm.x11
8     confusion.x11
9     acid_pool.x11
10     poisoncloud.x11
11     slow.x11
12     paralyse.x11
13     fear.x11
14 root 1.1 mina
15 root 1.4 name color spray
16     face confusion.x11
17     wc -30
18     speed 1
19     type 102
20     subtype 7
21 root 1.5 move_type fly_low
22 root 1.4 move_on all
23     no_pick 1
24     editable 0
25 root 1.1 end
26 root 1.3