Slightly Improved Vanilla Weapons
Description
A simple mod to adjust the vanilla weapon's stats.
Changes:
[list]
[*] Turrets are rapid firing now (Instant turret cooldown)
[*] Increased pawn accuracy, finally pawns that have 20 shooting skill actually are good shots
[*] All ranged weapons have increased their accuracy slightly
[*] Tripled the Burst Shot Count to every Burst firing ranged weapons
[*] Increased the Fire rate of ranged weapons
[/list]
How to include Another Weapon
I've made a custom tag so that if you want to have a weapon affected by this mod, you can just add a weaponTag to it,
weapons only are affected when they have statBases in it (and also burstShotCount too under verbs/li)
All ranged weapons that have the [b]slightlyImprovedWeaponsTag[/b] tag will get affected by the mod
Example:
<ThingDef ParentName="BaseHumanMakeableGun" Name="Gun_AssaultRifle">
... blah blah blah xml stuff here
<weaponTags>
<li>IndustrialGunAdvanced</li>
<li>slightlyImprovedWeaponsTag</li> <--- Add a new li tag under weaponTag
<li>AssaultRifle</li>
</weaponTags>
</ThingDef>
Congratz! now the weapon will be affected to the mod now... Maybe... I haven't tested it with modded weapons yet