--============================================================
-- @Author: Mark(车英达)
-- @E-mail: 120006937@qq.com
-- @Date:   2019-12-04 17:19:58
-- @Last Modified time: 2020-01-13 11:27:50
--============================================================
local config = {
	wordMap = {
		--shapeshift:变形怪物id 
		--explode:炸弹攻击次数 
		--chain:击杀同一波所有怪物
		[1] = {shapeshift = 1001},
		[2] = {shapeshift = 1002},
		[3] = {explode = {300,17}},
		[4] = {chain = true},
	}
}

function getDeathWordConfig( ... )
	return config
end