RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Need Help with armor values.

MoreBeer

Sorceror
I am looking to lower the physical resistance on leather armor.. but i cant figure out where to adjust this.. if possible. i have dug around in basearmor but not sure if that would be where it is..

anyone point me in a direction?.. be great help..

thx
 

pooka01

Sorceror
Items/armor/leather/leatherlegs.cs

public override int BasePhysicalResistance{ get{ return 2; } }
public override int BasePhysicalResistance{ get{ return #####; } }
 

MoreBeer

Sorceror
Pooka01 thanks for the help.. so im assuming that line of code is just for legs.. i would have to do it to all the leather peaces?

ill dig around.. thanks for some light
 

MoreBeer

Sorceror
Hehe, yeah.. hey thanks again.. i got it figured out. thanks again for pointing me in the right direction.. yay!
 
Top