1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
### Fire Staff
id=150
group=weapon
icon=gfx\fire_staff.bmp
model=gfx\bone.b3d
color=200,0,50
scale=1
behaviour=bow
damage=2.4
speed=19
drag=0
mat=wood
weight=1000
rate=600
info=A wooden staff with a blood red ornament, it seems to emit a firey aura.
healthchange=0
script=start
on:noammo {
speech "negative";
msg "No magic!",3;
}
script=end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
2
3
4
5
6
7
8
9
10
11
12
13
14
### Magic
id=151
group=ammo
icon=gfx\magic.bmp
model=gfx\pearl.b3d
color=200,0,50
scale=1
behaviour=ammo:150
fx=16
damage=25
mat=glass
weight=5
info=Magic for casting spells
healthchange=0