diff options
Diffstat (limited to 'monsters.xml')
-rw-r--r-- | monsters.xml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/monsters.xml b/monsters.xml index 5d216fab..1224a48b 100644 --- a/monsters.xml +++ b/monsters.xml @@ -828,37 +828,37 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or spawn. <monster id="1182" name="Earth Fairy"> <sprite>monsters/fairy.xml|#ff9e00</sprite> <sound event="hit">monsters/firegoblin/firegoblinhit.ogg</sound> - <sound event="miss">monster/flower/miss.ogg</sound> - <sound event="die">monster/fairy/fada-die1.ogg</sound> - <sound event="die">monster/fairy/fada-die2.ogg</sound> + <sound event="miss">monsters/flower/miss.ogg</sound> + <sound event="die">monsters/fairy/fada-die1.ogg</sound> + <sound event="die">monsters/fairy/fada-die2.ogg</sound> </monster> <monster id="1183" name="Fire Fairy"> <sprite>monsters/fairy.xml|#ff0000</sprite> <sound event="hit">monsters/firegoblin/firegoblinhit.ogg</sound> - <sound event="miss">monster/flower/miss.ogg</sound> - <sound event="die">monster/fairy/fada-die1.ogg</sound> - <sound event="die">monster/fairy/fada-die2.ogg</sound> + <sound event="miss">monsters/flower/miss.ogg</sound> + <sound event="die">monsters/fairy/fada-die1.ogg</sound> + <sound event="die">monsters/fairy/fada-die2.ogg</sound> </monster> <monster id="1184" name="Water Fairy"> <sprite>monsters/fairy.xml|#0000ff</sprite> <sound event="hit">monsters/firegoblin/firegoblinhit.ogg</sound> - <sound event="miss">monster/flower/miss.ogg</sound> - <sound event="die">monster/fairy/fada-die1.ogg</sound> - <sound event="die">monster/fairy/fada-die2.ogg</sound> + <sound event="miss">monsters/flower/miss.ogg</sound> + <sound event="die">monsters/fairy/fada-die1.ogg</sound> + <sound event="die">monsters/fairy/fada-die2.ogg</sound> </monster> <monster id="1185" name="Wind Fairy"> <sprite>monsters/fairy.xml|#ffffff</sprite> <sound event="hit">monsters/firegoblin/firegoblinhit.ogg</sound> - <sound event="miss">monster/flower/miss.ogg</sound> - <sound event="die">monster/fairy/fada-die1.ogg</sound> - <sound event="die">monster/fairy/fada-die2.ogg</sound> + <sound event="miss">monsters/flower/miss.ogg</sound> + <sound event="die">monsters/fairy/fada-die1.ogg</sound> + <sound event="die">monsters/fairy/fada-die2.ogg</sound> </monster> <monster id="1186" name="Poison Fairy"> <sprite>monsters/fairy.xml</sprite> <sound event="hit">monsters/firegoblin/firegoblinhit.ogg</sound> - <sound event="miss">monster/flower/miss.ogg</sound> - <sound event="die">monster/fairy/fada-die1.ogg</sound> - <sound event="die">monster/fairy/fada-die2.ogg</sound> + <sound event="miss">monsters/flower/miss.ogg</sound> + <sound event="die">monsters/fairy/fada-die1.ogg</sound> + <sound event="die">monsters/fairy/fada-die2.ogg</sound> </monster> <!-- Resume --> |