@@ -548,15 +548,15 @@ data.weaponTypeInfo = {
548548 [" Talisman" ] = { oneHand = false , melee = true , flag = " Talisman" },
549549}
550550data .unarmedWeaponData = {
551- [0 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 6 }, -- Scion
552- [1 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Ranger
553- [2 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Huntress
554- [3 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 8 }, -- Warrior
555- [4 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 6 }, -- Mercenary
556- [5 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 6 }, -- Druid
557- [6 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Witch
558- [7 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Sorceress
559- [8 ] = { type = " None" , AttackRate = 1.4 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Monk
551+ [0 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 6 }, -- Scion
552+ [1 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Ranger
553+ [2 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Huntress
554+ [3 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 8 }, -- Warrior
555+ [4 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 6 }, -- Mercenary
556+ [5 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 6 }, -- Druid
557+ [6 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Witch
558+ [7 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Sorceress
559+ [8 ] = { type = " None" , AttackRate = 1.65 , CritChance = data .characterConstants [" unarmed_base_critical_strike_chance" ] / 100 , PhysicalMin = 2 , PhysicalMax = 5 }, -- Monk
560560}
561561
562562data .setJewelRadiiGlobally = function (treeVersion )
0 commit comments