pub fn get_stat_budget(
scaling_data: &ItemScalingData,
item_level: i32,
quality: ItemQuality,
slot_index: usize,
) -> Option<f64>Expand description
Get the stat budget for an item level and quality (stat_value = stat_alloc * budget * 0.0001).