This commit is contained in:
puxuan 2025-10-15 20:42:25 +08:00
parent 2fb0bdc8df
commit d9420e4a2d
2 changed files with 12 additions and 4 deletions

View File

@ -1,15 +1,15 @@
local battle_exp = { local battle_exp = {
[1]={ [1]={
["exp"]=10000 ["exp"]=1
}, },
[2]={ [2]={
["exp"]=10000 ["exp"]=1
}, },
[3]={ [3]={
["exp"]=10000 ["exp"]=1
}, },
[4]={ [4]={
["exp"]=10000 ["exp"]=1
}, },
[5]={ [5]={
["exp"]=10000 ["exp"]=10000

View File

@ -272,6 +272,14 @@ BIReport.SUMMON_OP_TYPE = {
SUMMON_SHOP = "SummonShop", SUMMON_SHOP = "SummonShop",
} }
BIReport.FORCE_OPT_TYPE = {
UNLOCK = "Unlock",
LEVELUP = "LevelUp",
STARUP = "StarUp",
FORMATION = "Formation",
SUMMON = "Summon",
}
-- 士兵召唤 -- 士兵召唤
function BIReport:postForceSummon(isfree, count, rewards, costs, summonId) function BIReport:postForceSummon(isfree, count, rewards, costs, summonId)
local args = { local args = {