Index: core3/branches/unstable/MMOCoreORB/bin/scripts/object/tangible/wearables/armor/stormtrooper/armor_stormtrooper_utility_belt.lua =================================================================== diff -u -N -r5222 -r5905 --- core3/branches/unstable/MMOCoreORB/bin/scripts/object/tangible/wearables/armor/stormtrooper/armor_stormtrooper_utility_belt.lua (.../armor_stormtrooper_utility_belt.lua) (revision 5222) +++ core3/branches/unstable/MMOCoreORB/bin/scripts/object/tangible/wearables/armor/stormtrooper/armor_stormtrooper_utility_belt.lua (.../armor_stormtrooper_utility_belt.lua) (revision 5905) @@ -98,24 +98,25 @@ "object/mobile/vendor/zabrak_male.iff" }, -- Damage types in WeaponObject - vulnerability = ELECTRICITY + ACID + STUN + LIGHTSABER, + vulnerability = ACID + STUN + LIGHTSABER, -- These are default Blue Frog stats - healthEncumbrance = 1, - actionEncumbrance = 1, - mindEncumbrance = 1, + healthEncumbrance = 15, + actionEncumbrance = 16, + mindEncumbrance = 19, -- LIGHT, MEDIUM, HEAVY rating = LIGHT, - kinetic = 15, - energy = 15, - electricity = 15, - stun = 15, - blast = 15, - heat = 15, - cold = 15, - acid = 15, + + kinetic = 30, + energy = 30, + electricity = 30, + stun = 0, + blast = 30, + heat = 30, + cold = 30, + acid = 0, lightSaber = 0 }