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

28 lines
432 B
JSON

{
"dataList": [
{
"id": "resist_weak",
"content": "취약"
},
{
"id": "resist_vulnerable",
"content": "약점"
},
{
"id": "resist_normal",
"content": "보통"
},
{
"id": "resist_endure",
"content": "견딤"
},
{
"id": "resist_resist",
"content": "내성"
},
{
"id": "resist_immune",
"content": "면역"
}
]
}