Howdy, if you would like a quick fix I can tell you how to prevent future random npcs from spawning with flame throwers in your current world.
You’ll want to back up your folder before doing this…
In you cat folder go to data>json>npcs
Here you’ll see two documents of interest, NC_ARSONIST.json and items_generic.json.
- Delete NC_ARSONIST.json, when the program can’t find unique item groups for an NPC class is will then give them generic ones.
- Open items_generic.json with wordpad
- ctrl+f ‘flamethrower’ and you should find
},{
"type" : "item_group",
"id" : "npc_launcher",
"items":[
["flamethrower_simple",50]
]
},{
4) Change “flamethrower_simple” to any other weapon you see listed there… like “crossbow” or “usp_9mm”
That should get rid of at least 90% of the flame throwers… I don’t remember adding them to any other classes.