mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-04 18:52:25 +08:00
50 lines
859 B
Go
50 lines
859 B
Go
{
|
|
/////////////////////////////////////////////////////////
|
|
//
|
|
// 莫娜梦境
|
|
//
|
|
/////////////////////////////////////////////////////////
|
|
"Level_DreamDungeon_Mona" :
|
|
{
|
|
"$type" : "ConfigLevelEntity",
|
|
"avatarAbilities":
|
|
[
|
|
|
|
],
|
|
"abilities":
|
|
[
|
|
|
|
],
|
|
"teamAbilities":
|
|
[
|
|
{
|
|
"abilityID": "SceneObj_MonaDungeon_CameraControl_01",
|
|
"abilityName":"SceneObj_MonaDungeon_CameraControl_01",
|
|
},
|
|
],
|
|
},
|
|
/////////////////////////////////////////////////////////
|
|
//
|
|
// 万叶梦境
|
|
//
|
|
/////////////////////////////////////////////////////////
|
|
"Level_DreamDungeon_Kazuha" :
|
|
{
|
|
"$type" : "ConfigLevelEntity",
|
|
"avatarAbilities":
|
|
[
|
|
|
|
],
|
|
"abilities":
|
|
[
|
|
|
|
],
|
|
"teamAbilities":
|
|
[
|
|
{
|
|
"abilityID": "SceneObj_KazuhaDungeon_GouYuEff_01",
|
|
"abilityName":"SceneObj_KazuhaDungeon_GouYuEff_01",
|
|
},
|
|
],
|
|
},
|
|
} |