roc_samples/data/xml/weapons.xml
cecilkorik 12cb7128f7 split everything in roc_samples out of the main roc project
refactored as needed to make roc work as a shared library, without any stupid import hacks
2017-05-08 23:49:09 -07:00

22 lines
No EOL
1.1 KiB
XML

<weapons>
<component id="lightblaster">
<name>Light Blaster</name>
<desc>The staggering ubiquity of the blaster class weapons is due to their simplicity and reliability. This particular model is one of the smallest blaster models, and it is more of a mild deterrant than an actual combat weapon. Against any moderately capable fighter it would prove almost ineffective even in large numbers, and it would be absolutely laughable to suggest that it would be of any use at all against a larger ship. Still, they are often found on shuttles and small freighters hoping that any agressor will see that numerous guns are mounted without bothering to scan too closely.</desc>
<price>250</price>
<size>0.2</size>
<mass>2</mass>
<launcher>w_lightblaster</launcher>
</component>
<launcher id="w_lightblaster">
<refire>250</refire>
<projectile>wp_lightblaster</projectile>
<velocity>1000</velocity>
</launcher>
<projectile id="wp_lightblaster">
<sprite>hard_particle</sprite>
<sprite_color red="1.0" green="1.0" blue="1.0" alpha="1.0"/>
<range>400</range>
<damagemin>20</damagemin>
<damagemax>20</damagemax>
</projectile>
</weapons>