How exactly does painslut work?

XBoxMaster131

Well-Known Member
Oct 18, 2016
4,977
1,393
The wprding is a bit confusing. like, does it make it so you take lust damage when you take hp damage in exchenge for higher defense?
 

Theron

Well-Known Member
Nov 8, 2018
3,841
1,438
45
It adds effective physical defense equal to
Code:
Math.round(((target.HPMax() - target.HP()) / target.HPMax()) * 5 * target.level)
and reduces Lust Defense by the same amount.
('Target' being the owner of the perk.)
 
Last edited:

XBoxMaster131

Well-Known Member
Oct 18, 2016
4,977
1,393
It adds effective physical defense equal to
Code:
Math.round(((target.HPMax() - target.HP()) / target.HPMax()) * 5 * target.level)
and reduces Lust Defense by the same amount.
('Target' being the owner of the perk.)
sick, thank u