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

File Contents

# User Rev Content
1 root 1.3 object speedball
2 root 1.4 anim
3     speedball.x11
4     speedball.x12
5     mina
6 pippijn 1.2 face speedball.x11
7 root 1.1 exp 2
8     food 20
9 root 1.3 dam 8
10     wc -20
11 root 1.1 ac 30
12 root 1.3 speed 1
13     level 1
14 root 1.1 attacktype 2
15 root 1.3 weight 1000
16     move_type all
17     no_pick 1
18 root 1.1 monster 1
19     see_invisible 1
20 root 1.3 is_used_up 1
21 root 1.1 only_attack 1
22 root 1.3 one_hit 1
23     color_fg red
24 root 1.1 editable 0
25     end
26 root 1.3