-
Notifications
You must be signed in to change notification settings - Fork 1
Rune Tooltip Formatting
Sergey Sylvian edited this page Oct 5, 2016
·
4 revisions
newValue = originalValue * (1 + (modifierValue / 100 * multiplier))
Type = '' or 'Percent'
Method = '' or 'Multiply'
Reduction = 0
newValue = originalValue * (1 + (modifierValue / 100 * multiplier))
Type = '' or 'Percent'
Method = '' or 'Multiply'
Reduction = 1
newValue = originalValue + (modifierValue * multiplier)
Type = Int
Method = Add
newValue = originalValue + (modifierValue * multiplier)
Type = Int
Method = Add
Reduction = 1
newValue = originalValue + ((modifierValue / 100) * multiplier)
Type = Float
Method = Add
newValue = originalValue + ((modifierValue / 100) * multiplier)
Type = Float
Method = Add
Reduction = 1