ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/spell/SummonMonster/lg_speedball.arc
Revision: 1.3
Committed: Tue Feb 6 22:41:31 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: post_first_cfarch_normalize_run
Changes since 1.2: +16 -15 lines
Log Message:
simply ran cfarch-normalize on all arches

File Contents

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