hxp
2026-01-09 09e416b2e9e97f4ac902bba159d9670ad066a8d5
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerGoldInvest.py
@@ -226,6 +226,16 @@
        addMax += addCnt
    return addMax
def GetTravelEnergyAdd(curPlayer):
    ## 游历体力增加上限
    addMax = 0
    addDict = IpyGameDataPY.GetFuncEvalCfg("InvestPower", 5, {})
    for investType, addValue in addDict.items():
        if not GetInvestState(curPlayer, int(investType)):
            continue
        addMax += addValue
    return addMax
#// A5 41 领取投资理财回报 #tagCMGetInvestReward
#
#struct    tagCMGetInvestReward