traders.json

This config allows you to add and edit traders and their items. Also, you can add items to the blacklist and traders will not buy these items.

{
  "village_trader": { // trader ID (used in characters.json)
	"dont_want_to_buy": [  // blacklist of items (Array of ID's)
	  "w_pistol",
	  "radio_first",
	  "flashlight"
	],
	"items": [  // items that will be in the trader's shop (Array of ID's)
	  "medkit",
	  "antirad",
	  "w_viper5",
	  "ammo_viper5",
	  "jacket",
	  "jacket_bandit"
	]
  }
 }

Last updated