Skip to content

Commit

Permalink
feat(balance): chocolate recipe update (cataclysmbnteam#3708)
Browse files Browse the repository at this point in the history
* feat(balance): chocolate recipe update

Honestly, I think I've made the chocolate recipe too ridiculously simple.

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
NobleJake and autofix-ci[bot] authored Nov 18, 2023
1 parent b6abff5 commit e3505fc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions data/json/recipes/food/snack.json
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,15 @@
"subcategory": "CSC_FOOD_SNACK",
"skill_used": "cooking",
"difficulty": 2,
"time": "30 m",
"batch_time_factors": [ 80, 5 ],
"time": "50 m",
"batch_time_factors": [ 80, 2 ],
"book_learn": [ [ "cookbook_foodfashions", 2 ], [ "mag_cooking", 2 ], [ "sweets_book", 1 ] ],
"qualities": [ { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"components": [ [ [ "cacao_nibs", 10 ] ], [ [ "cacao_nibs", 5 ], [ "cooking_oil", 2 ] ], [ [ "sugar", 15 ] ] ]
"qualities": [ { "id": "CONTAIN", "level": 1 }, { "id": "BOIL", "level": 1 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 2, "LIST" ] ], [ [ "food_processor", 20 ], [ "rock_quern", -1 ], [ "clay_quern", -1 ] ] ],
"components": [
[ [ "cacao_nibs", 10 ] ],
[ [ "cacao_nibs", 5 ], [ "cooking_oil", 2 ], [ "edible_tallow_lard", 1, "LIST" ] ],
[ [ "sugar", 15 ] ]
]
}
]

0 comments on commit e3505fc

Please sign in to comment.