Closed Jancy-49 closed 1 year ago
The issue is caused by an error Nexon made with the mpCon
formula for this skill; it's written as "30+d*
(x/6)" instead of "30+d(x/6)". The d
represents a "floor" (round down) to the following formula, in this case d(x/6) -> floor(x/6). The incorrect formatting of the *
in between the d(x/6) causes the skill tooltip to break.
Kagamia@adda4ee8886fab405fd8eb722554c28364ba0354
Resolved in 3a780483951d0a2f4edfe4974a0f6f3407e55547
cant turn object from 'System.Func`2[System.Decimal,System.Decimal]' into type 'System.Iconvertible'