mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 20:25:45 +01:00
add descriptions for hacknet_node_level_cost and hacknet_node_core_cost (#1032)
This commit is contained in:
parent
63574bca0c
commit
c5ca30d796
@ -144,8 +144,15 @@ function generateStatsDescription(mults: Multipliers, programs?: string[], start
|
||||
desc += `\n-${f(-(mults.hacknet_node_purchase_cost - 1))} hacknet nodes cost`;
|
||||
}
|
||||
if (mults.hacknet_node_level_cost !== 1) {
|
||||
desc += `\n-${f(-(mults.hacknet_node_level_cost - 1))} hacknet nodes upgrade cost`;
|
||||
desc += `\n-${f(-(mults.hacknet_node_level_cost - 1))} hacknet level upgrade cost`;
|
||||
}
|
||||
if (mults.hacknet_node_ram_cost !== 1) {
|
||||
desc += `\n-${f(-(mults.hacknet_node_ram_cost - 1))} hacknet RAM cost`;
|
||||
}
|
||||
if (mults.hacknet_node_core_cost !== 1) {
|
||||
desc += `\n-${f(-(mults.hacknet_node_core_cost - 1))} hacknet core cost`;
|
||||
}
|
||||
|
||||
// Bladeburner
|
||||
if (mults.bladeburner_max_stamina !== 1) desc += `\n+${f(mults.bladeburner_max_stamina - 1)} Bladeburner Max Stamina`;
|
||||
if (mults.bladeburner_stamina_gain !== 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user