CapersProject/Assets/Resources/JSON/CocktailDataTable.json

62 lines
1.5 KiB
JSON
Raw Normal View History

[
{
"Idx": "Cocktail001",
"Name": "불탄 수염",
"RatioRange": 10,
"IngredientIdx1": "Drink001",
"IngredientRatio1": 80,
"IngredientIdx2": "Drink002",
"IngredientRatio2": 20,
"IngredientIdx3": "",
"IngredientRatio3": 0,
"IngredientIdx4": "",
"IngredientRatio4": 0,
"IngredientIdx5": "",
"IngredientRatio5": 0
},
{
"Idx": "Cocktail002",
"Name": "하프 앤 하프",
"RatioRange": 10,
"IngredientIdx1": "Drink001",
"IngredientRatio1": 50,
"IngredientIdx2": "Drink002",
"IngredientRatio2": 50,
"IngredientIdx3": "",
"IngredientRatio3": 0,
"IngredientIdx4": "",
"IngredientRatio4": 0,
"IngredientIdx5": "",
"IngredientRatio5": 0
},
{
"Idx": "Cocktail003",
"Name": "마그마 온 더록",
"RatioRange": 15,
"IngredientIdx1": "Drink001",
"IngredientRatio1": 80,
"IngredientIdx2": "Ice001",
"IngredientRatio2": 20,
"IngredientIdx3": "",
"IngredientRatio3": 0,
"IngredientIdx4": "",
"IngredientRatio4": 0,
"IngredientIdx5": "",
"IngredientRatio5": 0
},
{
"Idx": "Cocktail004",
"Name": "검은수염 온 더록",
"RatioRange": 15,
"IngredientIdx1": "Drink002",
"IngredientRatio1": 80,
"IngredientIdx2": "Ice001",
"IngredientRatio2": 20,
"IngredientIdx3": "",
"IngredientRatio3": 0,
"IngredientIdx4": "",
"IngredientRatio4": 0,
"IngredientIdx5": "",
"IngredientRatio5": 0
}
]