feat(game): 调整游戏配置和功能
- 在 ItemMerge.config 中添加合成10次按钮相关配置 - 更新 droptable.config 中的掉落表,调整 Boss ID - 修改 StdItems.config 中的物品属性,包括移除使用按钮、调整数量等 - 调整 Scenes.config 中的 Boss 刷出位置和范围
This commit is contained in:
		| @@ -1630,6 +1630,8 @@ ItemMergeConfig = { | ||||
| 				compose = { id = 1063, type = 0, count = 1 }, | ||||
| 				index = 2, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 211, | ||||
| 				second_index = 5, | ||||
| 				table = { { id = 1059, type = 0, count = 5 } }, | ||||
| @@ -1641,6 +1643,8 @@ ItemMergeConfig = { | ||||
| 				compose = { id = 1064, type = 0, count = 1 }, | ||||
| 				index = 2, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 212, | ||||
| 				second_index = 5, | ||||
| 				table = { { id = 1060, type = 0, count = 5 } }, | ||||
| @@ -1652,6 +1656,8 @@ ItemMergeConfig = { | ||||
| 				compose = { id = 1065, type = 0, count = 1 }, | ||||
| 				index = 2, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 213, | ||||
| 				second_index = 5, | ||||
| 				table = { { id = 1061, type = 0, count = 5 } }, | ||||
| @@ -1663,6 +1669,8 @@ ItemMergeConfig = { | ||||
| 				compose = { id = 1066, type = 0, count = 1 }, | ||||
| 				index = 2, | ||||
| 				text = "兑换", | ||||
| 				buttontxt10 = "合成10次", | ||||
| 				mergebutton10 = 1, | ||||
| 				Eid = 214, | ||||
| 				second_index = 5, | ||||
| 				table = { { id = 1062, type = 0, count = 5 } }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user