CapersProject/Assets/Resources/JSON/DrinkDataTable.json

50 lines
1.0 KiB
JSON
Raw Normal View History

[
{
"Idx": "Drink001",
"Name": "용암 맥주",
"Category": 1,
"Amount": 4000,
"AlcoholVolume": 10,
"CoolWarm": 40,
"BitterSweet": 10,
"Scent": 0,
"IngredientIdx1": "",
"IngredientQuantity1": 0,
"IngredientIdx2": "",
"IngredientQuantity2": 0,
"IngredientIdx3": "",
"IngredientQuantity3": 0
},
{
"Idx": "Drink002",
"Name": "검은 수염 럼",
"Category": 1,
"Amount": 1000,
"AlcoholVolume": 40,
"CoolWarm": 20,
"BitterSweet": 20,
"Scent": 0,
"IngredientIdx1": "",
"IngredientQuantity1": 0,
"IngredientIdx2": "",
"IngredientQuantity2": 0,
"IngredientIdx3": "",
"IngredientQuantity3": 0
},
{
"Idx": "Ice001",
"Name": "아이스 슬라임",
"Category": 2,
"Amount": 400,
"AlcoholVolume": 0,
"CoolWarm": -10,
"BitterSweet": 0,
"Scent": 0,
"IngredientIdx1": "",
"IngredientQuantity1": 0,
"IngredientIdx2": "",
"IngredientQuantity2": 0,
"IngredientIdx3": "",
"IngredientQuantity3": 0
}
]