refactor(drop): 调整道具掉落概率
- 将 2100032 的掉落概率从 100% 降低到 10% - 将 2100033 的主要掉落概率从 100% 降低到 10% - 调整 2100034 的掉落概率分布,使各种物品的掉落更加均衡
This commit is contained in:
		| @@ -5862,13 +5862,13 @@ DropTableConfig = { | ||||
| [2100032] = { | ||||
| 	id = 2100032, | ||||
| 	type = 1, | ||||
| 	table = {{rate=100,type=0,id=396,count=1}}, | ||||
| 	table = {{rate=10,type=0,id=396,count=1}}, | ||||
| 	weeklimit = {}, | ||||
| }, | ||||
| [2100033] = { | ||||
| 	id = 2100033, | ||||
| 	type = 1, | ||||
| 	table = {{rate=100,type=0,id=397,count=1}, | ||||
| 	table = {{rate=10,type=0,id=397,count=1}, | ||||
| 	{rate=5,type=0,id=761,count=1},{rate=5,type=0,id=762,count=1},{rate=5,type=0,id=763,count=1}, | ||||
| 	{rate=5,type=0,id=758,count=1},{rate=5,type=0,id=759,count=1},{rate=5,type=0,id=760,count=1}}, | ||||
| 	weeklimit = {}, | ||||
| @@ -5876,10 +5876,10 @@ DropTableConfig = { | ||||
| [2100034] = { | ||||
| 	id = 2100034, | ||||
| 	type = 1, | ||||
| 	table = {{rate=100,type=0,id=398,count=1}, | ||||
| 	{rate=50,type=0,id=761,count=1},{rate=50,type=0,id=762,count=1},{rate=50,type=0,id=763,count=1}, | ||||
|     {rate=50,type=0,id=758,count=1},{rate=50,type=0,id=759,count=1},{rate=50,type=0,id=760,count=1}, | ||||
|     {rate=5,type=0,id=1032,count=1}}, | ||||
| 	table = {{rate=30,type=0,id=398,count=1}, | ||||
| 	{rate=15,type=0,id=761,count=1},{rate=15,type=0,id=762,count=1},{rate=15,type=0,id=763,count=1}, | ||||
|     {rate=15,type=0,id=758,count=1},{rate=15,type=0,id=759,count=1},{rate=15,type=0,id=760,count=1}, | ||||
|     {rate=15,type=0,id=1032,count=1}}, | ||||
| 	weeklimit = {}, | ||||
| }, | ||||
| [2100035] = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user