feat(drop): 新增天命之子宠物蛋掉落配置
- 在 dropgroup.config 中添加天命之子宠物蛋的掉落项 - 在 droptable.config 中新增天命之子宠物蛋的掉落表格配置
This commit is contained in:
		| @@ -8737,6 +8737,7 @@ DropGroupConfig = { | ||||
| 			{ rate = 2, id = 2100168 }, | ||||
| 			{ rate = 2, id = 2100169 }, | ||||
| 			{ rate = 2, id = 2100170 }, | ||||
| 			{ rate = 2, id = 2100186 }, | ||||
| 		}, | ||||
| 	}, | ||||
| } | ||||
|   | ||||
| @@ -10327,5 +10327,12 @@ DropTableConfig = { | ||||
| 			{ rate = 10, type = 0, id = 1247, count = 1}, | ||||
| 			{ rate = 1, type = 0, id = 1250, count = 1}, | ||||
| 		} | ||||
| 	} | ||||
| 	}, | ||||
| 	-- 天命之子 | ||||
| 	[2100186] = { | ||||
| 		id = 2100186, | ||||
| 		type = 1, | ||||
| 		table = { { rate = 10, type = 0, id = 1297, count = 1 } }, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user