pub const ABILITY_MILESTONES: &[(i64, f64)];Expand description
Ability upgrade milestones: on top of the linear +5%/level, levels 5 and
10 grant a multiplicative jump — a proximate milestone that makes the
dup-shard chase eventful instead of a flat drip. UNIVERSAL for every
ability (gacha, class kits, pet ults) — no per-content flags; tooltips
(ability_info(level)) and the honest power scalar recompute automatically
because everything routes through ability_eff. Sizing: ×1.10 at L5 ≈
two extra linear levels, ×1.20 at L10 ≈ four — noticeable, but small
enough that the shard economy absorbs it.