fix(drop): 修复小龍靈相关配置
- 移除未使用的 DropGroupConfig[121083] - 更新 DropTableConfig[1210034] 中的物品 ID - 移除 DropTableConfig[1210083](小龍靈) - 在 DropTableConfig[2100039] 中添加新物品 - 更新 StdItems.config 中黄金宸龙的名称
This commit is contained in:
		| @@ -3060,11 +3060,6 @@ DropGroupConfig = { | ||||
| 	type = 1, | ||||
| 	group = {{rate=100,id=1210082}}, | ||||
| }, | ||||
| [121083] = { | ||||
| 	id = 121083, | ||||
| 	type = 1, | ||||
| 	group = {{rate=100,id=1210083}}, | ||||
| }, | ||||
| [125000] = { | ||||
| 	id = 125000, | ||||
| 	type = 2, | ||||
| @@ -4159,8 +4154,8 @@ DropGroupConfig = { | ||||
| 	id = 200055, | ||||
| 	type = 1, | ||||
| 	group = { | ||||
| 		{rate=100,id=1210083}, | ||||
| 		{rate=0,id=2100154},{rate=1,id=2020080},{rate=1,id=2020017},{rate=1,id=2100137},{rate=1,id=2100159},{rate=1,id=2100073},{rate=1,id=2100160},{rate=1,id=2100161},{rate=1,id=2100162},{rate=1,id=2100163},{rate=1,id=2100082},{rate=1,id=2100020},{rate=1,id=2100083},{rate=1,id=2100164},{rate=1,id=2100113},{rate=1,id=2100134},{rate=1,id=2100066},{rate=100,id=2100039},{rate=100,id=2100039}}, | ||||
| 		{rate=0,id=2100154},{rate=1,id=2020080},{rate=1,id=2020017},{rate=1,id=2100137},{rate=1,id=2100159},{rate=1,id=2100073},{rate=1,id=2100160},{rate=1,id=2100161},{rate=1,id=2100162},{rate=1,id=2100163},{rate=1,id=2100082},{rate=1,id=2100020},{rate=1,id=2100083},{rate=1,id=2100164},{rate=1,id=2100113},{rate=1,id=2100134},{rate=1,id=2100066},{rate=100,id=2100039}, | ||||
| 		{rate=100,id=2100039}}, | ||||
| }, | ||||
| [200056] = { | ||||
| 	id = 200056, | ||||
|   | ||||
| @@ -4149,7 +4149,7 @@ DropTableConfig = { | ||||
| 	[1210034] = { | ||||
| 		id = 1210034, | ||||
| 		type = 2, | ||||
| 		table = { { rate = 100, type = 23, id = 5, count = 1 } }, | ||||
| 		table = { { rate = 100, type = 23, id = 21, count = 1 } }, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
| 	[1210035] = { | ||||
| @@ -4440,13 +4440,6 @@ DropTableConfig = { | ||||
| 		table = { { rate = 100, type = 16, id = 72, count = 1 } }, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
| 	--小龍靈 | ||||
| 	[1210083] = { | ||||
| 		id = 1210083, | ||||
| 		type = 1, | ||||
| 		table = { { rate = 100, type = 23, id = 21, count = 1 } }, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
| 	[1215000] = { | ||||
| 		id = 1215000, | ||||
| 		type = 2, | ||||
| @@ -5921,7 +5914,10 @@ DropTableConfig = { | ||||
| 	[2100039] = { | ||||
| 		id = 2100039, | ||||
| 		type = 1, | ||||
| 		table = { { rate = 100, type = 0, id = 832, count = 1 } }, | ||||
| 		table = {  | ||||
| 			{ rate = 100, type = 0, id = 832, count = 1 },  | ||||
| 			{ rate = 100, type = 0, id = 1129, count = 1 },  | ||||
| 		}, | ||||
| 		weeklimit = {}, | ||||
| 	}, | ||||
| 	[2100040] = { | ||||
|   | ||||
| @@ -33711,7 +33711,7 @@ StdItems={ | ||||
| }, | ||||
| [1129] = { | ||||
| 	id = 1129, | ||||
| 	name = "黄金宸龙(作废)", | ||||
| 	name = "黄金宸龙", | ||||
| 	desc = "双击使用获得黄金宸龙", | ||||
| 	type = 131, | ||||
| 	icon = 13556, | ||||
| @@ -41260,5 +41260,4 @@ StdItems={ | ||||
| 	forcetips = 0, | ||||
| 	jpdrop = 1, | ||||
| }, | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user