mirror of
https://github.com/System-End/scraps.git
synced 2026-04-19 20:55:12 +00:00
- New nullable roll_cost_override column on shop_items (migration 0011) - calculateRollCost uses override if set, otherwise auto-calculates - Admin UI: new 'roll cost override' input with auto placeholder + reset button - EV simulation and item cards respect the override - Frontend shop page + ShopItemModal use override for display and affordability - Backend try-luck endpoint uses override from locked row
1 line
66 B
SQL
1 line
66 B
SQL
ALTER TABLE "shop_items" ADD COLUMN "roll_cost_override" integer;
|