import handleTwoHanded from './handleTwoHanded'; import predictableRandom from './predictableRandom'; import crit from './crit'; import randomDrop from './randomDrop'; import autoAllocate from './autoAllocate'; import updateStats from './updateStats'; import ultimateGear from './ultimateGear'; export default { handleTwoHanded, predictableRandom, crit, randomDrop, autoAllocate, updateStats, ultimateGear, };