Skip to content

Commit 621e822

Browse files
authored
Merge branch 'PathOfBuildingCommunity:dev' into spec-search
2 parents c49acaa + 7bf1b98 commit 621e822

31 files changed

+22839
-21549
lines changed

src/Data/Bases/flail.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ itemBases["Twin Flail"] = {
4444
socketLimit = 2,
4545
tags = { maraketh_basetype = true, onehand = true, flail = true, weapon = true, one_hand_weapon = true, default = true, },
4646
implicit = "Forks Critical Hits",
47-
implicitModTypes = { { }, },
47+
implicitModTypes = { { "critical" }, },
4848
weapon = { PhysicalMin = 8, PhysicalMax = 18, CritChanceBase = 10, AttackRateBase = 1.4, Range = 11, },
4949
req = { level = 20, str = 37, int = 16, },
5050
}

src/Data/Bases/staff.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,14 @@ itemBases["Dark Staff"] = {
106106
implicitModTypes = { },
107107
req = { },
108108
}
109+
itemBases["Permafrost Staff"] = {
110+
type = "Staff",
111+
quality = 20,
112+
tags = { default = true, twohand = true, staff = true, },
113+
implicit = "Grants Skill: Level (1-20) Heart of Ice",
114+
implicitModTypes = { },
115+
req = { },
116+
}
109117

110118
itemBases["Wrapped Quarterstaff"] = {
111119
type = "Staff",

0 commit comments

Comments
 (0)