rating property

num rating

get power level of the schematic.

Implementation

num get rating =>
    baseItemRating["default_${rarityEnum}_t0$tier"]?.eval(level) ?? 0.0;