Klops_Merchant
Server/BarterShops/Klops_Merchant.json, 382 B
Fields
| Field | Type |
|---|---|
DisplayNameKey | string |
RefreshInterval | object |
RestockHour | number |
TradeSlots | array[1] |
Source
{
"DisplayNameKey": "server.barter.klops_merchant.title",
"RefreshInterval": {
"Days": 1
},
"RestockHour": 6,
"TradeSlots": [
{
"Type": "Fixed",
"Trade": {
"Output": { "ItemId": "Furniture_Construction_Sign", "Quantity": 1 },
"Input": [{ "ItemId": "Furniture_Construction_Sign", "Quantity": 1 }],
"Stock": 1
}
}
]
}