Total pages: 256

Armor Elixir

{
  "title": "Armor Elixir",
  "type": "item",
  "icon": "/assets/items/objects/Armor Elixir.png",
  "categories": [
    "Elixir"
  ],
  "description": "Fortifies your body. Stacks with speed potions.",
  "object_type": "Crafting",
  "object_category": 0,
  "base_price": 2000,
  "edibility": 2,
  "is_drink": false,
  "shipping_collection": false,
  "random_sell": false,
  "fishing_collection": false,
  "can_be_trashed": true,
  "tags": [
    "color_green",
    "potion_item"
  ],
  "buffs": {
    "duration": 400,
    "defense": 15
  },
  "ingridients": {
    "Solar Essence": 50,
    "Void Soul": 5,
    "Bone Fragment": 30,
    "Vinegar": 1
  },
  "recipe_source": {
    "Combat": 7
  },
  "slug": "ArmorElixir",
  "filepath": "/content/items/ArmorElixir.md"
}