1
This commit is contained in:
parent
1bd1826978
commit
cf067417d6
@ -417,6 +417,18 @@ namespace mt
|
||||
}
|
||||
|
||||
float Buff::GetBuffParam6(::Buff* buff) const
|
||||
{
|
||||
if (_buff_param6_expr) {
|
||||
return LispEnv::Instance()->EvalSkillNumberExpr
|
||||
(
|
||||
_buff_param6_expr,
|
||||
buff
|
||||
);
|
||||
}
|
||||
return _buff_param6;
|
||||
}
|
||||
|
||||
float Buff::GetResScale(::Buff* buff) const
|
||||
{
|
||||
if (_res_scale_expr) {
|
||||
return LispEnv::Instance()->EvalSkillNumberExpr
|
||||
@ -428,10 +440,6 @@ namespace mt
|
||||
return _res_scale;
|
||||
}
|
||||
|
||||
float Buff::GetResScale(::Buff* buff) const
|
||||
{
|
||||
}
|
||||
|
||||
std::string Buff::duration_time() const
|
||||
{
|
||||
return mtb::Buff::duration_time();
|
||||
|
Loading…
x
Reference in New Issue
Block a user