Remoe unused enabled
properties from ragfair config chancePercent
is used instead
This commit is contained in:
parent
e915d17019
commit
74ea69ffe6
@ -34,7 +34,6 @@
|
||||
"purchasesAreFoundInRaid": false,
|
||||
"useTraderPriceForOffersIfHigher": true,
|
||||
"barter": {
|
||||
"enable": true,
|
||||
"chancePercent": 20,
|
||||
"itemCountMin": 1,
|
||||
"itemCountMax": 3,
|
||||
@ -49,7 +48,6 @@
|
||||
]
|
||||
},
|
||||
"pack": {
|
||||
"enable": true,
|
||||
"chancePercent": 20,
|
||||
"itemCountMin": 4,
|
||||
"itemCountMax": 12,
|
||||
|
@ -101,8 +101,6 @@ export interface IPriceRanges
|
||||
|
||||
export interface IBarterDetails
|
||||
{
|
||||
/** Should barter offers be generated */
|
||||
enable: boolean;
|
||||
/** Percentage change an offer is listed as a barter */
|
||||
chancePercent: number;
|
||||
/** Min number of required items for a barter requirement */
|
||||
@ -119,8 +117,6 @@ export interface IBarterDetails
|
||||
|
||||
export interface IPackDetails
|
||||
{
|
||||
/** Should pack offers be generated */
|
||||
enable: boolean;
|
||||
/** Percentage change an offer is listed as a pack */
|
||||
chancePercent: number;
|
||||
/** Min number of required items for a pack */
|
||||
|
Loading…
Reference in New Issue
Block a user