mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
79 lines
2.3 KiB
XML
79 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<!--__________ Bullets __________-->
|
|
|
|
<!--_____ Assault Rifles _____-->
|
|
|
|
<!-- 5.56 Bullet -->
|
|
|
|
<ThingDef ParentName="BaseBullet">
|
|
<defName>FCP_Bullet_556mm</defName>
|
|
<label>556mm Bullet</label>
|
|
<graphicData>
|
|
<texPath>Things/Projectile/Bullet_Small</texPath>
|
|
<graphicClass>Graphic_Single</graphicClass>
|
|
</graphicData>
|
|
<projectile>
|
|
<damageDef>Bullet</damageDef>
|
|
<damageAmountBase>10</damageAmountBase>
|
|
<speed>75</speed>
|
|
</projectile>
|
|
</ThingDef>
|
|
|
|
<!--_____ Revolvers _____-->
|
|
|
|
<!-- Ranger Ricks "Big Iron" Bullet -->
|
|
|
|
<ThingDef ParentName="BaseBullet">
|
|
<defName>FCP_Bullet_Ranger_Ricks_Big_Iron_Revolver</defName>
|
|
<label>Ranger Ricks "Big Iron" Bullet</label>
|
|
<graphicData>
|
|
<texPath>Things/Projectile/Bullet_Small</texPath>
|
|
<graphicClass>Graphic_Single</graphicClass>
|
|
</graphicData>
|
|
<projectile>
|
|
<damageDef>Bullet</damageDef>
|
|
<damageAmountBase>24</damageAmountBase>
|
|
<stoppingPower>6</stoppingPower>
|
|
<speed>78</speed>
|
|
</projectile>
|
|
</ThingDef>
|
|
|
|
<!-- Ranger Sequoia Bullet -->
|
|
|
|
<ThingDef ParentName="BaseBullet">
|
|
<defName>FCP_Bullet_Ranger_Sequoia</defName>
|
|
<label>Ranger Sequoia Bullet</label>
|
|
<graphicData>
|
|
<texPath>Things/Projectile/Bullet_Small</texPath>
|
|
<graphicClass>Graphic_Single</graphicClass>
|
|
</graphicData>
|
|
<projectile>
|
|
<damageDef>Bullet</damageDef>
|
|
<damageAmountBase>18</damageAmountBase>
|
|
<stoppingPower>5</stoppingPower>
|
|
<speed>70</speed>
|
|
</projectile>
|
|
</ThingDef>
|
|
|
|
<!--_____ Sniper Rifles _____-->
|
|
|
|
<!-- Anti-Material Rifle -->
|
|
|
|
<ThingDef ParentName="BaseBullet">
|
|
<defName>FCP_Bullet_AMR</defName>
|
|
<label>AMR Bullet</label>
|
|
<graphicData>
|
|
<texPath>Things/Projectile/Bullet_big</texPath>
|
|
<graphicClass>Graphic_Single</graphicClass>
|
|
</graphicData>
|
|
<projectile>
|
|
<damageDef>Bullet</damageDef>
|
|
<damageAmountBase>50</damageAmountBase>
|
|
<stoppingPower>5</stoppingPower>
|
|
<speed>120</speed>
|
|
</projectile>
|
|
</ThingDef>
|
|
|
|
</Defs> |