Module:Constants: Difference between revisions

Added getEquipmentSlotID
m (Change sign on various negative modifiers)
(Added getEquipmentSlotID)
Line 202: Line 202:
   end
   end
   return 'Invalid'
   return 'Invalid'
end
function p.getEquipmentSlotID(name)
  return ConstantData.equipmentSlot[name]
end
end