52 lines
846 B
JSON
52 lines
846 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": "選択不可"
|
|
}
|
|
]
|
|
} |