Jump to content

Changing mod weapon damage with reproccer


TFE

Recommended Posts

I'm have been trying to change this weapon's damage value in skyrim using reproccer.

I have fiddled around with the stats.xml and created a new material called Truth and told reproccer in weapon_material_overrides that the sword of truth belongs to the material Truth.

 

Even if i change the iDamage of the material the damage value in game always remains the same (Begins at 28 and changes to 31 when I draw it).

The sword seems to be categorized under Broadswords by the ReProccer.

 

Material:

<weapon_materials>
	<weapon_material>
		<iDamage>18</iDamage>
		<sMaterialName>Truth</sMaterialName>
	</weapon_material>
</weapon_materials>

Material Override:

<weapon_material_overrides>
	<weapon_material_override>
		<weaponSubstring>Sword of Truth</weaponSubstring>
		<materialOverride>Truth</materialOverride>
	</weapon_material_override>
</weapon_material_overrides>

I have tried to patch over and over again after every change but no luck.

Can anyone help me with this?

 

Edited by TFE
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...