feat(game): 更新日常副本配置
- 调整掉落组配置,增加新物品掉落 - 优化怪物配置,清理无效的掉落设置 - 新增常规挂机小怪配置,增加玩家挂机收益
This commit is contained in:
		| @@ -538,6 +538,19 @@ Scenes={ | ||||
|         {count=2,time=21600,firstTime=3,x=46,y=160,range=20,entityid=459,progress=0,}, | ||||
|         {count=8,time=3600,firstTime=3,x=63,y=122,range=20,entityid=458,progress=0,}, | ||||
|         {count=2,time=21600,firstTime=3,x=63,y=122,range=20,entityid=459,progress=0,}, | ||||
|         --常规挂机小怪 | ||||
|         { count=16, time=15, firstTime=3, x=52,y=148, range = 42, entityid=449, progress=0, },  | ||||
|         { count=16, time=15, firstTime=3, x=52,y=148, range = 42, entityid=450, progress=0, },  | ||||
|         { count=16, time=15, firstTime=3, x=52,y=148, range = 42, entityid=451, progress=0, },  | ||||
|         { count=16, time=13, firstTime=3, x=63,y=122, range = 42, entityid=452, progress=0, },  | ||||
|         { count=16, time=13, firstTime=3, x=63,y=122 range = 42, entityid=453, progress=0, }, | ||||
|         { count=16, time=12, firstTime=3, x=63,y=122 range = 42, entityid=454, progress=0, }, | ||||
|         { count=16, time=15, firstTime=3, x=16,y=136, range = 42, entityid=449, progress=0, },  | ||||
|         { count=16, time=15, firstTime=3, x=16,y=136, range = 42, entityid=450, progress=0, },  | ||||
|         { count=16, time=15, firstTime=3, x=16,y=136, range = 42, entityid=451, progress=0, },  | ||||
|         { count=16, time=13, firstTime=3, x=46,y=160, range = 42, entityid=452, progress=0, },  | ||||
|         { count=16, time=13, firstTime=3, x=46,y=160, range = 42, entityid=453, progress=0, }, | ||||
|         { count=16, time=12, firstTime=3, x=46,y=160, range = 42, entityid=454, progress=0, } | ||||
|     }, | ||||
| 	npc = { | ||||
|       { id =125, posx = 54, posy = 124 },  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user