Lephisto/dat/outfit.xml
2013-02-04 17:44:53 +00:00

21 lines
419 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Outfits>
<outfit name="laser">
<general>
<max>5</max>
<tech>2</tech>
<mass>1</mass>
</general>
<specific type = "1">
<sound>laser.wav</sound>
<gfx>lasergreen.png</gfx>
<speed>450</speed>
<accuracy>30</accuracy>
<damage>
<armor>20</armor>
<shield>10</shield>
</damage>
</specific>
</outfit>
</Outfits>