{
"title": "Marsh Tonic",
"type": "item",
"icon": "/assets/items/objects/Marsh Tonic.png",
"categories": [
"Elixir"
],
"description": "Smells like damp earth. Buffs attack power, speed, and defense.",
"object_type": "Crafting",
"object_category": 0,
"base_price": 750,
"edibility": 50,
"is_drink": true,
"shipping_collection": true,
"random_sell": true,
"fishing_collection": false,
"can_be_trashed": true,
"tags": [
"potion_item",
"color_purple"
],
"buffs": {
"duration": 550,
"speed": 1,
"defense": 5,
"attack": 10
},
"ingridients": {
"Slime": 30,
"Swamp Essence": 15,
"Swamp Flower": 10,
"Sugar": 1
},
"slug": "MarshTonic",
"filepath": "/content/items/MarshTonic.md"
}