feat(pet): 添加小龍靈宠物配置
- 在 dropgroup.config 中添加小龍靈相关的掉落配置 - 在 droptable.config 中添加小龍靈的掉落表格 - 在 lootPet.config 中添加小龍靈的宠物配置
This commit is contained in:
		| @@ -3060,6 +3060,11 @@ DropGroupConfig = { | ||||
| 	type = 1, | ||||
| 	group = {{rate=100,id=1210082}}, | ||||
| }, | ||||
| [121083] = { | ||||
| 	id = 121083, | ||||
| 	type = 1, | ||||
| 	group = {{rate=100,id=1210083}}, | ||||
| }, | ||||
| [125000] = { | ||||
| 	id = 125000, | ||||
| 	type = 2, | ||||
| @@ -3215,6 +3220,11 @@ DropGroupConfig = { | ||||
| 	type = 2, | ||||
| 	group = {{rate=92,id=1215022},{rate=8,id=1215021}}, | ||||
| }, | ||||
| [125031] = { | ||||
| 	id = 125031, | ||||
| 	type = 2, | ||||
| 	group = {{rate=100,id=1210083}}, | ||||
| }, | ||||
| [150001] = { | ||||
| 	id = 150001, | ||||
| 	type = 1, | ||||
| @@ -4148,7 +4158,9 @@ DropGroupConfig = { | ||||
| [200055] = { | ||||
| 	id = 200055, | ||||
| 	type = 1, | ||||
| 	group = {{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}}, | ||||
| 	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}}, | ||||
| }, | ||||
| [200056] = { | ||||
| 	id = 200056, | ||||
|   | ||||
| @@ -4440,6 +4440,13 @@ 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, | ||||
| @@ -6775,4 +6782,6 @@ DropTableConfig = { | ||||
| 		weeklimit = {}, | ||||
| 		limitopenserverDay = 1, | ||||
| 	}, | ||||
| 	 | ||||
|  | ||||
| } | ||||
|   | ||||
| @@ -1,171 +1,304 @@ | ||||
| --C-宠物.xlsx 称号表 | ||||
| lootPetConfig={ | ||||
| [1] = { | ||||
| 	[1] = { | ||||
| 		type = 1, | ||||
| 		id = 1, | ||||
| 		PetName = "多角虫", | ||||
| 		PetTime = 259200, | ||||
| 		attr = {{type=21,value=0},{type=23,value=1},{type=25,value=0},{type=27,value=1}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[5] = { | ||||
| 		type = 1, | ||||
| 		id = 5, | ||||
| 		PetName = "多角虫", | ||||
| 		PetTime = 604800, | ||||
| 		attr = {{type=21,value=0},{type=23,value=1},{type=25,value=0},{type=27,value=1}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[9] = { | ||||
| 		type = 1, | ||||
| 		id = 9, | ||||
| 		PetName = "多角虫", | ||||
| 		PetTime = 86400, | ||||
| 		attr = {{type=21,value=0},{type=23,value=1},{type=25,value=0},{type=27,value=1}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[13] = { | ||||
| 		type = 1, | ||||
| 		id = 13, | ||||
| 		PetName = "多角虫", | ||||
| 		PetTime = 3600, | ||||
| 		attr = {{type=21,value=0},{type=23,value=1},{type=25,value=0},{type=27,value=1}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[17] = { | ||||
| 		type = 1, | ||||
| 		id = 17, | ||||
| 		PetName = "多角虫", | ||||
| 		PetTime = 10800, | ||||
| 		attr = {{type=21,value=0},{type=23,value=1},{type=25,value=0},{type=27,value=1}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| }, | ||||
| [2] = { | ||||
| 	[2] = { | ||||
| 		type = 2, | ||||
| 		id = 2, | ||||
| 		PetName = "雪狼", | ||||
| 		PetTime = 259200, | ||||
| 		attr = {{type=140,value=500}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[6] = { | ||||
| 		type = 2, | ||||
| 		id = 6, | ||||
| 		PetName = "雪狼", | ||||
| 		PetTime = 604800, | ||||
| 		attr = {{type=140,value=500}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[10] = { | ||||
| 		type = 2, | ||||
| 		id = 10, | ||||
| 		PetName = "雪狼", | ||||
| 		PetTime = 86400, | ||||
| 		attr = {{type=140,value=500}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[14] = { | ||||
| 		type = 2, | ||||
| 		id = 14, | ||||
| 		PetName = "雪狼", | ||||
| 		PetTime = 3600, | ||||
| 		attr = {{type=140,value=500}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[18] = { | ||||
| 		type = 2, | ||||
| 		id = 18, | ||||
| 		PetName = "雪狼", | ||||
| 		PetTime = 10800, | ||||
| 		attr = {{type=140,value=500}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| }, | ||||
| [3] = { | ||||
| 	[3] = { | ||||
| 		type = 3, | ||||
| 		id = 3, | ||||
| 		PetName = "大眼鹰", | ||||
| 		PetTime = 259200, | ||||
| 		attr = {{type=76,value=1},{type=77,value=3}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[7] = { | ||||
| 		type = 3, | ||||
| 		id = 7, | ||||
| 		PetName = "大眼鹰", | ||||
| 		PetTime = 604800, | ||||
| 		attr = {{type=76,value=1},{type=77,value=3}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[11] = { | ||||
| 		type = 3, | ||||
| 		id = 11, | ||||
| 		PetName = "大眼鹰", | ||||
| 		PetTime = 86400, | ||||
| 		attr = {{type=76,value=1},{type=77,value=3}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[15] = { | ||||
| 		type = 3, | ||||
| 		id = 15, | ||||
| 		PetName = "大眼鹰", | ||||
| 		PetTime = 3600, | ||||
| 		attr = {{type=76,value=1},{type=77,value=3}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[19] = { | ||||
| 		type = 3, | ||||
| 		id = 19, | ||||
| 		PetName = "大眼鹰", | ||||
| 		PetTime = 10800, | ||||
| 		attr = {{type=76,value=1},{type=77,value=3}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| }, | ||||
| [4] = { | ||||
| 	[4] = { | ||||
| 		type = 4, | ||||
| 		id = 4, | ||||
| 		PetName = "小火灵", | ||||
| 		PetTime = 259200, | ||||
| 		attr = {{type=54,value=100}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[8] = { | ||||
| 		type = 4, | ||||
| 		id = 8, | ||||
| 		PetName = "小火灵", | ||||
| 		PetTime = 604800, | ||||
| 		attr = {{type=54,value=100}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[12] = { | ||||
| 		type = 4, | ||||
| 		id = 12, | ||||
| 		PetName = "小火灵", | ||||
| 		PetTime = 86400, | ||||
| 		attr = {{type=54,value=100}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[16] = { | ||||
| 		type = 4, | ||||
| 		id = 16, | ||||
| 		PetName = "小火灵", | ||||
| 		PetTime = 3600, | ||||
| 		attr = {{type=54,value=100}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| 	[20] = { | ||||
| 		type = 4, | ||||
| 		id = 20, | ||||
| 		PetName = "小火灵", | ||||
| 		PetTime = 10800, | ||||
| 		attr = {{type=54,value=100}}, | ||||
| 		nDropPetLootDistance = 3, | ||||
| 	}, | ||||
| }, | ||||
| } | ||||
| -- C-宠物.xlsx 称号表 | ||||
| lootPetConfig = { | ||||
|     [1] = { | ||||
|         [1] = { | ||||
|             type = 1, | ||||
|             id = 1, | ||||
|             PetName = "多角虫", | ||||
|             PetTime = 259200, | ||||
|             attr = {{ | ||||
|                 type = 21, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 23, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 25, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 27, | ||||
|                 value = 1 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [5] = { | ||||
|             type = 1, | ||||
|             id = 5, | ||||
|             PetName = "多角虫", | ||||
|             PetTime = 604800, | ||||
|             attr = {{ | ||||
|                 type = 21, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 23, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 25, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 27, | ||||
|                 value = 1 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [9] = { | ||||
|             type = 1, | ||||
|             id = 9, | ||||
|             PetName = "多角虫", | ||||
|             PetTime = 86400, | ||||
|             attr = {{ | ||||
|                 type = 21, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 23, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 25, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 27, | ||||
|                 value = 1 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [13] = { | ||||
|             type = 1, | ||||
|             id = 13, | ||||
|             PetName = "多角虫", | ||||
|             PetTime = 3600, | ||||
|             attr = {{ | ||||
|                 type = 21, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 23, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 25, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 27, | ||||
|                 value = 1 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [17] = { | ||||
|             type = 1, | ||||
|             id = 17, | ||||
|             PetName = "多角虫", | ||||
|             PetTime = 10800, | ||||
|             attr = {{ | ||||
|                 type = 21, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 23, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 25, | ||||
|                 value = 0 | ||||
|             }, { | ||||
|                 type = 27, | ||||
|                 value = 1 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         } | ||||
|     }, | ||||
|     [2] = { | ||||
|         [2] = { | ||||
|             type = 2, | ||||
|             id = 2, | ||||
|             PetName = "雪狼", | ||||
|             PetTime = 259200, | ||||
|             attr = {{ | ||||
|                 type = 140, | ||||
|                 value = 500 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [6] = { | ||||
|             type = 2, | ||||
|             id = 6, | ||||
|             PetName = "雪狼", | ||||
|             PetTime = 604800, | ||||
|             attr = {{ | ||||
|                 type = 140, | ||||
|                 value = 500 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [10] = { | ||||
|             type = 2, | ||||
|             id = 10, | ||||
|             PetName = "雪狼", | ||||
|             PetTime = 86400, | ||||
|             attr = {{ | ||||
|                 type = 140, | ||||
|                 value = 500 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [14] = { | ||||
|             type = 2, | ||||
|             id = 14, | ||||
|             PetName = "雪狼", | ||||
|             PetTime = 3600, | ||||
|             attr = {{ | ||||
|                 type = 140, | ||||
|                 value = 500 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [18] = { | ||||
|             type = 2, | ||||
|             id = 18, | ||||
|             PetName = "雪狼", | ||||
|             PetTime = 10800, | ||||
|             attr = {{ | ||||
|                 type = 140, | ||||
|                 value = 500 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         } | ||||
|     }, | ||||
|     [3] = { | ||||
|         [3] = { | ||||
|             type = 3, | ||||
|             id = 3, | ||||
|             PetName = "大眼鹰", | ||||
|             PetTime = 259200, | ||||
|             attr = {{ | ||||
|                 type = 76, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 77, | ||||
|                 value = 3 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [7] = { | ||||
|             type = 3, | ||||
|             id = 7, | ||||
|             PetName = "大眼鹰", | ||||
|             PetTime = 604800, | ||||
|             attr = {{ | ||||
|                 type = 76, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 77, | ||||
|                 value = 3 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [11] = { | ||||
|             type = 3, | ||||
|             id = 11, | ||||
|             PetName = "大眼鹰", | ||||
|             PetTime = 86400, | ||||
|             attr = {{ | ||||
|                 type = 76, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 77, | ||||
|                 value = 3 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [15] = { | ||||
|             type = 3, | ||||
|             id = 15, | ||||
|             PetName = "大眼鹰", | ||||
|             PetTime = 3600, | ||||
|             attr = {{ | ||||
|                 type = 76, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 77, | ||||
|                 value = 3 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [19] = { | ||||
|             type = 3, | ||||
|             id = 19, | ||||
|             PetName = "大眼鹰", | ||||
|             PetTime = 10800, | ||||
|             attr = {{ | ||||
|                 type = 76, | ||||
|                 value = 1 | ||||
|             }, { | ||||
|                 type = 77, | ||||
|                 value = 3 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         } | ||||
|     }, | ||||
|     [4] = { | ||||
|         [4] = { | ||||
|             type = 4, | ||||
|             id = 4, | ||||
|             PetName = "小火灵", | ||||
|             PetTime = 259200, | ||||
|             attr = {{ | ||||
|                 type = 54, | ||||
|                 value = 100 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [8] = { | ||||
|             type = 4, | ||||
|             id = 8, | ||||
|             PetName = "小火灵", | ||||
|             PetTime = 604800, | ||||
|             attr = {{ | ||||
|                 type = 54, | ||||
|                 value = 100 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [12] = { | ||||
|             type = 4, | ||||
|             id = 12, | ||||
|             PetName = "小火灵", | ||||
|             PetTime = 86400, | ||||
|             attr = {{ | ||||
|                 type = 54, | ||||
|                 value = 100 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [16] = { | ||||
|             type = 4, | ||||
|             id = 16, | ||||
|             PetName = "小火灵", | ||||
|             PetTime = 3600, | ||||
|             attr = {{ | ||||
|                 type = 54, | ||||
|                 value = 100 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         }, | ||||
|         [20] = { | ||||
|             type = 4, | ||||
|             id = 20, | ||||
|             PetName = "小火灵", | ||||
|             PetTime = 10800, | ||||
|             attr = {{ | ||||
|                 type = 54, | ||||
|                 value = 100 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 3 | ||||
|         } | ||||
|     }, | ||||
|     [5] = { | ||||
|         [21] = { | ||||
|             type = 5, | ||||
|             id = 21, | ||||
|             PetName = "小龍靈", | ||||
|             PetTime = 31536000, | ||||
|             attr = {{ | ||||
|                 type = 75, | ||||
|                 value = 10000 | ||||
|             }}, | ||||
|             nDropPetLootDistance = 4 | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user