feat(droptable): 提高特定物品掉落率
- 将物品 ID 为 397 的掉落率从 10% 提高到 25% - 将物品 ID 为 398 的掉落率从 30% 提高到 50%
This commit is contained in:
		| @@ -5868,7 +5868,7 @@ DropTableConfig = { | ||||
| [2100033] = { | ||||
| 	id = 2100033, | ||||
| 	type = 1, | ||||
| 	table = {{rate=10,type=0,id=397,count=1}, | ||||
| 	table = {{rate=25,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,7 +5876,7 @@ DropTableConfig = { | ||||
| [2100034] = { | ||||
| 	id = 2100034, | ||||
| 	type = 1, | ||||
| 	table = {{rate=30,type=0,id=398,count=1}, | ||||
| 	table = {{rate=50,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}}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user