Created and added a DataTable with recipes to the OvenPawn in the level
This commit is contained in:
parent
18456fb3f1
commit
25e85ebf6f
3 changed files with 26 additions and 0 deletions
BIN
Content/Data/RecipesDataTable.uasset
Normal file
BIN
Content/Data/RecipesDataTable.uasset
Normal file
Binary file not shown.
Binary file not shown.
26
RawAssets/meals_table.json
Normal file
26
RawAssets/meals_table.json
Normal 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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue