clarify roadmap: you pocket profit each cycle AND save to level up
This commit is contained in:
+2
-2
@@ -1209,8 +1209,8 @@ ${phases.filter(k => k !== '3xL7').map((k, i) => {
|
|||||||
const p = HYBRIDS[k];
|
const p = HYBRIDS[k];
|
||||||
return `**Phase ${i+1}: ${p.label}**
|
return `**Phase ${i+1}: ${p.label}**
|
||||||
Run for ${p.cycles} cycles (${p.months} months)
|
Run for ${p.cycles} cycles (${p.months} months)
|
||||||
Payout: $${p.payout.toFixed(2)}/cycle → you keep ~$${p.profit.toFixed(2)} each cycle
|
Payout: $${p.payout.toFixed(2)}/cycle → you pocket ~$${p.profit.toFixed(2)} each cycle
|
||||||
Then you have enough profit to unlock the next level up`;
|
By the end of this phase, you'll have saved enough to unlock the next level — and you keep what you've already pocketed along the way`;
|
||||||
}).join('\n\n')}
|
}).join('\n\n')}
|
||||||
|
|
||||||
**Phase ${phases.filter(k => k !== '3xL7').length+1}: 3× L7 Endgame** 🎯
|
**Phase ${phases.filter(k => k !== '3xL7').length+1}: 3× L7 Endgame** 🎯
|
||||||
|
|||||||
Reference in New Issue
Block a user