• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

A mod that removes all weapons and armor from loot.

Wolfofjesters

New member
A friend of mine enjoys most of the game's gameplay, and really enjoys the crafting side of it, but hates the feeling of finally crafting the weapon/armor/tools they've been working towards, only to find something equal/better in loot immediately after.

I suppose my first question is - Does this already exist, and did I just fail to find it with my lackluster googling skills?

If not.

Is there a way to remove whole groups from loot tables, or would I need to do individual items? I've never looked into making a modlet before, and I'm both wildly out of my depth and overwhelmed. Narrowing the scope of what I need to be lookin' at would be so helpful.

 
I'm working off a few-year-old example. Would this effectively replace any helmets in loot with armor parts?

Code:
<set xpath="/lootcontainers/lootgroup/item[contains(@name='Helmet')]/@name">armorParts</set>
 
Back
Top