//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,0,0,26,58},
	{0,26,52,5,8},
	{0,26,7,18,33},
	{0,44,14,31,26},
	{0,75,26,14,14},
	{0,33,39,62,51},
	{0,38,91,28,6},
	{0,26,0,30,9},
	{0,56,2,17,9},
	{0,75,0,19,23},
	{0,0,58,21,38},
	{0,76,91,19,13},
	{0,0,98,58,67},
	{0,67,96,9,10},
	{0,60,106,37,63},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//01
		{0,0,0,0},{0,0,0,0},{6,0,-23,-3},{5,0,-28,-54},{3,0,-11,-80},{4,0,20,-68},{2,0,-29,-86},{0,0,-55,-94},{1,0,-29,-42}
	},{//
		{0,0,0,0},{0,0,0,0},{12,0,-32,-59},{10,0,26,-44},{14,0,-58,-121},{13,0,-51,-131},{11,0,-22,-65},{9,0,-22,-87},{8,6,-37,-68},{7,6,-37,-52}
	},{//01
		{0,0,0,0},{0,0,0,0},{6,0,-23,-4},{5,0,-28,-55},{3,0,-11,-81},{4,0,20,-69},{2,0,-29,-87},{0,0,-55,-95},{1,0,-29,-43}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//zhanshen
		{0,0,0,2},{2,0,0,2},{0,0,0,2},{2,0,0,2},{0,0,0,2},{2,0,0,2},{1,0,0,5},
	},
};
