Necrodog
Initiate
Exactly where do I go to change the min/max properties put on armor, weapons, etc. crafted from a runic tool?
I checked BaseRunicTool.cs and found this:
int attributeCount = Utility.RandomMinMax(attrs.RunicMinAttributes, attrs.RunicMaxAttributes);
int min = attrs.RunicMinIntensity;
int max = attrs.RunicMaxIntensity;
It's contained within where the tool applies the attributes. I just can't find where to edit "RunicMinAttributes" and "RunicMaxAttributes" for specific tools.
Thank you for any help
I checked BaseRunicTool.cs and found this:
int attributeCount = Utility.RandomMinMax(attrs.RunicMinAttributes, attrs.RunicMaxAttributes);
int min = attrs.RunicMinIntensity;
int max = attrs.RunicMaxIntensity;
It's contained within where the tool applies the attributes. I just can't find where to edit "RunicMinAttributes" and "RunicMaxAttributes" for specific tools.
Thank you for any help