1
0
ZenlessData/Data/ActivityBattleAbility_PhotoEvent_Deafult.json

125 lines
3.3 KiB
JSON
Raw Normal View History

{
"AbilityName": "ActivityBattleAbility_PhotoEvent_Deafult",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "EnableBattlePhotoGameplayAction",
"Target": "Self"
},
{
"$type": "PushInLevelCommonSkillAction",
"CommonSkillType": "FightPhotoMode",
"Tag": "PhotoEvent",
"Target": "Self"
}
],
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "PhotoEvent_Effect_Modifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "OpenBattlePhotoActivityUI"
}
],
"Target": "Level"
},
{
"$type": "RemoveModifier",
"ModifierName": "PhotoEvent_Effect_Modifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "CloseBattlePhotoActivityUI"
}
],
"Target": "Level"
}
]
},
"Modifiers": {
"PhotoEvent_Effect_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "ActivityCombatPause_Fade_VREffects",
"EffectType": "VREffects",
"Target": "Self"
},
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "ActivityCombatPause_Fade_FXColorCorrection",
"EffectType": "FXColorCorrection",
"Target": "Self"
},
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "ActivityCombatPause_Fade_GaussianBlur",
"EffectType": "GaussianBlur",
"Target": "Self"
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_ActivityCombatPause_Glitch",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"NeedRaycastGround": false,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
},
"RandomAngleRange": {
"x": 0,
"y": 0,
"z": 0
},
"RandomPositionRange": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Camera"
}
},
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "InterruptScreenEffectAction",
"EffectType": "VREffects",
"Target": "Self",
"TargetKey": "ActivityCombatPause_Fade_VREffects"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "FXColorCorrection",
"Target": "Self",
"TargetKey": "ActivityCombatPause_Fade_FXColorCorrection"
},
{
"$type": "InterruptScreenEffectAction",
"EffectType": "GaussianBlur",
"Target": "Self",
"TargetKey": "ActivityCombatPause_Fade_GaussianBlur"
}
]
}
}
}