27 lines
473 B
JSON
27 lines
473 B
JSON
[
|
|
{
|
|
"id": "overworldian",
|
|
"displayName": "主世界",
|
|
"displayColor": "green",
|
|
"xpValue": 1
|
|
},
|
|
{
|
|
"id": "hellish",
|
|
"displayName": "地狱",
|
|
"displayColor": "red",
|
|
"xpValue": 1
|
|
},
|
|
{
|
|
"id": "extraterrestrial",
|
|
"displayName": "地外",
|
|
"displayColor": "light_purple",
|
|
"xpValue": 1
|
|
},
|
|
{
|
|
"id": "twilight",
|
|
"mod": "twilightforest",
|
|
"displayName": "暮色",
|
|
"displayColor": "blue",
|
|
"xpValue": 1
|
|
}
|
|
] |