Skip to content

Sage's Blessing

Xaikii edited this page Aug 16, 2021 · 7 revisions

Effect:

Increases XP per Level, but also increases exhaustion.


Max. Level: 5
Treasure: No
Rarity: Common
Equipable: non-Armor Durability-based

Formula:

[Increase] *= 1 + BonusEXPPerLvL * Level + BonusEXPPerLvL * (Random(Fortune/Looting1) + 1)
BonusEXPPerLvL 0.2

Incompatible:

Silk Touch, Midas Blessing, Fast Food


Special Notes:

EXP increase and exhaustion increase by the same Value.
Value is percentual.
'Random()' will roll randomly between 0 and the Value inside.

Clone this wiki locally