Lephisto/dat/outfit.xml

23 lines
463 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</sound>
<gfx>lasergreen</gfx>
<delay>500</delay>
<speed>550</speed>
<range>300</range>
<accuracy>30</accuracy>
<damage>
<armour>20</armour>
<shield>10</shield>
</damage>
</specific>
</outfit>
</Outfits>