diff --git a/game/modules/tome/data/talents/misc/inscriptions.lua b/game/modules/tome/data/talents/misc/inscriptions.lua index eb2cd39593eb081bcfccd63df5014b16d490e416..5598404dc36a674428bc3c1676ad4d8f21d02a0a 100644 --- a/game/modules/tome/data/talents/misc/inscriptions.lua +++ b/game/modules/tome/data/talents/misc/inscriptions.lua @@ -195,7 +195,7 @@ newInscription{ local data = self:getInscriptionData(t.short_name) local what = table.concatNice(table.keys(data.what), ", ", " or ") - return ([[Activate the infusion to cure yourself of one random %s effect and increase affinity for all damage by %d%% for %d turns. + return ([[Activate the infusion to cure yourself of one random %s effect and increase affinity for all damage by %d%% (scales with Constitution) for %d turns. Also removes cross-tier effects of the affected types for free.]]):format(what, data.power+data.inc_stat, data.dur) end,