Move revenue after churn and raise price churn cap to prevent exploit
Churned subscribers no longer generate revenue the tick they leave, and the price churn multiplier cap is raised from 10 to 1000 so astronomical prices empty the subscriber pool in a single tick. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -886,7 +886,7 @@ export const PERCEIVED_VALUE_REPUTATION_RANGE = { min: 0.5, max: 1.0 };
|
||||
export const PRICE_ELASTICITY_STEEPNESS = 3.0;
|
||||
export const PRICE_SATISFACTION_WEIGHT = 0.3;
|
||||
export const PRICE_CHURN_EXPONENT = 1.5;
|
||||
export const PRICE_CHURN_MAX_MULTIPLIER = 10.0;
|
||||
export const PRICE_CHURN_MAX_MULTIPLIER = 1000.0;
|
||||
|
||||
// --- API Tier Defaults ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user