mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
Fix wrong demandRange of Minerals (#1053)
This commit is contained in:
parent
f79470148e
commit
51ac4d009c
@ -28,7 +28,7 @@ export const MaterialInfo: Record<CorpMaterialName, CorpMaterialConstantData> =
|
||||
name: "Minerals",
|
||||
size: 0.04,
|
||||
demandBase: 75,
|
||||
demandRange: [90, 60],
|
||||
demandRange: [60, 90],
|
||||
competitionBase: 80,
|
||||
competitionRange: [65, 95],
|
||||
baseCost: 500,
|
||||
|
Loading…
Reference in New Issue
Block a user