Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
BFT2020

BFT2020

3 hours ago, stallionsden said:

Aren't you missing the item group allbooksscaled .

 

Wouldn't this remove the other line as well or am I miss reading it

Oh I see just replace the item group with the booksscaled  in each remove 

 

That is simply removing the lootgroup with any books.   If they want to keep the perk books but remove magazines, then they would need to remove modify it some more to remove magazines but not perk books.  So when the bags are dropped, group 2 in each of the bags (which has the books / magazines) does not exist anymore.


 

<!-- *** Zpack_Reg -->
<lootgroup name="groupZpackReg01">
    <item group="groupScrapUncommon" loot_prob_template="high"/>
    <item name="resourceCobblestones" count="10,50" loot_prob_template="high"/>
    <item name="resourceGlue" count="1,2" loot_prob_template="high"/>
    <item group="groupMedicalUncommon" loot_prob_template="high"/>
    <item group="groupDrinksUncommon" loot_prob_template="high"/>
    <item group="groupFoodUncommon" loot_prob_template="high"/>
    <item name="resourceDuctTape" count="1,2" loot_prob_template="med"/>
    <item name="resourceMechanicalParts" count="1,2" loot_prob_template="veryLow"/>
    <item name="resourceAcid" count="1" loot_prob_template="veryLow"/>
</lootgroup>

<lootgroup name="groupZpackReg02">
    <item group="booksAllScaled" loot_prob_template="medHigh"/>
    <item group="groupChallengeRewardSkillMagazinesAll" loot_prob_template="high"/>
</lootgroup>

<lootgroup name="groupZpackReg03">
    <item group="groupArmorParts" loot_prob_template="med"/>
    <item group="groupCraftingRare" loot_prob_template="med"/>
    <item group="groupArmorPartsChests" loot_prob_template="low"/>
    <item group="groupArmorScaled" loot_prob_template="medHigh"/>
    <item group="groupToolsTiered" loot_prob_template="medHigh"/>
</lootgroup>

<lootgroup name="groupZpackReg04">
    <item group="groupRareToolsTiered" loot_prob_template="high"/>
    <item group="groupWeaponsAllScaled" loot_prob_template="high"/>
    <item group="groupModAllScaled" loot_prob_template="med"/>
    <item name="casinoCoin" count="200,400" loot_prob_template="med"/>
    <item name="oldCash" count="200,400" loot_prob_template="med"/>
    <item group="groupMedicalRare" loot_prob_template="medHigh"/>
    <item group="groupTreasureMaps" loot_prob_template="low"/>
    <item name="modArmorNightVision" loot_prob_template="veryLow"/>
    <item name="modArmorHelmetLight" loot_prob_template="veryLow"/>
</lootgroup>

<lootgroup name="groupZpackReg" count="all">
    <item group="groupAmmoLarge" count="1"/>
    <item group="groupZpackReg01" count="1"/>
    <item group="groupZpackReg02" count="1"/>
    <item group="groupZpackReg03" loot_prob_template="med" force_prob="true"/>
    <item group="groupZpackReg04" loot_prob_template="low" force_prob="true"/>
</lootgroup>


 

8 hours ago, Jlane409 said:

these lines, with the items i am looking to remove inserted, would stop them from dropping?

 

This should remove any books or magazines from zombie loot bags if I wrote it up correctly.

BFT2020

BFT2020

3 hours ago, stallionsden said:

Aren't you missing the item group allbooksscaled .

 

Wouldn't this remove the other line as well or am I miss reading it

Oh I see just replace the item group with the booksscaled  in each remove 

 

That is simply removing the lootgroup with any books.   If they want to keep the perk books but remove magazines, then they would need to remove modify it some more to remove magazines but not perk books.  So when the bags are dropped, group 2 in each of the bags (which has the books / magazines) does not exist anymore.

8 hours ago, Jlane409 said:

these lines, with the items i am looking to remove inserted, would stop them from dropping?

 

This should remove any books or magazines from zombie loot bags if I wrote it up correctly.

×
×
  • Create New...