Jump to content

Edit History

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

BFT2020


forgot a instead of an when u sounds like you

4 hours ago, 8_Hussars said:

Is there a way to mod out the increased drop chance from perks?  May be attractive for MP. 

 

Easiest way to completely remove:

 

<remove xpath="//perk/effect_group/passive_effect[contains(@tags,'CSM')]"/>

 

That would remove all the code for increasing drop chance of crafting magazines

 

To do a universal reduction in chances:

 

<set xpath="//perk/effect_group/passive_effect[contains(@tags,'CSM') and @value='2,10']/@value">1,5</set>

 

BFT2020

BFT2020

4 hours ago, 8_Hussars said:

Is there a way to mod out the increased drop chance from perks?  May be attractive for MP. 

 

Easiest way to completely remove:

 

<remove xpath="//perk/effect_group/passive_effect[contains(@tags,'CSM')]"/>

 

That would remove all the code for increasing drop chance of crafting magazines

 

To do an universal reduction in chances:

 

<set xpath="//perk/effect_group/passive_effect[contains(@tags,'CSM') and @value='2,10']/@value">1,5</set>

 

×
×
  • Create New...