Skip to content

Commit

Permalink
Made pesto antifungal
Browse files Browse the repository at this point in the history
  • Loading branch information
ERRORCODE509 committed Aug 1, 2021
1 parent cad1dc2 commit b58f5be
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions items.json
Original file line number Diff line number Diff line change
Expand Up @@ -251,5 +251,28 @@
"name": { "str": "pine nuts" },
"use_action": [ "ANTIFUNGAL" ],
"looks_like":"hickory_nut"
},
{
"type": "COMESTIBLE",
"id": "sauce_pesto",
"name": { "str_sp": "pesto" },
"weight": "65 g",
"color": "light_green",
"spoils_in": 144,
"container": "jar_glass_sealed",
"comestible_type": "FOOD",
"symbol": "%",
"healthy": 1,
"calories": 244,
"description": "Olive oil, basil, garlic, pine nuts. Simple and delicious.",
"price": 230,
"price_postapoc": 300,
"material": [ "veggy", "nut", "garlic" ],
"volume": "250 ml",
"charges": 4,
"phase": "liquid",
"use_action": [ "ANTIFUNGAL" ],
"vitamins": [ [ "vitA", 7 ], [ "calcium", 11 ], [ "iron", 3 ] ],
"fun": 4
}
]

0 comments on commit b58f5be

Please sign in to comment.