56 lines
1.6 KiB
XML
56 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<weapons>
|
|
<weapon name="bubblegun" fireSpeed="100.0" maxAmmo="40000" clipSize="1000">
|
|
<bullet anim="obj/bubble">
|
|
<spread>60</spread>
|
|
<speed>20.0</speed>
|
|
<drop>250.0</drop>
|
|
<size x="50.0" y="50.0"/>
|
|
<modifier min="0.5" max="1.0"/>
|
|
</bullet>
|
|
</weapon>
|
|
|
|
<weapon name="shotgun" fireSpeed="1750.0" maxAmmo="64" clipSize="4">
|
|
<script file="scripts/weapons/shotgun_script.lua"/>
|
|
<animation id="gun/shotgun">
|
|
<size x="55.0" y="55.0"/>
|
|
<offset x="-30.0" y="0.0"/>
|
|
</animation>
|
|
<bullet sprite="sprites/bullet.png">
|
|
<spread>50</spread>
|
|
<speed>60.0</speed>
|
|
<drop>550.0</drop>
|
|
<size x="10.0" y="10.0"/>
|
|
<modifier min="0.3" max="1.0"/>
|
|
</bullet>
|
|
</weapon>
|
|
|
|
<weapon name="machine_gun" fireSpeed="50.0" maxAmmo="512" clipSize="64">
|
|
<animation id="gun/machine">
|
|
<size x="55.0" y="55.0"/>
|
|
<offset x="-30.0" y="0.0"/>
|
|
</animation>
|
|
<bullet sprite="sprites/bullet.png">
|
|
<spread>20</spread>
|
|
<speed>60.0</speed>
|
|
<drop>950.0</drop>
|
|
<size x="10.0" y="10.0"/>
|
|
<modifier min="1.0" max="1.0"/>
|
|
</bullet>
|
|
</weapon>
|
|
|
|
<weapon name="pistol" fireSpeed="750.0" maxAmmo="512" clipSize="21">
|
|
<animation id="gun/pistol">
|
|
<size x="55.0" y="55.0"/>
|
|
<offset x="-30.0" y="0.0"/>
|
|
</animation>
|
|
<bullet sprite="sprites/bullet.png">
|
|
<spread>5.0</spread>
|
|
<speed>50.0</speed>
|
|
<drop>500.0</drop>
|
|
<size x="25.0" y="25.0"/>
|
|
<modifier min="1.0" max="1.0"/>
|
|
</bullet>
|
|
</weapon>
|
|
</weapons>
|