1
This commit is contained in:
parent
3e66d3b787
commit
8de5a84b84
@ -302,6 +302,8 @@ class Gun extends BaseModel {
|
|||||||
'tags' => $row['tags']?:'',
|
'tags' => $row['tags']?:'',
|
||||||
|
|
||||||
'lucky' => strval($gunLucky),
|
'lucky' => strval($gunLucky),
|
||||||
|
'chip_strength_sum' => 0,
|
||||||
|
'labour' => 0,
|
||||||
);
|
);
|
||||||
$dto['durability_max'] = strval(round(FormulaService::Weapon_NFT_Maximum_Durability($dto['quality'],$dto['lucky']),3));
|
$dto['durability_max'] = strval(round(FormulaService::Weapon_NFT_Maximum_Durability($dto['quality'],$dto['lucky']),3));
|
||||||
$dto['pvp_ceg_uplimit'] = strval( round(FormulaService::getWeaponPvpDailyCegUpLimit($dto),2) );
|
$dto['pvp_ceg_uplimit'] = strval( round(FormulaService::getWeaponPvpDailyCegUpLimit($dto),2) );
|
||||||
|
@ -307,6 +307,8 @@ class Hero extends BaseModel {
|
|||||||
'current_mission_get_ceg' => $todayMissionGetCeg / 100,
|
'current_mission_get_ceg' => $todayMissionGetCeg / 100,
|
||||||
'last_mission_get_ceg_time' => $lastMissionGetCegTime,
|
'last_mission_get_ceg_time' => $lastMissionGetCegTime,
|
||||||
'lucky' => $heroLucky,
|
'lucky' => $heroLucky,
|
||||||
|
'chip_strength_sum' => 0,
|
||||||
|
'labour' => 0,
|
||||||
|
|
||||||
);
|
);
|
||||||
$dto['hero_tili_max'] = strval(round(FormulaService::Hero_NFT_Maximum_Physical_Strength($dto['quality'],$dto['lucky']),3));
|
$dto['hero_tili_max'] = strval(round(FormulaService::Hero_NFT_Maximum_Physical_Strength($dto['quality'],$dto['lucky']),3));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user