Lephisto/dat/outfit.xml
Allanis 998a1bf68b [Add] Rudimentary shooting. This needs some work.
[Add] Layers should be working properly.
2013-02-05 16:50:56 +00:00

23 lines
469 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>
<delay>500</delay>
<speed>550</speed>
<range>300</range>
<accuracy>30</accuracy>
<damage>
<armor>20</armor>
<shield>10</shield>
</damage>
</specific>
</outfit>
</Outfits>