blob: 1ea3af9cdc7d41ea4824f3986931f05ad7d62e71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<monsters offset="0">
<monster id="1070" name="Ball Lightning" targetCursor="small">
<sprite>monsters/ball-lightning.xml</sprite>
<sprite>monsters/accessories/ball-lightning-shadow.xml</sprite>
<particlefx>graphics/particles/monster-ball-lightning.particle.xml</particlefx>
<sound event="move">monsters/ball_lightning/ball_lighning-move1.ogg</sound>
<sound event="die">env/zap.ogg</sound>
<attack id="1" hit-effect-id="23" miss-effect-id="23" action="attack"/>
</monster>
</monsters>
|