Keep it up I just tried the 1.3 version all you got left is the part in each armor script for the resist to get rid of where it puts
WeponAttributes.ResistCold for example just needs to come out like this:
Code:
ColdBonus = 70;
EnergyBonus = 70;
PhysicalBonus = 70;
PoisonBonus = 70;
and the self repair needs to come out with ArmorAttibutes.SelfRepair and not the WeaponsAttributes
