116 lines
2.4 KiB
JSON
116 lines
2.4 KiB
JSON
{
|
|
"$개요": [
|
|
{
|
|
"": "시트 생성"
|
|
}
|
|
],
|
|
"Food": [
|
|
{
|
|
"Id:string": "식별ID",
|
|
"Name:string": "이름",
|
|
"Cookware_Enum": "요리도구",
|
|
"Ingredient1:string": "재료1",
|
|
"Ingredient2:string": "재료2",
|
|
"Taste1:Taste_Enum": "맛1",
|
|
"Taste2:Taste_Enum": "맛2",
|
|
"Sprite:Sprite": "Addressable 이미지 이름"
|
|
},
|
|
{
|
|
"Id:string": "Food001",
|
|
"Name:string": "햇빛수프",
|
|
"Cookware_Enum": "Pot",
|
|
"Ingredient1:string": "극락쌀",
|
|
"Ingredient2:string": "햇빛당근",
|
|
"Taste1:Taste_Enum": "Bitter",
|
|
"Taste2:Taste_Enum": "Sweet",
|
|
"Sprite:Sprite": "Gold"
|
|
},
|
|
{
|
|
"Id:string": "Food002",
|
|
"Name:string": "B",
|
|
"Cookware_Enum": "FryingPan",
|
|
"Ingredient1:string": 1,
|
|
"Ingredient2:string": 1,
|
|
"Taste1:Taste_Enum": "Spicy",
|
|
"Taste2:Taste_Enum": "Bitter",
|
|
"Sprite:Sprite": ""
|
|
},
|
|
{
|
|
"Id:string": "Food003",
|
|
"Name:string": "C",
|
|
"Cookware_Enum": "Pot",
|
|
"Ingredient1:string": 2,
|
|
"Ingredient2:string": 2,
|
|
"Taste1:Taste_Enum": "Fresh",
|
|
"Taste2:Taste_Enum": "None",
|
|
"Sprite:Sprite": ""
|
|
},
|
|
{
|
|
"Id:string": "Food004",
|
|
"Name:string": "D",
|
|
"Cookware_Enum": "Plating",
|
|
"Ingredient1:string": 3,
|
|
"Ingredient2:string": 3,
|
|
"Taste1:Taste_Enum": " ",
|
|
"Taste2:Taste_Enum": "Salty",
|
|
"Sprite:Sprite": "Gold"
|
|
}
|
|
],
|
|
"Monster": [
|
|
{
|
|
"Id": "식별번호",
|
|
"Name": "이름",
|
|
"T1": "테스트1"
|
|
},
|
|
{
|
|
"Id": "Test001",
|
|
"Name": "A",
|
|
"T1": 1
|
|
},
|
|
{
|
|
"Id": "Test002",
|
|
"Name": "B",
|
|
"T1": 2
|
|
},
|
|
{
|
|
"Id": "Test003",
|
|
"Name": "C",
|
|
"T1": 3
|
|
},
|
|
{
|
|
"Id": "Test004",
|
|
"Name": "D",
|
|
"T1": 4
|
|
}
|
|
],
|
|
"Item": [
|
|
{
|
|
"Id": "식별번호",
|
|
"Name": "이름",
|
|
"ItemType_Enum": "아이템타입",
|
|
"CellSizeX:int": "셀크기X",
|
|
"CellSizeY:int": "셀크기Y"
|
|
},
|
|
{
|
|
"Id": "Item001",
|
|
"Name": "나무장판",
|
|
"ItemType_Enum": "Floor",
|
|
"CellSizeX:int": 1,
|
|
"CellSizeY:int": 1
|
|
},
|
|
{
|
|
"Id": "Item002",
|
|
"Name": "테이블",
|
|
"ItemType_Enum": "Furniture",
|
|
"CellSizeX:int": 2,
|
|
"CellSizeY:int": 2
|
|
},
|
|
{
|
|
"Id": "Item003",
|
|
"Name": "전등",
|
|
"ItemType_Enum": "WallMount",
|
|
"CellSizeX:int": "",
|
|
"CellSizeY:int": ""
|
|
}
|
|
]
|
|
} |