Increase tolerance for OfferPayload

This commit is contained in:
chimp1984 2021-01-01 17:26:59 -05:00
parent 553f0b1271
commit 67c57eb202
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -32,7 +32,7 @@ public enum InventoryItem {
// Percentage deviation
OfferPayload("OfferPayload",
true,
new DeviationByPercentage(0.8, 1.2, 0.9, 1.1), 5),
new DeviationByPercentage(0.5, 1.5, 0.75, 1.25), 10),
MailboxStoragePayload("MailboxStoragePayload",
true,
new DeviationByPercentage(0.9, 1.1, 0.95, 1.05), 2),