View Single Post
Old 06-12-2004, 01:32 PM   #14 (permalink)
joshw
Dream Sage
 
joshw's Avatar
 
Join Date: Jul 2003
Location: Great Northern Wisconsin
Posts: 841
Default

ok here are the stats for helm from stratics

Code:
public override int BasePhysicalResistance{ get{ return 15; } }
		public override int BaseFireResistance{ get{ return 10; } }
		public override int BaseColdResistance{ get{ return 10; } }
		public override int BasePoisonResistance{ get{ return 15; } }
		public override int BaseEnergyResistance{ get{ return 10; } }

		public override int InitMinHits{ get{ return 255; } }
		public override int InitMaxHits{ get{ return 255; } }
Code:
Name = "Ancient Samurai Helm";
			Weight = 5.0;
			Attributes.DefendChance = 15;
			ArmorAttributes.SelfRepair = 10;
                        ArmorAttributes.LowerStatReq = 100;
                       ArmorAttributes.MageArmor = 1;
__________________
To walk among the few of understanding
Admin of Geia Adventures A dead Shard no longer in existsance
joshw is offline   Reply With Quote