Guest User

Large Revolver Craftable Test

a guest
Sep 14th, 2019
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. <!-- =============================== Repeating Actions =============================== -->
  2.  
  3. <!-- ====================== Revolver ====================== -->
  4.  
  5. <ThingDef ParentName="BaseMakeableGunR">
  6. <defName>Gun_Revolver</defName>
  7. <label>revolver</label>
  8. <description>Single-action revolver.\n\nNot exactly the fastest firing handgun available, but still a perfectly capable weapon when used up close and personal.</description>
  9. <graphicData>
  10. <texPath>Things/Item/Equipment/WeaponRanged/SAA</texPath>
  11. <graphicClass>Graphic_Single</graphicClass>
  12. </graphicData>
  13. <soundInteract>Interact_Revolver</soundInteract>
  14. <statBases>
  15. <WorkToMake>30000</WorkToMake>
  16. <Mass>1</Mass>
  17. <AccuracyTouch>0.90</AccuracyTouch>
  18. <AccuracyShort>0.78</AccuracyShort>
  19. <AccuracyMedium>0.48</AccuracyMedium>
  20. <AccuracyLong>0.36</AccuracyLong>
  21. <RangedWeapon_Cooldown>1</RangedWeapon_Cooldown>
  22. </statBases>
  23. <costList>
  24. <Steel>18</Steel>
  25. <WoodLog>1</WoodLog>
  26. <ComponentIndustrial>2</ComponentIndustrial>
  27. </costList>
  28. <weaponTags>
  29. <li>Tech2Pistol</li>
  30. <li>WesternRevolver</li>
  31. <li>SIBGun</li>
  32. <li>Shield_Sidearm</li>
  33. </weaponTags>
  34. <tradeTags>
  35. <li>Western</li>
  36. </tradeTags>
  37. <verbs>
  38. <li>
  39. <verbClass>Verb_Shoot</verbClass>
  40. <hasStandardCommand>true</hasStandardCommand>
  41. <defaultProjectile>Bullet_45Long</defaultProjectile>
  42. <warmupTime>0.4</warmupTime>
  43. <range>23.9</range>
  44. <soundCast>Shot_PistolMedium</soundCast>
  45. <soundCastTail>GunTail_Heavy</soundCastTail>
  46. <muzzleFlashScale>9</muzzleFlashScale>
  47. </li>
  48. </verbs>
  49. <tools>
  50. <li>
  51. <label>grip</label>
  52. <capacities>
  53. <li>Blunt</li>
  54. </capacities>
  55. <power>9</power>
  56. <cooldownTime>2</cooldownTime>
  57. </li>
  58. </tools>
  59. </ThingDef>
  60.  
  61. <!-- ====================== Large Revolver ====================== -->
  62.  
  63. <ThingDef ParentName="BaseBullet">
  64. <defName>Bullet_44Ball</defName>
  65. <label>large-calibre pistol bullet</label>
  66. <graphicData>
  67. <texPath>Things/Projectile/Bullet_Big</texPath>
  68. <graphicClass>Graphic_Single</graphicClass>
  69. </graphicData>
  70. <projectile>
  71. <damageDef>Bullet</damageDef>
  72. <damageAmountBase>16</damageAmountBase>
  73. <armorPenetrationBase>0.17</armorPenetrationBase>
  74. <stoppingPower>1.4</stoppingPower>
  75. <speed>68</speed>
  76. </projectile>
  77. </ThingDef>
  78.  
  79. <ThingDef ParentName="BaseMakeableGunR">
  80. <defName>Gun_LargeRevolver</defName>
  81. <label>large revolver</label>
  82. <description>Ancient pattern single-action revolver.\n\nFrom ruptured cylinders to chain firing, this revolver has had a questionable history in saftey, though it is still coveted for it's raw power.\n\nFires a large-calibre pistol cartridges.</description>
  83. <graphicData>
  84. <texPath>Things/Item/Equipment/WeaponRanged/Dragoon</texPath>
  85. <graphicClass>Graphic_Single</graphicClass>
  86. </graphicData>
  87. <soundInteract>Interact_Revolver</soundInteract>
  88. <statBases>
  89. <WorkToMake>34000</WorkToMake>
  90. <Mass>1.9</Mass>
  91. <AccuracyTouch>0.88</AccuracyTouch>
  92. <AccuracyShort>0.76</AccuracyShort>
  93. <AccuracyMedium>0.46</AccuracyMedium>
  94. <AccuracyLong>0.34</AccuracyLong>
  95. <RangedWeapon_Cooldown>1.4</RangedWeapon_Cooldown>
  96. </statBases>
  97. <weaponTags>
  98. <li>WesternRevolverAdvanced</li>
  99. <li>Tech2Pistol</li>
  100. <li>SIBGun</li>
  101. <li>Shield_Sidearm</li>
  102. </weaponTags>
  103. <tradeTags>
  104. <li>Western</li>
  105. </tradeTags>
  106. <costList>
  107. <Steel>20</Steel>
  108. <WoodLog>1</WoodLog>
  109. <ComponentIndustrial>2</ComponentIndustrial>
  110. </costList>
  111. <verbs>
  112. <li>
  113. <verbClass>Verb_Shoot</verbClass>
  114. <hasStandardCommand>true</hasStandardCommand>
  115. <defaultProjectile>Bullet_44Ball</defaultProjectile>
  116. <warmupTime>0.5</warmupTime>
  117. <range>23.9</range>
  118. <soundCast>Shot_PistolHeavy</soundCast>
  119. <soundCastTail>GunTail_Heavy</soundCastTail>
  120. <muzzleFlashScale>18</muzzleFlashScale>
  121. </li>
  122. </verbs>
  123. <tools>
  124. <li>
  125. <label>grip</label>
  126. <capacities>
  127. <li>Blunt</li>
  128. </capacities>
  129. <power>9</power>
  130. <cooldownTime>2</cooldownTime>
  131. </li>
  132. </tools>
  133. </ThingDef>
  134.  
  135. <!-- ====================== Pump-Action Shotgun ====================== -->
  136.  
  137. <ThingDef ParentName="BaseMakeableGunR">
  138. <defName>Gun_PumpShotgun</defName>
  139. <label>pump-action shotgun</label>
  140. <description>Pump-action shotgun.\n\nLimited in range, but easily one of the most lethal weapons available for CQB.</description>
  141. <graphicData>
  142. <texPath>Things/Item/Equipment/WeaponRanged/Shotgun</texPath>
  143. <graphicClass>Graphic_Single</graphicClass>
  144. </graphicData>
  145. <soundInteract>Interact_Shotgun</soundInteract>
  146. <statBases>
  147. <WorkToMake>50000</WorkToMake>
  148. <Mass>3.6</Mass>
  149. <AccuracyTouch>0.56</AccuracyTouch>
  150. <AccuracyShort>0.72</AccuracyShort>
  151. <AccuracyMedium>0.36</AccuracyMedium>
  152. <AccuracyLong>0.06</AccuracyLong>
  153. <RangedWeapon_Cooldown>1.2</RangedWeapon_Cooldown>
  154. </statBases>
  155. <costList>
  156. <Steel>28</Steel>
  157. <WoodLog>2</WoodLog>
  158. <ComponentIndustrial>3</ComponentIndustrial>
  159. </costList>
  160. <weaponTags>
  161. <li>OldMilitaryShotgun</li>
  162. <li>Tech2Shotgun</li>
  163. </weaponTags>
  164. <verbs>
  165. <li>
  166. <verbClass>Verb_Shoot</verbClass>
  167. <hasStandardCommand>true</hasStandardCommand>
  168. <defaultProjectile>Bullet_12g</defaultProjectile>
  169. <warmupTime>1</warmupTime>
  170. <range>15.9</range>
  171. <soundCast>Shot_ShotgunPump</soundCast>
  172. <soundCastTail>GunTail_Heavy</soundCastTail>
  173. <muzzleFlashScale>14</muzzleFlashScale>
  174. </li>
  175. </verbs>
  176. <tools>
  177. <li>
  178. <label>stock</label>
  179. <capacities>
  180. <li>Blunt</li>
  181. </capacities>
  182. <power>9</power>
  183. <cooldownTime>2</cooldownTime>
  184. </li>
  185. <li>
  186. <label>barrel</label>
  187. <capacities>
  188. <li>Poke</li>
  189. </capacities>
  190. <power>9</power>
  191. <cooldownTime>2</cooldownTime>
  192. </li>
  193. </tools>
  194. </ThingDef>
Advertisement
Add Comment
Please, Sign In to add comment