Skip to content

Commit de297c6

Browse files
LocalIdentityLocalIdentity
andauthored
Add missing base types + hide unique only bases from crafter (#2111)
* Add missing base types + hide unique only bases from crafter GGG now use many unique item only base types for the new 0.5 uniques So they don't clutter up the item crafter with invalid bases we now mark base types that contain "Runemastered" or "Unique" in their name / baseType name * Fix Talisman's not have a socket limit value --------- Co-authored-by: LocalIdentity <localidentity2@gmail.com>
1 parent 08f8cf9 commit de297c6

25 files changed

Lines changed: 578 additions & 10 deletions

src/Data/Bases/amulet.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,27 +81,31 @@ itemBases["Pearlescent Amulet"] = {
8181
}
8282
itemBases["Veridical Chain"] = {
8383
type = "Amulet",
84+
hidden = true,
8485
tags = { amulet = true, default = true, },
8586
implicit = "+(30-40) to maximum Runic Ward",
8687
implicitModTypes = { { "runic_ward" }, },
8788
req = { level = 18, },
8889
}
8990
itemBases["Runemastered Veridical Chain"] = {
9091
type = "Amulet",
92+
hidden = true,
9193
tags = { amulet = true, default = true, runeforged = true, },
9294
implicit = "+(30-40) to maximum Runic Ward\n+(2-3)% to Maximum Cold Resistance",
9395
implicitModTypes = { { "runic_ward" }, { "cold_resistance", "elemental_resistance", "elemental", "cold", "resistance" }, },
9496
req = { level = 18, },
9597
}
9698
itemBases["Runemastered Veridical Chain"] = {
9799
type = "Amulet",
100+
hidden = true,
98101
tags = { amulet = true, default = true, runeforged = true, },
99102
implicit = "+(30-40) to maximum Runic Ward\n+(1-2) to Level of all Cold Skills",
100103
implicitModTypes = { { "runic_ward" }, { "elemental", "cold", "gem" }, },
101104
req = { level = 18, },
102105
}
103106
itemBases["Runemastered Veridical Chain"] = {
104107
type = "Amulet",
108+
hidden = true,
105109
tags = { amulet = true, default = true, runeforged = true, },
106110
implicit = "(15-20)% increased maximum Runic Ward",
107111
implicitModTypes = { { "runic_ward" }, },

src/Data/Bases/belt.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ itemBases["Heavy Belt"] = {
8585
itemBases["Runemastered Heavy Belt"] = {
8686
type = "Belt",
8787
charmLimit = 0,
88+
hidden = true,
8889
tags = { belt = true, default = true, runeforged = true, },
8990
implicit = "(20-30)% increased Stun Threshold\n(15-25)% Life Recovery from Flasks also applies to Runic Ward\nHas (1-3) Charm Slots",
9091
implicitModTypes = { { }, { }, },
@@ -93,6 +94,7 @@ itemBases["Runemastered Heavy Belt"] = {
9394
itemBases["Runemastered Heavy Belt"] = {
9495
type = "Belt",
9596
charmLimit = 0,
97+
hidden = true,
9698
tags = { belt = true, default = true, runeforged = true, },
9799
implicit = "(20-30)% increased Stun Threshold\n(20-40)% increased Runic Ward Regeneration Rate\nHas (1-3) Charm Slots",
98100
implicitModTypes = { { }, { "runic_ward" }, },
@@ -101,6 +103,7 @@ itemBases["Runemastered Heavy Belt"] = {
101103
itemBases["Runemastered Heavy Belt"] = {
102104
type = "Belt",
103105
charmLimit = 0,
106+
hidden = true,
104107
tags = { belt = true, default = true, runeforged = true, },
105108
implicit = "(20-30)% increased Stun Threshold\nRunic Ward recovery can can Overflow maximum Runic Ward\nHas (1-3) Charm Slots",
106109
implicitModTypes = { { }, { }, },
@@ -109,6 +112,7 @@ itemBases["Runemastered Heavy Belt"] = {
109112
itemBases["Runemastered Heavy Belt"] = {
110113
type = "Belt",
111114
charmLimit = 0,
115+
hidden = true,
112116
tags = { belt = true, default = true, runeforged = true, },
113117
implicit = "(20-30)% increased Stun Threshold\nFlasks gain (0.5-1) charges per Second\nHas (1-3) Charm Slots",
114118
implicitModTypes = { { }, { }, },

0 commit comments

Comments
 (0)