Files
2026-07-20 17:19:20 +07:00

52 lines
840 B
JSON

{
"dataList": [
{
"id": "very-high",
"content": "매우 우세"
},
{
"id": "high",
"content": "우세"
},
{
"id": "normal",
"content": "균형"
},
{
"id": "low",
"content": "불리"
},
{
"id": "very-low",
"content": "매우 불리"
},
{
"id": "impossible",
"content": "선택 불가"
},
{
"id": "event-very-high",
"content": "매우 높음"
},
{
"id": "event-high",
"content": "높음"
},
{
"id": "event-normal",
"content": "보통"
},
{
"id": "event-low",
"content": "낮음"
},
{
"id": "event-very-low",
"content": "매우 낮음"
},
{
"id": "event-impossible",
"content": "선택 불가"
}
]
}