mirror of
https://github.com/FalloutCollaborationProject/FCP-NCR.git
synced 2026-07-27 17:00:12 -07:00
This commit standardizes XML formatting across multiple definition files by correcting inconsistent indentations, adding missing newlines at end of files, and ensuring consistent tag alignment. No functional changes were made to the data or logic.
24 lines
714 B
XML
24 lines
714 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Defs>
|
|
|
|
<!--_____ Revolvers _____-->
|
|
|
|
<!-- Ranger Ricks "Big Iron" Bullet -->
|
|
|
|
<ThingDef MayRequire="Rick.FCP.NCR" 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>
|
|
|
|
</Defs>
|