Commit c27cb54b0bd0787db123eef5640779609b73221b

Authored by zhouhaihai
1 parent 96018793

日志

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
src/models/RoleLog.lua
... ... @@ -505,6 +505,18 @@ local MethodType = {
505 505 mission_pick_fund_beflv = true, -- 资助前资助等级
506 506 mission_pick_fund_aftlv = true, -- 资助后资助等级
507 507 },
  508 + function_open = { -- 功能开启日志
  509 + function_id = true, --功能ID
  510 + },
  511 + punitive_action = { -- punitive_action
  512 + mission_id = true, --关卡ID
  513 + mission_herolist = true, -- 英雄ID,排序以玩家出战设置为准,示例:[111, 222, 333, 444, 555]
  514 + mission_success_rate = true, -- 大成功几率
  515 + mission_reward = true, -- 获得奖励,建议使用json格式记录。示例:{ itemid1: 1, itemid2: 3, itemid3: 5}
  516 + mission_result = true, -- 战斗结果(0-无效,1-胜利,2-失败)
  517 + mission_roundtime = true, -- 完成耗时(秒)
  518 + },
  519 +
508 520 }
509 521  
510 522 local function printError(info)
... ...