I put together a loot.xml for this mod, similar to the one I posted in the 5.56 weapons mod thread. I sprinkled some of the flechette ammo into the ammo lootgroups as well, since I like it.
Neat. I tried it out and found a T2 shotgun in a weapon bag pretty quickly.
I also added to the quest reward loot groups.
<!-- append new shotguns to tiered group quest reward loot groups -->
<append xpath="//lootgroup[@name='groupQuestWeaponsRangedT1']">
<item name="IZYgunT1shotgunDoublebarrellong"/>
<item name="IZYgunT1shotgunBoltactionShotgun"/>
<item name="IZYgunT1shotgunModel1887"/>
</append>
<append xpath="//lootgroup[@name='groupQuestWeaponsRangedT2']">
<item name="IZYgunT2shotgunM31hunter"/>
<item name="IZYgunT2shotgunM1897"/>
<item name="IZYgunT2shotgunM870Police"/>
</append>
<append xpath="//lootgroup[@name='groupQuestWeaponsRangedT3']">
<item name="IZYgunT3shotgunM4terminator"/>
<item name="IZYgunT3shotgunXM12G"/>
<item name="IZYgunT3shotgunM590S"/>
<!-- T4 -->
<item name="IZYgunT4shotgunSaika12g" prob="0.3"/>
<item name="IZYgunT4shotgunHEXAGun" prob="0.3"/>
<item name="IZYgunT4shotgunSPAS12" prob="0.3"/>
</append>
Managed to get a T1 shotgun as a reward for a T2 quest.
A little confused what to do about the "groupInfestedT5MeleeRanged" loot group though. It has T2/T3 weapons in it. Feels weird to add T2/T3/T4 shotguns to it.
Up to
@Izayo what he wants.