sch_kuromi added a new file:
QuoteDisplay MoreBasic Flea Options
The default config is vanilla settings! You will need to change them to your liking.
General Flea Options
- Config option for enable/disable the flea market
- Config option for setting flea market minimum player level requirement
- Config option for only allowing FIR items to be sold on flea market
- Option for items bought from flea being FIR
- Option for min and max offers generated per item
Barter Option
- Option for percentage chance of flea offers being barter trades
- Option for min/max number of items sold per barter trade
- Option for min rouble cost for an offer to become a barter
Pack Options
- Option for percentage chance of flea offers being packs
- Option for min/max number of items sold per pack offer
Comments are added for this page only, they are not in the actual config file.
JSON: config.jsonDisplay More{ "modEnabled": true, // allows you to disable the mod without removing it entirely "modDebug": false, // turns on debugging text, for testing/dev use only "configOptions":{ "fleaEnabled": true, // disables the Flea button "fleaMinimumLevel": 15, // level requirement needed to access flea "fleaSellingFIROnly": false, // only allows FIR items to be sold "fleaItemsBoughtIsFIR": false, // items bought from Flea become FIR "fleaItemCountMin": 7, // minimum number of offers per item "fleaItemCountMax": 30, // maximum number of offers per item "fleaBarterPercent": 20, // percent of offers that will become barter trades instead "fleaBarterCountMin": 1, // minimum amount of items required for the barter trade "fleaBarterCountMax": 3, // maximum amount of items required for the barter trade "fleaMinRoubleCostToBecomeBarter": 20000, // minimum rouble cost for an item on offer to become a barter trade "fleaPackPercent": 6, // percent of offers that will become packs of items instead "fleaPackCountMin": 4, // minimum amount of items that will be sold in the pack "fleaPackCountMax": 17 // maximum amount of items that will be sold in the pack } }
Icon made with all CC0 assets.