refactor(configs): 优化道具配置结构
- 在多个物品配置中添加 recoverid 字段,替代原有的 recoverView 数组 - 此修改简化了道具恢复相关的配置结构,提高了可维护性
This commit is contained in:
		| @@ -47863,7 +47863,8 @@ | ||||
|                 "rate": 100, | ||||
|                 "count": 5 | ||||
|             } | ||||
|         ] | ||||
|         ], | ||||
|         "recoverid":100770 | ||||
|     }, | ||||
|     "854": { | ||||
|         "dup": 9999, | ||||
| @@ -47908,7 +47909,8 @@ | ||||
|                 "rate": 100, | ||||
|                 "count": 5 | ||||
|             } | ||||
|         ] | ||||
|         ], | ||||
|         "recoverid":100770 | ||||
|     }, | ||||
|     "855": { | ||||
|         "dup": 9999, | ||||
| @@ -47954,7 +47956,8 @@ | ||||
|                 "rate": 100, | ||||
|                 "count": 5 | ||||
|             } | ||||
|         ] | ||||
|         ], | ||||
|         "recoverid":100770 | ||||
|     }, | ||||
|     "856": { | ||||
|         "dup": 9999, | ||||
| @@ -48000,7 +48003,8 @@ | ||||
|                 "rate": 100, | ||||
|                 "count": 5 | ||||
|             } | ||||
|         ] | ||||
|         ], | ||||
|         "recoverid":100770 | ||||
|     }, | ||||
|     "857": { | ||||
|         "dup": 999, | ||||
| @@ -56758,14 +56762,7 @@ | ||||
|         "existScenes": [ | ||||
|             -1 | ||||
|         ], | ||||
|         "recoverView": [ | ||||
|             { | ||||
|                 "id": 3, | ||||
|                 "type": 3, | ||||
|                 "rate": 100, | ||||
|                 "count": 5 | ||||
|             } | ||||
|         ] | ||||
|         "recoverid":100770 | ||||
|     }, | ||||
|     "1019": { | ||||
|         "dup": 9999, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user