28 lines
429 B
JSON
28 lines
429 B
JSON
{
|
|
"dataList": [
|
|
{
|
|
"id": "resist_weak",
|
|
"content": "Fatal"
|
|
},
|
|
{
|
|
"id": "resist_vulnerable",
|
|
"content": "Weak"
|
|
},
|
|
{
|
|
"id": "resist_normal",
|
|
"content": "Normal"
|
|
},
|
|
{
|
|
"id": "resist_endure",
|
|
"content": "Endure"
|
|
},
|
|
{
|
|
"id": "resist_resist",
|
|
"content": "Ineff."
|
|
},
|
|
{
|
|
"id": "resist_immune",
|
|
"content": "Immune"
|
|
}
|
|
]
|
|
} |