How to edit traders
Tutorial help with editing existing traders or adding new ones to the game
"village_trader": {
"dont_want_to_buy": [
"w_pistol",
"radio_first",
"flashlight"
],
"items": [
"medkit",
"antirad",
"w_viper5",
"ammo_viper5",
"jacket",
"jacket_bandit"
]
}village_trader = Unique ID, used in assets/creatures/characters.json
dont_want_to_buy = list of items IDs, player can't sell to trader
items = list of items IDs, player can buyHow to add new events
How to add new events


Last updated