feat(item): 更新道具属性和等级
- 调整多個道具的 staitcAttrs 属性,大幅提高数值 - 更新部分道具的 itemlevel 属性,提升至 400 以上 - 修复部分道具配置中的拼写错误
This commit is contained in:
		| @@ -8196,28 +8196,9 @@ Scenes = { | ||||
| 		}, | ||||
| 		npc = {}, | ||||
| 		teleport = { | ||||
| 			{ | ||||
| 				posx = 161, | ||||
| 				posy = 110, | ||||
| 				dist = 1, | ||||
| 				toSceneid = 142, | ||||
| 				toPosx = 22, | ||||
| 				toPosy = 10, | ||||
| 				modelid = 105, | ||||
| 				name = Lang.Scenes.s00142, | ||||
| 				mapHide = false, | ||||
| 			}, | ||||
| 			{ | ||||
| 				posx = 81, | ||||
| 				posy = 55, | ||||
| 				dist = 0, | ||||
| 				toSceneid = 144, | ||||
| 				toPosx = 104, | ||||
| 				toPosy = 49, | ||||
| 				modelid = 105, | ||||
| 				name = Lang.Scenes.s00144, | ||||
| 				mapHide = false, | ||||
| 			}, | ||||
| 			{posx = 161,posy = 110,dist = 1,toSceneid = 142,toPosx = 22,toPosy = 10,modelid = 105,name = Lang.Scenes.s00142,mapHide = false}, | ||||
|             {posx = 81,posy = 55,dist = 0,toSceneid = 144,toPosx = 104,toPosy = 49,modelid = 105,name = Lang.Scenes.s00144,mapHide = false}, | ||||
|             {posx = 18,posy = 25,dist = 0,toSceneid = 150,toPosx = 53,toPosy = 36,modelid = 105,name = Lang.Scenes.s00150,mapHide = false}, | ||||
| 		}, | ||||
| 		hook = { | ||||
| 			{ x = 8, y = 23 }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user