refactor(UpstarConfig): 将属性类型 6 修改为 54
修改了 UpstarConfig 中多个配置项的属性类型,将原本的类型 6 统一改为类型 54。 这一更改可能与游戏内某个特定属性或功能的调整有关。
This commit is contained in:
		| @@ -24054,73 +24054,73 @@ UpstarConfig={ | ||||
| 	[1] = { | ||||
| 		id = 1375, | ||||
| 		level = 1, | ||||
| 		attribute = {{type=76,value=0},{type=77,value=1},{type=6,value=0}}, | ||||
| 		attribute = {{type=76,value=0},{type=77,value=1},{type=54,value=0}}, | ||||
| 		consume = {{type=0,id=852,count=1},{type=2,id=2,count=10000}}, | ||||
| 	}, | ||||
| 	[2] = { | ||||
| 		id = 1375, | ||||
| 		level = 2, | ||||
| 		attribute = {{type=76,value=2},{type=77,value=2},{type=6,value=0}}, | ||||
| 		attribute = {{type=76,value=2},{type=77,value=2},{type=54,value=0}}, | ||||
| 		consume = {{type=0,id=852,count=2},{type=2,id=2,count=20000}}, | ||||
| 	}, | ||||
| 	[3] = { | ||||
| 		id = 1375, | ||||
| 		level = 3, | ||||
| 		attribute = {{type=76,value=3},{type=77,value=3},{type=6,value=0}}, | ||||
| 		attribute = {{type=76,value=3},{type=77,value=3},{type=54,value=0}}, | ||||
| 		consume = {{type=0,id=852,count=3},{type=2,id=2,count=40000}}, | ||||
| 	}, | ||||
| 	[4] = { | ||||
| 		id = 1375, | ||||
| 		level = 4, | ||||
| 		attribute = {{type=76,value=4},{type=77,value=5},{type=6,value=0}}, | ||||
| 		attribute = {{type=76,value=4},{type=77,value=5},{type=54,value=0}}, | ||||
| 		consume = {{type=0,id=852,count=4},{type=2,id=2,count=80000}}, | ||||
| 	}, | ||||
| 	[5] = { | ||||
| 		id = 1375, | ||||
| 		level = 5, | ||||
| 		attribute = {{type=76,value=5},{type=77,value=7},{type=6,value=0}}, | ||||
| 		attribute = {{type=76,value=5},{type=77,value=7},{type=54,value=0}}, | ||||
| 		consume = {{type=0,id=852,count=5},{type=2,id=2,count=160000},{type=0,id=837,count=3}}, | ||||
| 	}, | ||||
| 	[6] = { | ||||
| 		id = 1375, | ||||
| 		level = 6, | ||||
| 		attribute = {{type=76,value=6},{type=77,value=9},{type=6,value=0}}, | ||||
| 		attribute = {{type=76,value=6},{type=77,value=9},{type=54,value=0}}, | ||||
| 		consume = {{type=0,id=852,count=6},{type=2,id=2,count=320000},{type=0,id=837,count=5}}, | ||||
| 	}, | ||||
| 	[7] = { | ||||
| 		id = 1375, | ||||
| 		level = 7, | ||||
| 		attribute = {{type=76,value=7},{type=77,value=12},{type=6,value=100}}, | ||||
| 		attribute = {{type=76,value=7},{type=77,value=12},{type=54,value=100}}, | ||||
| 		consume = {{type=0,id=852,count=7},{type=2,id=2,count=480000},{type=0,id=838,count=3}}, | ||||
| 	}, | ||||
| 	[8] = { | ||||
| 		id = 1375, | ||||
| 		level = 8, | ||||
| 		attribute = {{type=76,value=8},{type=77,value=15},{type=6,value=200}}, | ||||
| 		attribute = {{type=76,value=8},{type=77,value=15},{type=54,value=200}}, | ||||
| 		consume = {{type=0,id=852,count=8},{type=2,id=2,count=640000},{type=0,id=838,count=5}}, | ||||
| 	}, | ||||
| 	[9] = { | ||||
| 		id = 1375, | ||||
| 		level = 9, | ||||
| 		attribute = {{type=76,value=10},{type=77,value=18},{type=6,value=300}}, | ||||
| 		attribute = {{type=76,value=10},{type=77,value=18},{type=54,value=300}}, | ||||
| 		consume = {{type=0,id=852,count=9},{type=2,id=2,count=800000},{type=0,id=839,count=3}}, | ||||
| 	}, | ||||
| 	[10] = { | ||||
| 		id = 1375, | ||||
| 		level = 10, | ||||
| 		attribute = {{type=76,value=12},{type=77,value=22},{type=6,value=400}}, | ||||
| 		attribute = {{type=76,value=12},{type=77,value=22},{type=54,value=400}}, | ||||
| 		consume = {{type=0,id=852,count=10},{type=2,id=2,count=960000},{type=0,id=839,count=5}}, | ||||
| 	}, | ||||
| 	[11] = { | ||||
| 		id = 1375, | ||||
| 		level = 11, | ||||
| 		attribute = {{type=76,value=16},{type=77,value=26},{type=6,value=500}}, | ||||
| 		attribute = {{type=76,value=16},{type=77,value=26},{type=54,value=500}}, | ||||
| 		consume = {{type=0,id=852,count=11},{type=2,id=2,count=1120000},{type=0,id=840,count=3}}, | ||||
| 	}, | ||||
| 	[12] = { | ||||
| 		id = 1375, | ||||
| 		level = 12, | ||||
| 		attribute = {{type=76,value=20},{type=77,value=30},{type=6,value=700}}, | ||||
| 		attribute = {{type=76,value=20},{type=77,value=30},{type=54,value=700}}, | ||||
| 		consume = {{type=0,id=852,count=12},{type=2,id=2,count=1280000},{type=0,id=840,count=5}}, | ||||
| 	}, | ||||
| }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user