配置更新

This commit is contained in:
meixiongfeng 2023-06-28 14:42:04 +08:00
parent 2de1ce8161
commit 25a5ef9dc1
4 changed files with 11 additions and 9 deletions

View File

@ -10854,7 +10854,7 @@
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_bagwindow_2", "effects": "effect_ui_bagwindow_2",
"modelName": "", "modelName": "",
"box_id": 17111960, "box_id": 17111040,
"synthetize_num": 0, "synthetize_num": 0,
"synthetize_deplete": [], "synthetize_deplete": [],
"synthetize_get": [], "synthetize_get": [],
@ -10887,7 +10887,7 @@
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_bagwindow_2", "effects": "effect_ui_bagwindow_2",
"modelName": "", "modelName": "",
"box_id": 17111860, "box_id": 17111040,
"synthetize_num": 0, "synthetize_num": 0,
"synthetize_deplete": [], "synthetize_deplete": [],
"synthetize_get": [], "synthetize_get": [],
@ -10920,7 +10920,7 @@
"reddottype": 0, "reddottype": 0,
"effects": "effect_ui_bagwindow_2", "effects": "effect_ui_bagwindow_2",
"modelName": "", "modelName": "",
"box_id": 17111860, "box_id": 17111040,
"synthetize_num": 0, "synthetize_num": 0,
"synthetize_deplete": [], "synthetize_deplete": [],
"synthetize_get": [], "synthetize_get": [],

View File

@ -606,7 +606,7 @@
"main": [ "main": [
{ {
"key": 1, "key": 1,
"param": 1 "param": 9999
} }
], ],
"wkqbx": 2, "wkqbx": 2,
@ -1532,7 +1532,7 @@
"main": [ "main": [
{ {
"key": 1, "key": 1,
"param": 10 "param": 6
} }
], ],
"wkqbx": 0, "wkqbx": 0,
@ -1557,7 +1557,7 @@
"main": [ "main": [
{ {
"key": 1, "key": 1,
"param": 20 "param": 10
} }
], ],
"wkqbx": 0, "wkqbx": 0,

View File

@ -4,7 +4,7 @@
"unlock_condition": 20010, "unlock_condition": 20010,
"unlock_conditiondes": { "unlock_conditiondes": {
"key": "pandamas_pandamas_js_unlock_conditiondes_1", "key": "pandamas_pandamas_js_unlock_conditiondes_1",
"text": "完成主线任务“这是哪里”后解锁" "text": "等级1解锁"
} }
}, },
{ {
@ -12,7 +12,7 @@
"unlock_condition": 20010, "unlock_condition": 20010,
"unlock_conditiondes": { "unlock_conditiondes": {
"key": "pandamas_pandamas_js_unlock_conditiondes_2", "key": "pandamas_pandamas_js_unlock_conditiondes_2",
"text": "完成主线任务“初来乍到”后解锁" "text": "等级6解锁"
} }
}, },
{ {
@ -20,7 +20,7 @@
"unlock_condition": 20020, "unlock_condition": 20020,
"unlock_conditiondes": { "unlock_conditiondes": {
"key": "pandamas_pandamas_js_unlock_conditiondes_3", "key": "pandamas_pandamas_js_unlock_conditiondes_3",
"text": "完成主线任务“事件开端”后解锁" "text": "等级10解锁"
} }
} }
] ]

View File

@ -131,6 +131,8 @@ func (this *modelEquipmentComp) AddEquipments(session comm.IUserSession, cIds ma
change = append(change, equipment) change = append(change, equipment)
} }
} }
} else {
err = fmt.Errorf("cfg.Game_equipment not found equip id %s", k)
} }
} }