diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index 90ac9e33ab147af718c6e6ee354d0a409a655ff7..b70fbf46b14393e3a18b501ca246b656aa617d62 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -5634,6 +5634,7 @@ newEntity{ base = "BASE_CLOAK", rarity = 400, cost = 250, material_level = 4, + special_desc = function(self) return ("Damage shields have +1 duration and +15% power") end, wielder = { combat_spellcrit = 6, combat_def = 10,