Skip to content

Commit

Permalink
Update nuts.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathra225 committed May 22, 2022
1 parent 051a3c7 commit 3b95bad
Showing 1 changed file with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion data/json/items/comestibles/nuts.json
Expand Up @@ -511,6 +511,41 @@
"material": [ "nut" ],
"vitamins": [ [ "calcium", 1 ], [ "iron", 2 ] ],
"volume": "250 ml",
"milling": { "into": "flour_wheat_free", "conversion_rate": 7.5 }
"flags": [ "EDIBLE_FROZEN", "SMOKABLE" ],
"milling": { "into": "flour_wheat_free", "conversion_rate": 7.5 },
"smoking_result": "acorn_roasted"
},
{
"type": "COMESTIBLE",
"id": "acorns_blanched",
"name": { "str_sp": "blanched acorns" },
"copy-from": "acorns",
"spoils_in": "5 days",
"description": "A handful of mushy blanched acorns. No longer bitter, but not pleasant to eat in this state.",
"price": 90,
"price_postapoc": 200,
"flags": [ "EDIBLE_FROZEN", "SMOKABLE" ],
"smoking_result": "acorns_cooked",
"fun": -1
},
{
"type": "COMESTIBLE",
"id": "acorns_blanching",
"name": { "str_sp": "blanching acorns" },
"copy-from": "acorns",
"description": "A mix of water and hulled acorns, slowly leaching the tannins. It'll take about a week before they're palatable.",
"price": 90,
"price_postapoc": 200,
"delete": { "flags": [ "EDIBLE_FROZEN" ] },
"charges": 1,
"phase": "liquid",
"use_action": {
"target": "acorns_blanched",
"msg": "After a week of changing water and taste-testing, the acorns are no longer bitter and ready to decant.",
"moves": 50,
"type": "delayed_transform",
"transform_age": 518400,
"not_ready_msg": "The acorns are still bitter."
}
}
]

0 comments on commit 3b95bad

Please sign in to comment.