Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/Data/Bases/amulet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,27 +81,31 @@ itemBases["Pearlescent Amulet"] = {
}
itemBases["Veridical Chain"] = {
type = "Amulet",
hidden = true,
tags = { amulet = true, default = true, },
implicit = "+(30-40) to maximum Runic Ward",
implicitModTypes = { { "runic_ward" }, },
req = { level = 18, },
}
itemBases["Runemastered Veridical Chain"] = {
type = "Amulet",
hidden = true,
tags = { amulet = true, default = true, runeforged = true, },
implicit = "+(30-40) to maximum Runic Ward\n+(2-3)% to Maximum Cold Resistance",
implicitModTypes = { { "runic_ward" }, { "cold_resistance", "elemental_resistance", "elemental", "cold", "resistance" }, },
req = { level = 18, },
}
itemBases["Runemastered Veridical Chain"] = {
type = "Amulet",
hidden = true,
tags = { amulet = true, default = true, runeforged = true, },
implicit = "+(30-40) to maximum Runic Ward\n+(1-2) to Level of all Cold Skills",
implicitModTypes = { { "runic_ward" }, { "elemental", "cold", "gem" }, },
req = { level = 18, },
}
itemBases["Runemastered Veridical Chain"] = {
type = "Amulet",
hidden = true,
tags = { amulet = true, default = true, runeforged = true, },
implicit = "(15-20)% increased maximum Runic Ward",
implicitModTypes = { { "runic_ward" }, },
Expand Down
4 changes: 4 additions & 0 deletions src/Data/Bases/belt.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ itemBases["Heavy Belt"] = {
itemBases["Runemastered Heavy Belt"] = {
type = "Belt",
charmLimit = 0,
hidden = true,
tags = { belt = true, default = true, runeforged = true, },
implicit = "(20-30)% increased Stun Threshold\n(15-25)% Life Recovery from Flasks also applies to Runic Ward\nHas (1-3) Charm Slots",
implicitModTypes = { { }, { }, },
Expand All @@ -93,6 +94,7 @@ itemBases["Runemastered Heavy Belt"] = {
itemBases["Runemastered Heavy Belt"] = {
type = "Belt",
charmLimit = 0,
hidden = true,
tags = { belt = true, default = true, runeforged = true, },
implicit = "(20-30)% increased Stun Threshold\n(20-40)% increased Runic Ward Regeneration Rate\nHas (1-3) Charm Slots",
implicitModTypes = { { }, { "runic_ward" }, },
Expand All @@ -101,6 +103,7 @@ itemBases["Runemastered Heavy Belt"] = {
itemBases["Runemastered Heavy Belt"] = {
type = "Belt",
charmLimit = 0,
hidden = true,
tags = { belt = true, default = true, runeforged = true, },
implicit = "(20-30)% increased Stun Threshold\nRunic Ward recovery can can Overflow maximum Runic Ward\nHas (1-3) Charm Slots",
implicitModTypes = { { }, { }, },
Expand All @@ -109,6 +112,7 @@ itemBases["Runemastered Heavy Belt"] = {
itemBases["Runemastered Heavy Belt"] = {
type = "Belt",
charmLimit = 0,
hidden = true,
tags = { belt = true, default = true, runeforged = true, },
implicit = "(20-30)% increased Stun Threshold\nFlasks gain (0.5-1) charges per Second\nHas (1-3) Charm Slots",
implicitModTypes = { { }, { }, },
Expand Down
Loading
Loading