feat(config): 更新宝箱奖励配置并添加新宝箱
- 调整了天之王者宝箱的奖励配置,增加了获得物品的数量 - 移除了 11006 号配置,统一了宝箱配置格式 - 为天之王者宝箱、天龙宝箱、天之天龙宝箱、金牛宝箱和金牛[炎]宝箱添加了新的配置项 - 更新了宝箱的名称和描述,使其更加清晰
This commit is contained in:
		| @@ -2778,7 +2778,7 @@ | ||||
|         "second_index": 2, | ||||
|         "table": [ | ||||
|           { "id": 847, "type": 0, "count": 500 }, | ||||
|           { "id": 4, "type": 4, "count": 50000 } | ||||
|           { "id": 4, "type": 4, "count": 100000 } | ||||
|         ] | ||||
|       }, | ||||
|       "11005": { | ||||
| @@ -2793,23 +2793,7 @@ | ||||
|         "Eid": 11005, | ||||
|         "second_index": 2, | ||||
|         "table": [ | ||||
|           { "id": 844, "type": 0, "count": 500 }, | ||||
|           { "id": 4, "type": 4, "count": 100000 } | ||||
|         ] | ||||
|       }, | ||||
|       "11006": { | ||||
|         "circle": 0, | ||||
|         "compose": { | ||||
|           "id": 1384, | ||||
|           "type": 0, | ||||
|           "count": 1 | ||||
|         }, | ||||
|         "index": 1, | ||||
|         "text": "合成", | ||||
|         "Eid": 11006, | ||||
|         "second_index": 2, | ||||
|         "table": [ | ||||
|           { "id": 845, "type": 0, "count": 1000 }, | ||||
|           { "id": 844, "type": 0, "count": 1000 }, | ||||
|           { "id": 4, "type": 4, "count": 250000 } | ||||
|         ] | ||||
|       } | ||||
|   | ||||
| @@ -72275,6 +72275,7 @@ | ||||
|   }, | ||||
|   "1379": { | ||||
|     "dup": 9999, | ||||
|     "showQuality": 5, | ||||
|     "denyDestroy": 1, | ||||
|     "isShowUseBtn": 1, | ||||
|     "iseffect": 124, | ||||
| @@ -72292,17 +72293,149 @@ | ||||
|     "type": 136, | ||||
|     "dealType": 0, | ||||
|     "conds": [], | ||||
|     "id": 1144, | ||||
|     "id": 1379, | ||||
|     "denyDeal": 1, | ||||
|     "suitId": 0, | ||||
|     "desc": "打开后随机获得天之王者套装中的任意一件,获得随机奖励", | ||||
|     "recordLog": 1, | ||||
|     "name": "天之王者随机宝箱", | ||||
|     "name": "天之王者宝箱", | ||||
|     "trade": 3, | ||||
|     "dropBroadcast": -1, | ||||
|     "itemlvl": 3, | ||||
|     "shape": 0, | ||||
|     "dropGroupid":100876, | ||||
|     "existScenes": [-1] | ||||
|   }, | ||||
|   "1380": { | ||||
|     "dup": 9999, | ||||
|     "showQuality": 5, | ||||
|     "denyDestroy": 1, | ||||
|     "isShowUseBtn": 1, | ||||
|     "iseffect": 124, | ||||
|     "forcetips": 2, | ||||
|     "suggVocation": 0, | ||||
|     "staitcAttrs": [], | ||||
|     "denySell": 1, | ||||
|     "time": 0, | ||||
|     "dealPrice": 10, | ||||
|     "colGroup": 0, | ||||
|     "cdTime": 0, | ||||
|     "icon": 13509, | ||||
|     "recoverid": 0, | ||||
|     "packageType": 2, | ||||
|     "type": 136, | ||||
|     "dealType": 0, | ||||
|     "conds": [], | ||||
|     "id": 1380, | ||||
|     "denyDeal": 1, | ||||
|     "suitId": 0, | ||||
|     "desc": "打开后随机获得天龙套装中的任意一件,获得随机奖励", | ||||
|     "recordLog": 1, | ||||
|     "name": "天龙宝箱", | ||||
|     "trade": 3, | ||||
|     "dropBroadcast": -1, | ||||
|     "itemlvl": 3, | ||||
|     "shape": 0, | ||||
|     "dropGroupid":100877, | ||||
|     "existScenes": [-1] | ||||
|   }, | ||||
|   "1381": { | ||||
|     "dup": 9999, | ||||
|     "showQuality": 5, | ||||
|     "denyDestroy": 1, | ||||
|     "isShowUseBtn": 1, | ||||
|     "iseffect": 124, | ||||
|     "forcetips": 2, | ||||
|     "suggVocation": 0, | ||||
|     "staitcAttrs": [], | ||||
|     "denySell": 1, | ||||
|     "time": 0, | ||||
|     "dealPrice": 10, | ||||
|     "colGroup": 0, | ||||
|     "cdTime": 0, | ||||
|     "icon": 13509, | ||||
|     "recoverid": 0, | ||||
|     "packageType": 2, | ||||
|     "type": 136, | ||||
|     "dealType": 0, | ||||
|     "conds": [], | ||||
|     "id": 1381, | ||||
|     "denyDeal": 1, | ||||
|     "suitId": 0, | ||||
|     "desc": "打开后随机获得天之天龙套装中的任意一件,获得随机奖励", | ||||
|     "recordLog": 1, | ||||
|     "name": "天之天龙宝箱", | ||||
|     "trade": 3, | ||||
|     "dropBroadcast": -1, | ||||
|     "itemlvl": 3, | ||||
|     "shape": 0, | ||||
|     "dropGroupid":100878, | ||||
|     "existScenes": [-1] | ||||
|   }, | ||||
|   "1382": { | ||||
|     "dup": 9999, | ||||
|     "showQuality": 5, | ||||
|     "denyDestroy": 1, | ||||
|     "isShowUseBtn": 1, | ||||
|     "iseffect": 124, | ||||
|     "forcetips": 2, | ||||
|     "suggVocation": 0, | ||||
|     "staitcAttrs": [], | ||||
|     "denySell": 1, | ||||
|     "time": 0, | ||||
|     "dealPrice": 10, | ||||
|     "colGroup": 0, | ||||
|     "cdTime": 0, | ||||
|     "icon": 13509, | ||||
|     "recoverid": 0, | ||||
|     "packageType": 2, | ||||
|     "type": 136, | ||||
|     "dealType": 0, | ||||
|     "conds": [], | ||||
|     "id": 1382, | ||||
|     "denyDeal": 1, | ||||
|     "suitId": 0, | ||||
|     "desc": "打开后随机获得金牛套装中的任意一件,获得随机奖励", | ||||
|     "recordLog": 1, | ||||
|     "name": "金牛宝箱", | ||||
|     "trade": 3, | ||||
|     "dropBroadcast": -1, | ||||
|     "itemlvl": 3, | ||||
|     "shape": 0, | ||||
|     "dropGroupid":100879, | ||||
|     "existScenes": [-1] | ||||
|   }, | ||||
|   "1383": { | ||||
|     "dup": 9999, | ||||
|     "showQuality": 5, | ||||
|     "denyDestroy": 1, | ||||
|     "isShowUseBtn": 1, | ||||
|     "iseffect": 124, | ||||
|     "forcetips": 2, | ||||
|     "suggVocation": 0, | ||||
|     "staitcAttrs": [], | ||||
|     "denySell": 1, | ||||
|     "time": 0, | ||||
|     "dealPrice": 10, | ||||
|     "colGroup": 0, | ||||
|     "cdTime": 0, | ||||
|     "icon": 13509, | ||||
|     "recoverid": 0, | ||||
|     "packageType": 2, | ||||
|     "type": 136, | ||||
|     "dealType": 0, | ||||
|     "conds": [], | ||||
|     "id": 1383, | ||||
|     "denyDeal": 1, | ||||
|     "suitId": 0, | ||||
|     "desc": "打开后随机获得金牛[炎]套装中的任意一件,获得随机奖励", | ||||
|     "recordLog": 1, | ||||
|     "name": "金牛[炎]宝箱", | ||||
|     "trade": 3, | ||||
|     "dropBroadcast": -1, | ||||
|     "itemlvl": 3, | ||||
|     "shape": 0, | ||||
|     "dropGroupid":100880, | ||||
|     "existScenes": [-1] | ||||
|   } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user