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