//Modules切图数据 第一个数据为Image索引，第二个为横坐标，第三个为纵坐标，第四个为宽，第五个为高
short[][] modules = {
	{0,69,96,33,26},
	{0,12,115,50,8},
	{0,32,101,36,12},
	{0,12,103,19,11},
	{0,0,102,11,19},
	{0,55,89,39,6},
	{0,22,79,32,20},
	{0,0,87,19,14},
	{0,0,79,18,8},
	{0,60,64,26,24},
	{0,29,60,28,18},
	{0,0,60,28,18},
	{0,57,43,42,21},
	{0,58,21,34,22},
	{0,29,42,28,17},
	{0,0,40,28,19},
	{0,28,36,29,5},
	{0,27,16,28,19},
	{0,13,27,13,11},
	{0,0,26,12,13},
	{0,66,0,26,20},
	{0,56,0,10,20},
	{0,25,0,25,15},
	{0,0,0,24,25},
	{0,90,68,12,10},
	{0,94,26,8,14},
	{0,93,0,9,25},
};
//Frames数据，第一组为攻击范围，第二组为被攻击范围，之后为Modules数据
//Modules数据，第一个为ModulesId，第二个为Transform，第三个为X偏移量，第四个为Y偏移量
frames = {
	{//stand01
		{0,0,0,0},{0,0,0,0},{15,2,-14,-19},{22,2,-12,-34},{23,2,-11,-53},{19,2,5,-28},{18,2,-14,-28},{9,2,-4,-44}
	},{//stand02
		{0,0,0,0},{0,0,0,0},{22,2,-12,-33},{23,2,-11,-52},{19,2,5,-27},{18,2,-14,-27},{9,2,-4,-43},{11,2,-14,-18}
	},{//stand03
		{0,0,0,0},{0,0,0,0},{22,2,-12,-32},{23,2,-11,-51},{19,2,5,-26},{18,2,-14,-26},{9,2,-4,-42},{14,2,-14,-17}
	},{//stand04
		{0,0,0,0},{0,0,0,0},{22,2,-12,-33},{23,2,-11,-52},{19,2,5,-27},{18,2,-14,-27},{9,2,-4,-43},{10,2,-14,-18}
	},{//run01
		{0,0,0,0},{0,0,0,0},{23,2,-17,-55},{20,2,-11,-20},{6,2,-21,-40},{21,2,11,-38},{9,2,-9,-51}
	},{//run02
		{0,0,0,0},{0,0,0,0},{23,2,-17,-56},{6,2,-21,-41},{21,2,11,-39},{9,2,-9,-52},{13,2,-16,-22}
	},{//run03
		{0,0,0,0},{0,0,0,0},{23,2,-18,-56},{6,2,-22,-41},{21,2,10,-39},{9,2,-10,-52},{12,2,-23,-21}
	},{//att01
		{0,0,0,0},{0,0,0,0},{22,2,-12,-33},{23,2,-11,-52},{18,2,-14,-27},{9,2,-4,-43},{11,2,-14,-18},{18,2,5,-27}
	},{//att02
		{0,0,0,0},{0,0,0,0},{17,2,-14,-19},{22,2,-12,-34},{23,2,-11,-53},{19,2,5,-28},{8,2,-25,-30},{16,2,-51,-29},{5,2,-51,-26},{3,2,-13,-32},{4,2,6,-46}
	},{//att03
		{0,0,0,0},{0,0,0,0},{17,2,-14,-19},{22,2,-12,-34},{23,2,-11,-53},{19,2,5,-28},{8,2,-25,-30},{16,2,-51,-29}
	},{//beHit
		{0,0,0,0},{0,0,0,0},{17,2,-14,-19},{22,2,-11,-34},{23,0,-14,-51},{24,2,-4,-38},{19,2,5,-28},{18,2,-13,-28},{9,2,-3,-44}
	},{//beHit
		{0,0,0,0},{0,0,0,0},{17,2,-13,-19},{22,2,-10,-34},{23,0,-13,-51},{24,2,-3,-38},{19,2,6,-28},{18,2,-12,-28},{9,2,-2,-44}
	},{//att下劈
		{0,0,0,0},{0,0,0,0},{17,2,-14,-19},{22,2,-12,-34},{23,2,-11,-53},{19,2,5,-28},{25,4,-35,-22},{7,2,-25,-29},{26,4,-51,-14},{0,2,-51,-33},{2,2,-41,-45},{1,2,-34,-53}
	},{//att下劈结束
		{0,0,0,0},{0,0,0,0},{17,2,-14,-19},{22,2,-12,-33},{23,2,-11,-52},{19,2,5,-27},{25,4,-35,-21},{7,2,-25,-28},{26,4,-51,-13}
	},{//att上撩
		{0,0,0,0},{0,0,0,0},{17,2,-14,-19},{22,2,-12,-34},{23,2,-11,-53},{19,2,5,-28},{4,1,-53,-56},{7,3,-22,-37},{9,0,-43,-55}
	},
};
//Actions数据，第一个为FrameId，第二个X偏移量，第三为Y偏移量，第四个为当前帧需要绘制的次数（帧延时），至少1次，
actions = {
	{//stand
		{0,0,0,1},{1,0,0,1},{2,0,0,1},{3,0,0,1},
	},{//run
		{4,0,0,1},{5,0,0,1},{6,0,0,1},
	},{//att
		{7,0,0,1},{8,0,0,0},{9,0,0,1},
	},{//beHit
		{10,0,0,1},{11,0,0,1},
	},{//西华诸子剑一式
		{7,0,0,1},{8,0,0,1},{9,0,0,1},{7,0,0,1},{12,0,0,1},{13,0,0,1},{7,0,0,1},{8,0,0,1},{9,0,0,1},{7,0,0,1},{12,0,0,1},{13,0,0,1},
	},
};
