@energy8platform/platform-core 0.25.4 → 0.26.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -84,6 +84,9 @@ interface ActionSpec {
84
84
  /** Shell display for buy/feature actions (SSOT). */
85
85
  title?: string;
86
86
  description?: string;
87
+ /** Volatility rating (1–5 lightning bolts) shown on the buy/feature card in the shell's Buy bonus
88
+ * overlay. Forwarded to `BonusOption.volatility` by `toBonusOptions`. */
89
+ volatility?: 1 | 2 | 3 | 4 | 5;
87
90
  /** Target RTP for THIS mode (0..1), e.g. 0.96. Single source of truth: seeds the math
88
91
  * pipeline's `targetRTP` AND the Game Info per-mode table. `math.config` keeps only optimizer
89
92
  * tuning (CV / hit-rate / nRowsOut / tolerances), never the RTP. */