Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / BarterShops / Kweebec_Merchant.json

Kweebec_Merchant

Server/BarterShops/Kweebec_Merchant.json, 4.7 KB

Fields

FieldType
DisplayNameKeystring
RefreshIntervalobject
RestockHournumber
TradeSlotsarray[5]

Source

{
  "DisplayNameKey": "server.barter.kweebec_merchant.title",
  "RefreshInterval": {
    "Days": 3
  },
  "RestockHour": 6,
  "TradeSlots": [
    {
      "Type": "Fixed",
      "Trade": {
        "Output": { "ItemId": "Ingredient_Spices", "Quantity": 3 },
        "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 20 }],
        "Stock": 10
      }
    },
    {
      "Type": "Fixed",
      "Trade": {
        "Output": { "ItemId": "Ingredient_Salt", "Quantity": 3 },
        "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 20 }],
        "Stock": 10
      }
    },
    {
      "Type": "Fixed",
      "Trade": {
        "Output": { "ItemId": "Ingredient_Dough", "Quantity": 3 },
        "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 20 }],
        "Stock": 10
      }
    },
    {
      "Type": "Pool",
      "SlotCount": 3,
      "Trades": [
        {
          "Weight": 50,
          "Output": { "ItemId": "Plant_Crop_Berry_Block", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 30 }],
          "Stock": [10, 20]
        },
        {
          "Weight": 30,
          "Output": { "ItemId": "Plant_Crop_Berry_Winter_Block", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 50 }],
          "Stock": [10, 20]
        },
        {
          "Weight": 30,
          "Output": { "ItemId": "Plant_Crop_Berry_Wet_Block", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 50 }],
          "Stock": [10, 20]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Food_Salad_Berry", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 15 }],
          "Stock": [4, 8]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Food_Salad_Mushroom", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 15 }],
          "Stock": [4, 8]
        },
        {
          "Weight": 40,
          "Output": { "ItemId": "Food_Kebab_Meat", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 15 }],
          "Stock": [4, 8]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Food_Kebab_Mushroom", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 15 }],
          "Stock": [4, 8]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Food_Kebab_Vegetable", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 15 }],
          "Stock": [4, 8]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Food_Kebab_Fruit", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 15 }],
          "Stock": [4, 8]
        }
      ]
    },
    {
      "Type": "Pool",
      "SlotCount": 3,
      "Trades": [
        {
          "Weight": 20,
          "Output": { "ItemId": "Recipe_Food_Pie_Apple", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence_Concentrated", "Quantity": 2 }],
          "Stock": [1]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Recipe_Food_Pie_Pumpkin", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence_Concentrated", "Quantity": 2 }],
          "Stock": [1]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Recipe_Food_Salad_Caesar", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence_Concentrated", "Quantity": 2 }],
          "Stock": [1]
        },
        {
          "Weight": 20,
          "Output": { "ItemId": "Recipe_Food_Pie_Meat", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence_Concentrated", "Quantity": 3 }],
          "Stock": [1]
        },
        {
          "Weight": 40,
          "Output": { "ItemId": "Food_Pie_Apple", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 50 }],
          "Stock": [5, 10]
        },
        {
          "Weight": 40,
          "Output": { "ItemId": "Food_Pie_Pumpkin", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 50 }],
          "Stock": [5, 10]
        },
        {
          "Weight": 40,
          "Output": { "ItemId": "Food_Pie_Meat", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 75 }],
          "Stock": [5, 10]
        },
        {
          "Weight": 40,
          "Output": { "ItemId": "Food_Salad_Caesar", "Quantity": 1 },
          "Input": [{ "ItemId": "Ingredient_Life_Essence", "Quantity": 50 }],
          "Stock": [5, 10]
        }
      ]
    }
  ]
}