npm install screepsmod-dynamicmarket
in your mods folder. / (Or use steam workshop)- Configure!
- THIS NEEDS A LOT OF TESTING THAT I CANNOT DO ON A SOLO SERVER
- Dynamic simulated supply and demand. NPC terminals prices will fluctuate depending on how much of a resource is being bought or sold.
- Supports basic fixed/random pricing
- Random boost sales (Allow another way for players to get boosts)
- Random market events (Effects pricing and supply)
- NPC Resell (NPC terminals will resell a portion of the resources it buys, competing with players)
Config is done via example_dynamicMarketConfig.js
. Be sure to rename the file to dynamicMarketConfig.js
. (Or don't, the defaults should work fine)
Based off screepsmod-market by ags131 (https://github.com/ScreepsMods/screepsmod-market)