diff --git a/Data/Uniques/jewel.lua b/Data/Uniques/jewel.lua index bd2acb55..31919ca3 100644 --- a/Data/Uniques/jewel.lua +++ b/Data/Uniques/jewel.lua @@ -167,12 +167,14 @@ Dexterity from Passives in Radius is Transformed to Strength Inspired Learning Crimson Jewel Radius: Small +Implicits: 0 If 4 Notables are Allocated in Radius, When you Kill a Rare monster, you gain 1 of its mods for 20 seconds ]],[[ Intuitive Leap Viridian Jewel Radius: Small +Implicits: 0 Passives in Radius can be Allocated without being connected to your tree ]],[[ Izaro's Turmoil @@ -253,7 +255,8 @@ With at least 50 Strength Allocated in Radius, 20% increased Rarity of Items dro ]],[[ Spire of Stone Crimson Jewel -Limited to: 1Radius: Large +Limited to: 1 +Radius: Large 3% increased Totem Life per 10 Strength Allocated in Radius Totems cannot be Stunned ]],[[ @@ -349,6 +352,7 @@ Corrupted ]],[[ Corrupted Energy Cobalt Jewel +Implicits: 0 With 5 Corrupted Items Equipped: 50% of Chaos Damage does not bypass Energy Shield and 50% of Physical Damage bypasses Energy Shield Corrupted ]],[[ @@ -366,11 +370,14 @@ Corrupted Hungry Abyss Viridian Jewel Limited to: 1 +Implicits: 0 With 5 Corrupted Items Equipped: Life Leech recovers based on your Chaos Damage instead +Corrupted ]],[[ Mutated Growth Cobalt Jewel Limited to: 1 +Implicits: 0 10% increased Experience Gain of Corrupted Gems Corrupted ]],[[ @@ -392,6 +399,7 @@ Corrupted Self-Flagellation Viridian Jewel Limited to: 1 +Implicits: 0 You can have one additional Curse (10 to 20)% increased Damage per Curse on you Corrupted diff --git a/Modules/ItemTools.lua b/Modules/ItemTools.lua index a914c0cc..b195ed41 100644 --- a/Modules/ItemTools.lua +++ b/Modules/ItemTools.lua @@ -268,9 +268,7 @@ function itemLib.createItemRaw(item) if item.limit then t_insert(item.rawLines, "Limited to: "..item.limit) end - if item.implicitLines > 0 then - t_insert(item.rawLines, "Implicits: "..item.implicitLines) - end + t_insert(item.rawLines, "Implicits: "..item.implicitLines) for _, modLine in ipairs(item.modLines) do local line = modLine.line if modLine.range then diff --git a/Modules/Main.lua b/Modules/Main.lua index 673d7d6d..f743de78 100644 --- a/Modules/Main.lua +++ b/Modules/Main.lua @@ -80,7 +80,7 @@ function main:Init() self.uniqueDB = { list = { } } for type, typeList in pairs(data.uniques) do for _, raw in pairs(typeList) do - local newItem = itemLib.makeItemFromRaw(raw) + local newItem = itemLib.makeItemFromRaw("Rarity: Unique\n"..raw) if newItem then self.uniqueDB.list[newItem.name] = newItem else diff --git a/manifest.xml b/manifest.xml index 5c964f76..d258ec88 100644 --- a/manifest.xml +++ b/manifest.xml @@ -43,8 +43,8 @@ - - + + @@ -86,7 +86,7 @@ - +