Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / BarterShops / Klops_Merchant.json

Klops_Merchant

Server/BarterShops/Klops_Merchant.json, 382 B

Fields

FieldType
DisplayNameKeystring
RefreshIntervalobject
RestockHournumber
TradeSlotsarray[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
      }
    }
  ]
}