lol @ triple post..but anyways....
I would have lost the bet. all i did was delete these lines from the BANHAMMER,
'<LOC ITEM_Achievement_9999>+80 Weapon Damage',
GetDmageBonus = function(self) return Buffs['AchievementDamage'].Affects.DamageRating.Add end,
DamageRating = {Add = 80},
and added in the health bonus from Blood of the Fallen,
'<LOC ITEM_Achievement_0003>+[GetHealthBonus] Health',
GetHealthBonus = function(self) return Buffs['AchievementHealth'].Affects.MaxHealth.Add end,
MaxHealth = {Add = 800, AdjustHealth = true},
and once again i was greeted with this, as i have on every attempt,
All i changed from the vanilla New Item Tab Mod for this test, was the above lines....
I'm trying to understand the numbers after the item...ITEM_Achievement_0003
I see these changed in some mods and as the vanilla game values in others.....