Fix typo in cultistCircle.rewardPriceMultiplerMinMax
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"cultistCircle": {
|
||||
"maxRewardItemCount": 5,
|
||||
"maxAttemptsToPickRewardsWithinBudget": 5,
|
||||
"rewardPriceMultiplerMinMax": {
|
||||
"rewardPriceMultiplierMinMax": {
|
||||
"min": 0.7,
|
||||
"max": 1.4
|
||||
},
|
||||
|
||||
@@ -78,7 +78,7 @@ public record CultistCircleSettings
|
||||
[JsonPropertyName("maxAttemptsToPickRewardsWithinBudget")]
|
||||
public int MaxAttemptsToPickRewardsWithinBudget { get; set; }
|
||||
|
||||
[JsonPropertyName("rewardPriceMultiplerMinMax")]
|
||||
[JsonPropertyName("rewardPriceMultiplierMinMax")]
|
||||
public required MinMax<double> RewardPriceMultiplierMinMax { get; set; }
|
||||
|
||||
[JsonPropertyName("bonusChanceMultiplier")]
|
||||
|
||||
Reference in New Issue
Block a user