Lephisto/dat/outfit.xml
Allanis 9fae81c389 [Fix] AI's landing, it's still not as good as I wish however.
[Add] A few more xml macros and cleaned up a little code to use them.
2013-02-14 14:25:32 +00:00

23 lines
461 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>
<armor>20</armor>
<shield>10</shield>
</damage>
</specific>
</outfit>
</Outfits>