Skip to content

Commit dc02e84

Browse files
Merge pull request CleverRaven#54490 from NetSysFire/gelato
Buff gelato a bit
2 parents 1e91f34 + 550f5ca commit dc02e84

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

data/json/items/comestibles/frozen.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
"name": { "str": "gelato", "str_pl": "gelato scoops" },
222222
"description": "Italian-style ice cream. Less airy, and more dense, giving it a richer flavor and texture.",
223223
"calories": 240,
224+
"fun": 13,
224225
"price": 300,
225226
"price_postapoc": 200,
226227
"weight": "90 g",

data/json/recipes/food/frozen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
"subcategory": "CSC_FOOD_OTHER",
399399
"skill_used": "cooking",
400400
"difficulty": 2,
401-
"time": "20 m",
401+
"time": "25 m",
402402
"book_learn": [ [ "cookbook_italian", 1 ] ],
403403
"qualities": [ { "id": "COOK", "level": 3 } ],
404404
"tools": [ [ [ "rock_quern", -1 ], [ "clay_quern", -1 ], [ "mortar_pestle", -1 ], [ "food_processor", 10 ] ] ],

0 commit comments

Comments
 (0)