Files
hk4e/gdconf/game_data_config/json/level/ConfigLevelEntity_All.json
2022-11-30 00:00:20 +08:00

105 lines
2.7 KiB
Go

{ //ServerUploadTool Save to [/root/env/data/json/level]
"Level_BigWorld" :
{
"$type" : "ConfigLevelEntity",
"abilities":
[
{
"abilityID": "Paimon_Apple",
"abilityName":"Gadget_Level_Paimon_Apple"
},
{
"abilityID": "Paimon_Stamina",
"abilityName":"Gadget_Level_Paimon_Stamina"
},
{
"abilityID": "Level_Apply_Switch_FindCatBtn",
"abilityName":"Level_Apply_Switch_FindCatBtn"
},
{
"abilityID": "Level_Remove_Switch_FindCatBtn",
"abilityName":"Level_Remove_Switch_FindCatBtn"
},
{
"abilityID": "LevelBuff_ReviveElemEnergyMinusCD",
"abilityName":"LevelBuff_ReviveElemEnergyMinusCD"
},
{
"abilityID": "LevelBuff_Remove_ReviveElemEnergyMinusCD",
"abilityName":"LevelBuff_Remove_ReviveElemEnergyMinusCD"
},
{
"abilityID": "Level_Apply_Switch_SneakBtn",
"abilityName":"Level_Apply_Switch_SneakBtn"
},
{
"abilityID": "Level_Remove_Switch_SneakBtn",
"abilityName":"Level_Remove_Switch_SneakBtn"
},
//1.1外卖活动白盒测试临时配置,功能制作完成后会进行删除
{
"abilityID": "Activity_Delivering_Apply_NoTouchElement",
"abilityName":"Activity_Delivering_Apply_NoTouchElement"
},
{
"abilityID": "Activity_Delivering_Remove_NoTouchElement",
"abilityName":"Activity_Delivering_Remove_NoTouchElement"
},
{
"abilityID": "Activity_Delivering_Apply_NoClimbing",
"abilityName":"Activity_Delivering_Apply_NoClimbing",
},
{
"abilityID": "Activity_Delivering_Remove_NoClimbing",
"abilityName":"Activity_Delivering_Remove_NoClimbing",
},
{
"abilityID": "Activity_Delivering_Apply_NoSprint",
"abilityName":"Activity_Delivering_Apply_NoSprint",
},
{
"abilityID": "Activity_Delivering_Remove_NoSprint",
"abilityName":"Activity_Delivering_Remove_NoSprint",
},
{
"abilityID": "Activity_Delivering_Apply_NoFly",
"abilityName":"Activity_Delivering_Apply_NoFly",
},
{
"abilityID": "Activity_Delivering_Remove_NoFly",
"abilityName":"Activity_Delivering_Remove_NoFly",
},
{
"abilityID": "Activity_Delivering_Apply_NoDamage",
"abilityName":"Activity_Delivering_Apply_NoDamage",
},
{
"abilityID": "Activity_Delivering_Remove_NoDamage",
"abilityName":"Activity_Delivering_Remove_NoDamage",
},
//1.1外卖活动白盒测试临时配置,功能制作完成后会进行删除
],
"avatarAbilities":
[
{
//3.0钩爪用
"abilityID": "GrapplingHookSkill_Ability",
"abilityName":"GrapplingHookSkill_Ability"
},
],
},
"Level_Dungeon" :
{
"$type" : "ConfigLevelEntity",
"avatarAbilities":
[
{
//3.0钩爪用
"abilityID": "GrapplingHookSkill_Ability",
"abilityName":"GrapplingHookSkill_Ability"
},
],
},
}