-- Item data (c) Grinding Gear Games local itemBases = ... itemBases["Rusted Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 4, PhysicalMax = 8, critChanceBase = 5, attackRateBase = 1.45, }, req = { level = 1, str = 8, dex = 8, }, } itemBases["Copper Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 6, PhysicalMax = 12, critChanceBase = 5, attackRateBase = 1.4, }, req = { level = 5, str = 14, dex = 14, }, } itemBases["Sabre"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 4, PhysicalMax = 18, critChanceBase = 5, attackRateBase = 1.55, }, req = { level = 10, str = 18, dex = 26, }, } itemBases["Broad Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 14, PhysicalMax = 21, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 15, str = 30, dex = 30, }, } itemBases["War Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 16, PhysicalMax = 30, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 20, str = 41, dex = 35, }, } itemBases["Ancient Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 17, PhysicalMax = 31, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 24, str = 44, dex = 44, }, } itemBases["Elegant Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 17, PhysicalMax = 27, critChanceBase = 5, attackRateBase = 1.5, }, req = { level = 28, str = 46, dex = 55, }, } itemBases["Dusk Blade"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 15, PhysicalMax = 43, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 32, str = 57, dex = 57, }, } itemBases["Hook Sword"] = { type = "One Handed Sword", implicit = "2% chance to Dodge Attacks", weapon = { PhysicalMin = 23, PhysicalMax = 49, critChanceBase = 5, attackRateBase = 1.15, }, req = { level = 34, str = 64, dex = 64, }, } itemBases["Variscite Blade"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 20, PhysicalMax = 43, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 35, str = 62, dex = 62, }, } itemBases["Cutlass"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 11, PhysicalMax = 44, critChanceBase = 5, attackRateBase = 1.55, }, req = { level = 38, str = 55, dex = 79, }, } itemBases["Baselard"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 29, PhysicalMax = 42, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 41, str = 72, dex = 72, }, } itemBases["Battle Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 30, PhysicalMax = 55, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 44, str = 83, dex = 70, }, } itemBases["Elder Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 28, PhysicalMax = 52, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 47, str = 81, dex = 81, }, } itemBases["Graceful Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 27, PhysicalMax = 44, critChanceBase = 5, attackRateBase = 1.5, }, req = { level = 50, str = 78, dex = 94, }, } itemBases["Twilight Blade"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 23, PhysicalMax = 66, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 53, str = 91, dex = 91, }, } itemBases["Grappler"] = { type = "One Handed Sword", implicit = "2% chance to Dodge Attacks", weapon = { PhysicalMin = 35, PhysicalMax = 75, critChanceBase = 5, attackRateBase = 1.15, }, req = { level = 55, str = 99, dex = 99, }, } itemBases["Gemstone Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 30, PhysicalMax = 64, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 56, str = 96, dex = 96, }, } itemBases["Corsair Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 16, PhysicalMax = 63, critChanceBase = 5, attackRateBase = 1.55, }, req = { level = 58, str = 81, dex = 117, }, } itemBases["Gladius"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 41, PhysicalMax = 59, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 60, str = 113, dex = 113, }, } itemBases["Legion Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 39, PhysicalMax = 73, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 62, str = 122, dex = 104, }, } itemBases["Vaal Blade"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 35, PhysicalMax = 65, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 64, str = 113, dex = 113, }, } itemBases["Eternal Sword"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 32, PhysicalMax = 52, critChanceBase = 5, attackRateBase = 1.5, }, req = { level = 66, str = 104, dex = 122, }, } itemBases["Midnight Blade"] = { type = "One Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 26, PhysicalMax = 74, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 68, str = 113, dex = 113, }, } itemBases["Tiger Hook"] = { type = "One Handed Sword", implicit = "3% chance to Dodge Attacks", weapon = { PhysicalMin = 43, PhysicalMax = 92, critChanceBase = 5, attackRateBase = 1.15, }, req = { level = 70, str = 119, dex = 119, }, } itemBases["Rusted Spike"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 5, PhysicalMax = 13, critChanceBase = 5.5, attackRateBase = 1.4, }, req = { dex = 20, }, } itemBases["Whalebone Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 4, PhysicalMax = 18, critChanceBase = 5.5, attackRateBase = 1.55, }, req = { level = 7, dex = 32, }, } itemBases["Battered Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 12, PhysicalMax = 22, critChanceBase = 6, attackRateBase = 1.4, }, req = { level = 12, dex = 47, }, } itemBases["Basket Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 11, PhysicalMax = 26, critChanceBase = 5.5, attackRateBase = 1.5, }, req = { level = 17, dex = 62, }, } itemBases["Jagged Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 12, PhysicalMax = 29, critChanceBase = 5.5, attackRateBase = 1.6, }, req = { level = 22, dex = 77, }, } itemBases["Antique Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 12, PhysicalMax = 46, critChanceBase = 6.5, attackRateBase = 1.3, }, req = { level = 26, dex = 89, }, } itemBases["Elegant Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 18, PhysicalMax = 33, critChanceBase = 5.5, attackRateBase = 1.6, }, req = { level = 30, dex = 101, }, } itemBases["Thorn Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+35% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 19, PhysicalMax = 44, critChanceBase = 5.7, attackRateBase = 1.4, }, req = { level = 34, dex = 113, }, } itemBases["Smallsword"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "15% chance to cause Bleeding on Hit", weapon = { PhysicalMin = 19, PhysicalMax = 40, critChanceBase = 6, attackRateBase = 1.55, }, req = { level = 36, dex = 124, }, } itemBases["Wyrmbone Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 13, PhysicalMax = 51, critChanceBase = 5.5, attackRateBase = 1.5, }, req = { level = 37, dex = 122, }, } itemBases["Burnished Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 25, PhysicalMax = 46, critChanceBase = 6, attackRateBase = 1.4, }, req = { level = 40, dex = 131, }, } itemBases["Estoc"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 21, PhysicalMax = 50, critChanceBase = 5.5, attackRateBase = 1.5, }, req = { level = 43, dex = 140, }, } itemBases["Serrated Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 21, PhysicalMax = 49, critChanceBase = 5.5, attackRateBase = 1.6, }, req = { level = 46, dex = 149, }, } itemBases["Primeval Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 18, PhysicalMax = 73, critChanceBase = 6.5, attackRateBase = 1.3, }, req = { level = 49, dex = 158, }, } itemBases["Fancy Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 28, PhysicalMax = 51, critChanceBase = 5.5, attackRateBase = 1.6, }, req = { level = 52, dex = 167, }, } itemBases["Apex Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+35% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 29, PhysicalMax = 67, critChanceBase = 5.7, attackRateBase = 1.4, }, req = { level = 55, dex = 176, }, } itemBases["Courtesan Sword"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "15% chance to cause Bleeding on Hit", weapon = { PhysicalMin = 29, PhysicalMax = 60, critChanceBase = 6, attackRateBase = 1.55, }, req = { level = 57, dex = 190, }, } itemBases["Dragonbone Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 16, PhysicalMax = 65, critChanceBase = 5.5, attackRateBase = 1.5, }, req = { level = 58, dex = 185, }, } itemBases["Tempered Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 35, PhysicalMax = 65, critChanceBase = 6, attackRateBase = 1.4, }, req = { level = 60, dex = 212, }, } itemBases["Pecoraro"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 29, PhysicalMax = 69, critChanceBase = 5.5, attackRateBase = 1.5, }, req = { level = 62, dex = 212, }, } itemBases["Spiraled Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 27, PhysicalMax = 64, critChanceBase = 5.5, attackRateBase = 1.6, }, req = { level = 64, dex = 212, }, } itemBases["Vaal Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 22, PhysicalMax = 87, critChanceBase = 6.5, attackRateBase = 1.3, }, req = { level = 66, dex = 212, }, } itemBases["Jewelled Foil"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+25% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 32, PhysicalMax = 60, critChanceBase = 5.5, attackRateBase = 1.6, }, req = { level = 68, dex = 212, }, } itemBases["Harpy Rapier"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "+35% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 31, PhysicalMax = 72, critChanceBase = 5.7, attackRateBase = 1.4, }, req = { level = 70, dex = 212, }, } itemBases["Dragoon Sword"] = { type = "One Handed Sword", subType = "Thrusting", implicit = "20% chance to cause Bleeding on Hit", weapon = { PhysicalMin = 28, PhysicalMax = 58, critChanceBase = 6, attackRateBase = 1.5, }, req = { level = 72, dex = 220, }, } itemBases["Corroded Blade"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 7, PhysicalMax = 14, critChanceBase = 5, attackRateBase = 1.35, }, req = { }, } itemBases["Longsword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 14, PhysicalMax = 33, critChanceBase = 5, attackRateBase = 1.1, }, req = { level = 8, str = 20, dex = 17, }, } itemBases["Bastard Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 15, PhysicalMax = 25, critChanceBase = 5, attackRateBase = 1.35, }, req = { level = 12, str = 21, dex = 30, }, } itemBases["Two-Handed Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 23, PhysicalMax = 43, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 17, str = 33, dex = 33, }, } itemBases["Etched Greatsword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 29, PhysicalMax = 61, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 22, str = 45, dex = 38, }, } itemBases["Ornate Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 32, PhysicalMax = 53, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 27, str = 45, dex = 54, }, } itemBases["Spectral Sword"] = { type = "Two Handed Sword", implicit = "30% increased Accuracy Rating", weapon = { PhysicalMin = 35, PhysicalMax = 73, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 32, str = 57, dex = 57, }, } itemBases["Curved Blade"] = { type = "Two Handed Sword", implicit = "+40% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 39, PhysicalMax = 65, critChanceBase = 6, attackRateBase = 1.25, }, req = { level = 35, str = 62, dex = 73, }, } itemBases["Butcher Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 40, PhysicalMax = 93, critChanceBase = 5, attackRateBase = 1.1, }, req = { level = 36, str = 69, dex = 58, }, } itemBases["Footman Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 42, PhysicalMax = 70, critChanceBase = 5, attackRateBase = 1.35, }, req = { level = 40, str = 57, dex = 83, }, } itemBases["Highland Blade"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 50, PhysicalMax = 92, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 44, str = 77, dex = 77, }, } itemBases["Engraved Greatsword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 55, PhysicalMax = 115, critChanceBase = 5, attackRateBase = 1.1, }, req = { level = 48, str = 91, dex = 76, }, } itemBases["Tiger Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 55, PhysicalMax = 91, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 51, str = 80, dex = 96, }, } itemBases["Wraith Sword"] = { type = "Two Handed Sword", implicit = "30% increased Accuracy Rating", weapon = { PhysicalMin = 55, PhysicalMax = 114, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 54, str = 93, dex = 93, }, } itemBases["Lithe Blade"] = { type = "Two Handed Sword", implicit = "+40% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 63, PhysicalMax = 105, critChanceBase = 6, attackRateBase = 1.25, }, req = { level = 56, str = 96, dex = 113, }, } itemBases["Headman's Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 59, PhysicalMax = 139, critChanceBase = 5, attackRateBase = 1.1, }, req = { level = 57, str = 106, dex = 89, }, } itemBases["Reaver Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 59, PhysicalMax = 99, critChanceBase = 5, attackRateBase = 1.35, }, req = { level = 59, str = 82, dex = 119, }, } itemBases["Ezomyte Blade"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 65, PhysicalMax = 121, critChanceBase = 5, attackRateBase = 1.2, }, req = { level = 61, str = 113, dex = 113, }, } itemBases["Vaal Greatsword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 67, PhysicalMax = 140, critChanceBase = 5, attackRateBase = 1.1, }, req = { level = 63, str = 122, dex = 104, }, } itemBases["Lion Sword"] = { type = "Two Handed Sword", implicit = "18% increased Accuracy Rating", weapon = { PhysicalMin = 63, PhysicalMax = 105, critChanceBase = 5, attackRateBase = 1.3, }, req = { level = 65, str = 104, dex = 122, }, } itemBases["Infernal Sword"] = { type = "Two Handed Sword", implicit = "30% increased Accuracy Rating", weapon = { PhysicalMin = 57, PhysicalMax = 118, critChanceBase = 5, attackRateBase = 1.25, }, req = { level = 67, str = 113, dex = 113, }, } itemBases["Exquisite Blade"] = { type = "Two Handed Sword", implicit = "+60% to Global Critical Strike Multiplier", weapon = { PhysicalMin = 68, PhysicalMax = 114, critChanceBase = 6, attackRateBase = 1.25, }, req = { level = 70, str = 119, dex = 131, }, }