ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/speedball.arc
Revision: 1.10
Committed: Tue Nov 3 09:59:33 2009 UTC (14 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-2_90, rel-2_92, rel-2_93
Changes since 1.9: +1 -1 lines
Log Message:
big cfarch-normalize run

File Contents

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