generated from nhcarrigan/template
feat: document upgrade stacking behaviour as multiplicative #75
@@ -31,7 +31,10 @@ const howToPlay = [
|
|||||||
body:
|
body:
|
||||||
"Purchase upgrades to multiply the gold and essence output of specific"
|
"Purchase upgrades to multiply the gold and essence output of specific"
|
||||||
+ " adventurer tiers, or boost your whole guild. Upgrades are permanent"
|
+ " adventurer tiers, or boost your whole guild. Upgrades are permanent"
|
||||||
+ " for the current run and compound with each other.",
|
+ " for the current run and stack multiplicatively β two Γ2 upgrades"
|
||||||
|
+ " targeting the same adventurer combine to give Γ4, not Γ3. Global"
|
||||||
|
+ " upgrades multiply on top of adventurer-specific ones, so stacking"
|
||||||
|
+ " both types compounds the effect significantly.",
|
||||||
title: "π§ Upgrades",
|
title: "π§ Upgrades",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -261,6 +261,10 @@ const UpgradePanel = (): JSX.Element => {
|
|||||||
{upgrades.length}
|
{upgrades.length}
|
||||||
{" purchased"}
|
{" purchased"}
|
||||||
</p>
|
</p>
|
||||||
|
<p className="upgrade-stacking-note">
|
||||||
|
{"π‘ Upgrade multipliers stack multiplicatively β two Γ2 upgrades"
|
||||||
|
+ " combine to give Γ4, not Γ3."}
|
||||||
|
</p>
|
||||||
{upgrades.length === 0
|
{upgrades.length === 0
|
||||||
? <p className="empty-state">
|
? <p className="empty-state">
|
||||||
{"No upgrades available yet β keep adventuring!"}
|
{"No upgrades available yet β keep adventuring!"}
|
||||||
|
|||||||
Reference in New Issue
Block a user