feat(item): 添加传说级装备并更新相关配置
- 在 StdItems.config 中添加了四件传说级装备:刈鹿刀、霜华、玄清和辉金甲 - 更新了 droptable.config,替换了部分掉落物品为新的传说级装备 - 修改了 RecyclingSetting.config,更新了装备回收选项
This commit is contained in:
		| @@ -10309,12 +10309,10 @@ DropTableConfig = { | ||||
| 		id = 2100184, | ||||
| 		type = 2, | ||||
| 		table = { | ||||
| 			{ rate = 10, type = 0, id = 800, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 801, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1372, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1373, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1374, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1375, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1384, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1385, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1386, count = 1 }, | ||||
| 			{ rate = 10, type = 0, id = 1387, count = 1 }, | ||||
| 		}, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user