Skip to content

ScreepsMods/screepsmod-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screepsmod-market

Screeps Private Server Alternate NPC Market code

NPM info

Circle CI

Installation

  1. npm install screepsmod-market in your mods folder.
  2. Thats it!

Config

Config is done via market.yml in your screeps directory

# modes are for potential future use
# priceMode can be 'fixed' for fixed values or 'random' for random prices and volumes with the given values as average
priceMode: 'fixed'
sellMode: 'always'
buyMode: 'always'
sellPrices:
  H: 3000
  O: 3000
  Z: 6000
  K: 6000
  U: 6000
  L: 6000
  X: 18000
buyPrices:
  H: 10
  O: 10
  Z: 10
  K: 10
  U: 10
  L: 10
  X: 10
sellAmount: 1000000
buyAmount: 1000000

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •