please, I forgot to copy the original SellTraitData.lua to a safe folder so i lost it and hades says an error about modified game files. Does anyone here have a default version of SellTraitData.lua they could upload on mediafire and send to me?
I have a question, instead of downloading the mod, can you directly edit SellTraitData.lua for the same effect? I am pretty sure it should work, unless there's an extra line of code/text in your mod that makes the values compatible with the game. Edit: Well, I forgot to copy the original SellTraitData.lua to a safe folder so i lost it and hades says an error about modified game files. Does anyone here have a default version of SellTraitData.lua they could upload on mediafire and send to me?
5 comments
SellTraitData =
{
StackValue = { Min = 25, Max = 25 },
BaseValue = 20,
RarityValues =
{
Common = { Min = 5000, Max = 5000 },
Rare = { Min = 5000, Max = 5000 },
Epic = { Min = 5000, Max = 5000 },
Heroic = { Min = 5000, Max = 5000 },
Legendary = { Min = 5000, Max = 5000 },
},
RoundToNearestValue = 5,
}
Edit: Well, I forgot to copy the original SellTraitData.lua to a safe folder so i lost it and hades says an error about modified game files. Does anyone here have a default version of SellTraitData.lua they could upload on mediafire and send to me?