diff --git a/game/modules/tome/data/general/objects/world-artifacts.lua b/game/modules/tome/data/general/objects/world-artifacts.lua index bdda5921a1113e799feb00b34cea4580e072b6e4..2e862d9f081a1476b5446fd48acbe710176e3cc7 100644 --- a/game/modules/tome/data/general/objects/world-artifacts.lua +++ b/game/modules/tome/data/general/objects/world-artifacts.lua @@ -2795,6 +2795,7 @@ newEntity{ base = "BASE_MINDSTAR", name = "Great Caller", unided_name = "humming mindstar", unique = true, image = "object", desc = [[This mindstar constantly emits a low tone. Life seems to be pulled towards it.]], + special_desc = function(self) return "Gives a 30% chance that your nature summons appear as wild summons." end, color = colors.GREEN, image = "object/artifact/great_caller.png", level_range = {20, 32}, require = { stat = { wil=34, }, }, @@ -2824,11 +2825,10 @@ newEntity{ base = "BASE_MINDSTAR", ["wild-gift/summon-advanced"] = 0.1, }, heal_on_nature_summon = 30, + wild_summon = 30, nature_summon_max = 2, inc_stats = { [Stats.STAT_WIL] = 3, [Stats.STAT_CUN] = 3 }, }, - max_power = 16, power_regen = 1, - use_talent = { id = Talents.T_RAGE, level = 4, power = 16 }, } newEntity{ base = "BASE_HELM",