Index: core3/branches/unstable/MMOCoreORB/bin/scripts/commands/melee1hHit3.lua =================================================================== diff -u -N -r5033 -r5606 --- core3/branches/unstable/MMOCoreORB/bin/scripts/commands/melee1hHit3.lua (.../melee1hHit3.lua) (revision 5033) +++ core3/branches/unstable/MMOCoreORB/bin/scripts/commands/melee1hHit3.lua (.../melee1hHit3.lua) (revision 5606) @@ -44,8 +44,12 @@ Melee1hHit3Command = { name = "melee1hhit3", - damageMultiplier = 4.0, - speedMultiplier = 2.0, + damageMultiplier = 5.0, + speedMultiplier = 2.25, + healthCostMultiplier = 1.0, + actionCostMultiplier = 1.0, + mindCostMultiplier = 2.0, + accuracyBonus = 25, animationCRC = hashCode("combo_5a_light"), @@ -57,7 +61,7 @@ { "jedi_state_defense" }, 40, 100, - 10 + 30 ) },