mirror of
https://github.com/FalloutCollaborationProject/FCP-Energy-Weapons.git
synced 2026-07-27 17:02:12 -07:00
77 lines
2.4 KiB
XML
77 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|||
|
|
<Defs>
|
||
|
|
|
||
|
|
<!--__________ Laser Bullets __________-->
|
||
|
|
|
||
|
|
<!-- Laser -->
|
||
|
|
|
||
|
|
<ThingDef ParentName="BaseBullet">
|
||
|
|
<defName>FCP_Bullet_Laser</defName>
|
||
|
|
<label>Laser Shot</label>
|
||
|
|
<graphicData>
|
||
|
|
<texPath>Things/Projectile/FCP_Laser</texPath>
|
||
|
|
<graphicClass>Graphic_Single</graphicClass>
|
||
|
|
</graphicData>
|
||
|
|
<projectile>
|
||
|
|
<damageDef>FCP_Damage_Laser_Burn</damageDef>
|
||
|
|
<damageAmountBase>18</damageAmountBase>
|
||
|
|
<armorPenetrationBase>0.4</armorPenetrationBase>
|
||
|
|
<speed>70</speed>
|
||
|
|
</projectile>
|
||
|
|
</ThingDef>
|
||
|
|
|
||
|
|
<!-- MF Breeder -->
|
||
|
|
|
||
|
|
<ThingDef ParentName="BaseBullet">
|
||
|
|
<defName>FCP_Bullet_MF_Breeder</defName>
|
||
|
|
<label>Laser Shot</label>
|
||
|
|
<graphicData>
|
||
|
|
<texPath>Things/Projectile/FCP_Laser</texPath>
|
||
|
|
<graphicClass>Graphic_Single</graphicClass>
|
||
|
|
</graphicData>
|
||
|
|
<projectile>
|
||
|
|
<damageDef>FCP_Damage_Laser_Burn</damageDef>
|
||
|
|
<damageAmountBase>12</damageAmountBase>
|
||
|
|
<armorPenetrationBase>0.4</armorPenetrationBase>
|
||
|
|
<speed>65</speed>
|
||
|
|
</projectile>
|
||
|
|
</ThingDef>
|
||
|
|
|
||
|
|
<!-- Laser S -->
|
||
|
|
|
||
|
|
<ThingDef ParentName="BaseBullet">
|
||
|
|
<defName>FCP_Bullet_Laser_S</defName>
|
||
|
|
<label>Laser Shot</label>
|
||
|
|
<graphicData>
|
||
|
|
<texPath>Things/Projectile/FCP_Laser_S</texPath>
|
||
|
|
<graphicClass>Graphic_Single</graphicClass>
|
||
|
|
</graphicData>
|
||
|
|
<projectile>
|
||
|
|
<damageDef>FCP_Damage_Laser_Burn</damageDef>
|
||
|
|
<damageAmountBase>20</damageAmountBase>
|
||
|
|
<armorPenetrationBase>0.8</armorPenetrationBase>
|
||
|
|
<speed>75</speed>
|
||
|
|
</projectile>
|
||
|
|
</ThingDef>
|
||
|
|
|
||
|
|
<!--__________ Plasma Bullets __________-->
|
||
|
|
|
||
|
|
<!-- Plasma Cast -->
|
||
|
|
|
||
|
|
<ThingDef ParentName="BaseBullet">
|
||
|
|
<defName>FCP_Bullet_Plasma</defName>
|
||
|
|
<label>Plasma Cast</label>
|
||
|
|
<graphicData>
|
||
|
|
<texPath>Things/Projectile/FCP_Plasma</texPath>
|
||
|
|
<graphicClass>Graphic_Single</graphicClass>
|
||
|
|
</graphicData>
|
||
|
|
<projectile>
|
||
|
|
<damageDef>FCP_Damage_Plasma_Burn</damageDef>
|
||
|
|
<damageAmountBase>18</damageAmountBase>
|
||
|
|
<armorPenetrationBase>1.5</armorPenetrationBase>
|
||
|
|
<speed>55</speed>
|
||
|
|
</projectile>
|
||
|
|
</ThingDef>
|
||
|
|
|
||
|
|
</Defs>
|