File size: 1,987 Bytes
760ff9a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
  "inventory": {
    "core_inventory": ["Poultry Drumsticks", "Ground Beef", "Pork Chops", "Bacon Strips", "Sausage Links"],
    "weapons": [],
    "armor": [],
    "potions": [],
    "scrolls": [],
    "magical_items": [],
    "mundane_items": [
      {
        "name": "Mystic Minotaur Steak",
        "type": "Exotic Meat",
        "cost": "25 gold per pound",
        "properties": ["Grants temporary strength boost when consumed", "Requires fine culinary skills to cook properly"]
      },
      {
        "name": "Quantum Quail",
        "type": "Exotic Poultry",
        "cost": "15 gold each",
        "properties": ["Phases in and out of existence", "Can enhance one's agility"]
      },
      {
        "name": "Invisible Bacon",
        "type": "Mystical Meat",
        "cost": "10 gold per slice",
        "properties": ["Invisible to the naked eye", "Tastes incredibly savory", "Can only be seen with a special spell"]
      },
      {
        "name": "Hydra Sausage",
        "type": "Mythical Meat",
        "cost": "50 gold per link",
        "properties": ["Each bite regenerates after a while", "Consuming too much may cause mild hallucinations"]
      }
    ],
    "miscellaneous_items": [
      {
        "name": "Cursed Cleaver",
        "type": "Kitchen Equipment",
        "cost": "100 gold",
        "properties": ["Cuts through any meat effortlessly", "Occasionally whispers in a long-forgotten language", "Rumored to be haunted"]
      },
      {
        "name": "Vampire Spice Mix",
        "type": "Cooking Ingredient",
        "cost": "20 gold per pouch",
        "properties": ["Adds a distinct flavor", "Enhances blood flow in the consumer", "Leaves a lingering aftertaste of garlic"]
      },
      {
        "name": "Phoenix Feather Skewers",
        "type": "Cooking Utensil",
        "cost": "75 gold per set",
        "properties": ["Prevents meat from overcooking", "Gives a slight warmth to cooked items", "Reusable endlessly"]
      }
    ]
  }
}