Updated Axe base items

This commit is contained in:
Patrick Griffiths
2017-03-05 08:24:15 +00:00
parent 2533341d48
commit 6bb519733b
2 changed files with 24 additions and 24 deletions

View File

@@ -3,42 +3,42 @@ local itemBases = ...
itemBases["Rusted Hatchet"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 5, PhysicalMax = 9, critChanceBase = 5, attackRateBase = 1.5, },
weapon = { PhysicalMin = 6, PhysicalMax = 11, critChanceBase = 5, attackRateBase = 1.5, },
req = { },
}
itemBases["Jade Hatchet"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 8, PhysicalMax = 13, critChanceBase = 5, attackRateBase = 1.4, },
weapon = { PhysicalMin = 10, PhysicalMax = 16, critChanceBase = 5, attackRateBase = 1.4, },
req = { level = 6, str = 21, },
}
itemBases["Boarding Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 9, PhysicalMax = 17, critChanceBase = 5, attackRateBase = 1.5, },
weapon = { PhysicalMin = 11, PhysicalMax = 21, critChanceBase = 5, attackRateBase = 1.5, },
req = { level = 11, str = 28, dex = 19, },
}
itemBases["Cleaver"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 11, PhysicalMax = 33, critChanceBase = 5, attackRateBase = 1.2, },
weapon = { PhysicalMin = 13, PhysicalMax = 39, critChanceBase = 5, attackRateBase = 1.2, },
req = { level = 16, str = 48, },
}
itemBases["Broad Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 17, PhysicalMax = 31, critChanceBase = 5, attackRateBase = 1.3, },
weapon = { PhysicalMin = 20, PhysicalMax = 36, critChanceBase = 5, attackRateBase = 1.3, },
req = { level = 21, str = 54, dex = 25, },
}
itemBases["Arming Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 12, PhysicalMax = 36, critChanceBase = 5, attackRateBase = 1.4, },
weapon = { PhysicalMin = 14, PhysicalMax = 42, critChanceBase = 5, attackRateBase = 1.4, },
req = { level = 25, str = 58, dex = 33, },
}
itemBases["Decorative Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 23, PhysicalMax = 43, critChanceBase = 5, attackRateBase = 1.2, },
weapon = { PhysicalMin = 27, PhysicalMax = 50, critChanceBase = 5, attackRateBase = 1.2, },
req = { level = 29, str = 80, dex = 23, },
}
itemBases["Spectral Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 26, PhysicalMax = 43, critChanceBase = 5, attackRateBase = 1.3, },
weapon = { PhysicalMin = 29, PhysicalMax = 48, critChanceBase = 5, attackRateBase = 1.3, },
req = { level = 33, str = 85, dex = 37, },
}
itemBases["Etched Hatchet"] = {
@@ -49,73 +49,73 @@ itemBases["Etched Hatchet"] = {
}
itemBases["Jasper Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 31, PhysicalMax = 47, critChanceBase = 5, attackRateBase = 1.3, },
weapon = { PhysicalMin = 32, PhysicalMax = 50, critChanceBase = 5, attackRateBase = 1.3, },
req = { level = 36, str = 86, dex = 40, },
}
itemBases["Tomahawk"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 25, PhysicalMax = 47, critChanceBase = 5, attackRateBase = 1.5, },
weapon = { PhysicalMin = 25, PhysicalMax = 46, critChanceBase = 5, attackRateBase = 1.5, },
req = { level = 39, str = 66, dex = 45, },
}
itemBases["Wrist Chopper"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 23, PhysicalMax = 68, critChanceBase = 5, attackRateBase = 1.2, },
weapon = { PhysicalMin = 26, PhysicalMax = 79, critChanceBase = 5, attackRateBase = 1.2, },
req = { level = 42, str = 112, dex = 32, },
}
itemBases["War Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 30, PhysicalMax = 55, critChanceBase = 5, attackRateBase = 1.3, },
weapon = { PhysicalMin = 35, PhysicalMax = 65, critChanceBase = 5, attackRateBase = 1.3, },
req = { level = 45, str = 106, dex = 49, },
}
itemBases["Chest Splitter"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 20, PhysicalMax = 61, critChanceBase = 5, attackRateBase = 1.4, },
weapon = { PhysicalMin = 24, PhysicalMax = 71, critChanceBase = 5, attackRateBase = 1.4, },
req = { level = 48, str = 105, dex = 60, },
}
itemBases["Ceremonial Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 37, PhysicalMax = 69, critChanceBase = 5, attackRateBase = 1.2, },
weapon = { PhysicalMin = 45, PhysicalMax = 83, critChanceBase = 5, attackRateBase = 1.2, },
req = { level = 51, str = 134, dex = 39, },
}
itemBases["Wraith Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 39, PhysicalMax = 65, critChanceBase = 5, attackRateBase = 1.3, },
weapon = { PhysicalMin = 45, PhysicalMax = 75, critChanceBase = 5, attackRateBase = 1.3, },
req = { level = 54, str = 134, dex = 59, },
}
itemBases["Engraved Hatchet"] = {
type = "One Handed Axe",
implicit = "8% increased Physical Damage",
weapon = { PhysicalMin = 35, PhysicalMax = 63, critChanceBase = 5, attackRateBase = 1.35, },
weapon = { PhysicalMin = 40, PhysicalMax = 71, critChanceBase = 5, attackRateBase = 1.35, },
req = { level = 56, str = 143, dex = 66, },
}
itemBases["Karui Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 41, PhysicalMax = 64, critChanceBase = 5, attackRateBase = 1.3, },
weapon = { PhysicalMin = 49, PhysicalMax = 77, critChanceBase = 5, attackRateBase = 1.3, },
req = { level = 57, str = 132, dex = 62, },
}
itemBases["Siege Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 32, PhysicalMax = 59, critChanceBase = 5, attackRateBase = 1.5, },
weapon = { PhysicalMin = 38, PhysicalMax = 70, critChanceBase = 5, attackRateBase = 1.5, },
req = { level = 59, str = 119, dex = 82, },
}
itemBases["Reaver Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 31, PhysicalMax = 92, critChanceBase = 5, attackRateBase = 1.2, },
weapon = { PhysicalMin = 38, PhysicalMax = 114, critChanceBase = 5, attackRateBase = 1.2, },
req = { level = 61, str = 167, dex = 57, },
}
itemBases["Butcher Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 38, PhysicalMax = 71, critChanceBase = 5, attackRateBase = 1.3, },
weapon = { PhysicalMin = 47, PhysicalMax = 87, critChanceBase = 5, attackRateBase = 1.3, },
req = { level = 63, str = 149, dex = 76, },
}
itemBases["Vaal Hatchet"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 25, PhysicalMax = 74, critChanceBase = 5, attackRateBase = 1.4, },
weapon = { PhysicalMin = 30, PhysicalMax = 90, critChanceBase = 5, attackRateBase = 1.4, },
req = { level = 65, str = 140, dex = 86, },
}
itemBases["Royal Axe"] = {
type = "One Handed Axe",
weapon = { PhysicalMin = 43, PhysicalMax = 80, critChanceBase = 5, attackRateBase = 1.2, },
weapon = { PhysicalMin = 54, PhysicalMax = 100, critChanceBase = 5, attackRateBase = 1.2, },
req = { level = 67, str = 167, dex = 57, },
}
itemBases["Infernal Axe"] = {
@@ -126,7 +126,7 @@ itemBases["Infernal Axe"] = {
itemBases["Runic Hatchet"] = {
type = "One Handed Axe",
implicit = "12% increased Physical Damage",
weapon = { PhysicalMin = 38, PhysicalMax = 68, critChanceBase = 5, attackRateBase = 1.35, },
weapon = { PhysicalMin = 44, PhysicalMax = 79, critChanceBase = 5, attackRateBase = 1.35, },
req = { level = 71, str = 163, dex = 82, },
}

View File

@@ -106,7 +106,7 @@ itemBases["Tornado Wand"] = {
itemBases["Prophecy Wand"] = {
type = "Wand",
implicit = "(36-40)% increased Spell Damage",
weapon = { PhysicalMin = 29, PhysicalMax = 54, critChanceBase = 7, attackRateBase = 1.2, },
weapon = { PhysicalMin = 29, PhysicalMax = 54, critChanceBase = 8, attackRateBase = 1.2, },
req = { level = 68, int = 245, },
}
itemBases["Profane Wand"] = {