Well I wanted to repost the katana without dura, would be better than the SelfRepair attribute i think, but it says i cant post attachment

so if u want the katana without dura you'll have to edit the lines......
public override int InitMinHits{ get{ return 255; } }
public override int InitMaxHits{ get{ return 255; } }.........
....change to........
public override int InitMinHits{ get{ return 0; } }
public override int InitMaxHits{ get{ return 0; } }.........
....now go down about six lines where it says.........
WeaponAttributes.SelfRepair = 6;......
....and delete this line, or simply put 2 forward slashes in front of it to remove.