Where to find Weapon stats in game files?

Users who are viewing this thread

It seems that the armor stats are hard coded in some xml files, but the weapons stats are not. Instead the weapons just list the crafting parts that make up each weapon. Is there something that I'm missing? Is there a way to calculate the stats from the crafted parts? I'm asking because I'm trying to make a personel database of all of the equipment in the game, and I don't want to have to copy each weapon and its stats from in-game. Any insights would be most grateful.
 
You can easily change armor stats as well as weapons stats for bows and crossbows in the xml files (with Notepad fe.), it's under Modules-SandBoxCore-ModuleData-items and then the according files, like body_armors.xml. It's a lot more difficult to change weapon stats because of the stupid smithing ablility (you see, I don't like crafting), as the actual stats result from the stats of some of the crafting parts. So you cannot easily make for example spears better (but you can, as nice mods like "Spear Rework" show).
 
Back
Top Bottom