Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions data/json/items/comestibles/junkfood.json
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,15 @@
"description": "Homemade deep-fried potatoes or other tubers, with a touch of salt. Crunchy and delicious.",
"fun": 3
},
{
"type": "ITEM",
"subtypes": [ "COMESTIBLE" ],
"id": "fresh_fries_j",
"name": { "str_sp": "Julienne fries" },
"copy-from": "fries",
"description": "Homemade deep-fried potatoes cut long and thin, with a touch of salt. These were somewhat of a fad before the world ended. Crunchy and delicious.",
"fun": 4
},
{
"type": "ITEM",
"subtypes": [ "COMESTIBLE" ],
Expand Down
22 changes: 21 additions & 1 deletion data/json/recipes/food/junkfood.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,26 @@
],
"components": [ [ [ "veggy_potatolike", 1, "LIST" ] ], [ [ "salt", 2 ], [ "seasoning_salt", 2 ] ], [ [ "fry_oil", 4, "LIST" ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
"result": "fresh_fries_j",
"charges": 3,
"category": "CC_FOOD",
"subcategory": "CSC_FOOD_VEGGI",
"skill_used": "cooking",
"difficulty": 3,
"time": "20 m",
"book_learn": [ [ "mag_glam", 3 ] ],
"qualities": [ { "id": "CUT", "level": 2 }, { "id": "COOK", "level": 2 } ],
"tools": [ [ [ "surface_heat", 8, "LIST" ] ], [ [ "frying_oil", 1, "LIST" ] ] ],
"proficiencies": [
{ "proficiency": "prof_food_prep" },
{ "proficiency": "prof_knife_skills", "time_multiplier": 2 },
{ "proficiency": "prof_frying" }
],
"components": [ [ [ "potato", 1 ] ], [ [ "salt", 2 ], [ "seasoning_salt", 2 ] ], [ [ "fry_oil", 4, "LIST" ] ] ]
},
{
"type": "recipe",
"activity_level": "LIGHT_EXERCISE",
Expand All @@ -195,7 +215,7 @@
"tools": [ [ [ "surface_heat", 2, "LIST" ] ] ],
"//": "you're just melting the cheese, not much energy needed",
"proficiencies": [ { "proficiency": "prof_food_prep" }, { "proficiency": "prof_knife_skills" } ],
"components": [ [ [ "cheese_standard", 1, "LIST" ] ], [ [ "fries", 1 ], [ "fresh_fries", 1 ] ] ]
"components": [ [ [ "cheese_standard", 1, "LIST" ] ], [ [ "fries", 1 ], [ "fresh_fries", 1 ], [ "fresh_fries_j", 1 ] ] ]
},
{
"type": "recipe",
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/food/other.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"batch_time_factors": [ 80, 1 ],
"qualities": [ { "id": "COOK", "level": 2 }, { "id": "CUT", "level": 1 } ],
"tools": [ [ [ "surface_heat", 1, "LIST" ] ] ],
"components": [ [ [ "fries", 2 ], [ "fresh_fries", 2 ] ], [ [ "cheese", 2 ] ], [ [ "gravy_prepared", 1 ] ] ],
"components": [ [ [ "fries", 2 ], [ "fresh_fries", 2 ], [ "fresh_fries_j", 2 ] ], [ [ "cheese", 2 ] ], [ [ "gravy_prepared", 1 ] ] ],
"result_mult": 2
}
]
Loading