mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-11 09:32:26 +08:00
66 lines
1.7 KiB
Go
66 lines
1.7 KiB
Go
{//ServerUploadTool Save to [/root/env/data/json/regional_play]
|
|
"MichiaeMatsuri":
|
|
{
|
|
"$type": "ConfigRegionalPlayMichiaeMatsuri",
|
|
"playType": "MichiaeMatsuri",
|
|
"bindScene": 7,
|
|
"offeringID": 4, //绑定的供奉ID
|
|
"maxDarkPressureValue": 100,
|
|
"abilityGroupNameList": ["DynamicAbility_MichiaeMatsuri_Pressure"],
|
|
"isTeam": true,
|
|
"darkPressureSGV":"SGV_MichiaeMatsuri_DarkPressure",
|
|
"crystalEnergySGV": "SGV_MichiaeMatsuri_CrystalEnergy",
|
|
"crystalLevelSGV": "SGV_MichiaeMatsuri_CrystalLevel",
|
|
"varList":
|
|
[
|
|
{
|
|
"varType": "MichiaeMatsuriDarkPressure"
|
|
},
|
|
{
|
|
"varType": "MichiaeMatsuriCrystalEnergy",
|
|
"initValue": 300,
|
|
}
|
|
]
|
|
}
|
|
,
|
|
"LightStone":
|
|
{
|
|
"$type": "ConfigRegionalPlayLightStone",
|
|
"playType": "LightStone",
|
|
"bindScene": 6,
|
|
"energySGV":"SGV_Light_Stone_Energy",
|
|
"levelSGV":"SGV_Light_Stone_Level",
|
|
"abilityGroupNameList": ["DynamicAbility_LightStone_TriggerLine"],
|
|
"isTeam": true,
|
|
"varList":
|
|
[
|
|
{
|
|
"varType": "LightStoneEnergy"
|
|
}
|
|
]
|
|
},
|
|
"DeathZone":
|
|
{
|
|
"$type": "ConfigRegionalPlayDeathZone",
|
|
"playType": "DeathZone",
|
|
"modeType":"REGIONAL_PLAY_MODE_DELAY",
|
|
"bindScene": 0,
|
|
"bindPolygonType":"DeathZone",
|
|
//"erosionSGV":"SGV_DeathZone_ErosionNum",
|
|
"erosionLevelSGV":"SGV_DeathZone_ErosionLevel",
|
|
//"playStatusSGV":"SGV_DeathZone_OnZone",
|
|
"abilityGroupNameList": ["DeathZone_AbilityGroup"],
|
|
"isTeam": true,
|
|
"varList":
|
|
[
|
|
{
|
|
"varType": "DeathZoneBaseErosion",
|
|
},
|
|
{
|
|
"varType": "DeathZoneExtraErosion",
|
|
"isCanBeResetAfterRespawn":true,
|
|
}
|
|
]
|
|
},
|
|
}
|