Created and added a DataTable with recipes to the OvenPawn in the level

This commit is contained in:
Stefan Stefanov 2023-11-12 10:45:33 +02:00
parent 18456fb3f1
commit 25e85ebf6f
3 changed files with 26 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,26 @@
[
{
"Name": "1",
"ID": 0,
"MealName": "",
"TargetHeat": 0.5,
"HeatHalfRange": 0.1,
"TotalCookingTimeMS": 5000.0
},
{
"Name": "2",
"ID": 1,
"MealName": "Lasagna",
"TargetHeat": 0.5,
"HeatHalfRange": 0.1,
"TotalCookingTimeMS": 5000.0
},
{
"Name": "3",
"ID": 2,
"MealName": "Alfredo",
"TargetHeat": 0.5,
"HeatHalfRange": 0.1,
"TotalCookingTimeMS": 5000.0
}
]