--============================================================ -- @Author: Mark(车英达) -- @E-mail: 120006937@qq.com -- @Date: 2020-03-04 17:59:04 -- @Last Modified time: 2020-03-04 18:04:10 --============================================================ local config = { interactionMap = { [1] = { cd = 2, cost = 100, }, [2] = { cd = 2, cost = 300, }, [3] = { cd = 2, cost = 500, }, [4] = { cd = 2, cost = 100, }, [5] = { cd = 2, cost = 300, }, [6] = { cd = 2, cost = 500, }, }, } function getInteractionConfig( ... ) return config end