Fix wrong demandRange of Minerals (#1053)

This commit is contained in:
catloversg 2024-01-24 04:18:32 +07:00 committed by GitHub
parent f79470148e
commit 51ac4d009c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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,