ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/Cone/firebreath.arc
Revision: 1.4
Committed: Fri Feb 9 01:52:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +5 -5 lines
Log Message:
pout anim sections first because the loader nukes is_animated flag

File Contents

# User Rev Content
1 root 1.3 object firebreath
2 root 1.4 anim
3     fireball.x11
4     fireball.x12
5     fireball.x13
6     mina
7 root 1.1 name fire
8 root 1.3 face fireball.x11
9     wc -30
10     speed 1
11 root 1.1 type 102
12     subtype 7
13 root 1.3 glow_radius 1
14     move_type all
15     move_on all
16     no_pick 1
17 root 1.1 color_fg red
18 root 1.3 editable 0
19 root 1.1 end
20 root 1.3