yupplemayham/Resources/weapons/bubblegun.xml
2025-01-28 16:07:58 -05:00

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="bubble_anim">
<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 name="shot_gun_anim">
<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="machineGun" fireSpeed="50.0" maxAmmo="512" clipSize="64">
<animation name="machine_gun_anim">
<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="pistolGun" fireSpeed="750.0" maxAmmo="512" clipSize="21">
<animation name="pistol_anim">
<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>