1
0
ZenlessData/Data/ActivityBattleAbility_PhotoEvent_TestLevel01.json
2025-01-21 21:25:26 -03:00

184 lines
4.7 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_PhotoEvent_TestLevel01",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "PhotoEvent_Identify_Modifier",
"Target": "TeamAvatars"
},
{
"$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"
},
{
"$type": "ApplyModifier",
"ModifierName": "PhotoEvent_Avatar_Modifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "UseBattlePhotoActivitySkill"
}
],
"Target": "LocalAvatar"
}
]
},
"Modifiers": {
"PhotoEvent_Avatar_Modifier": {
"Duration": 0.1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "AbyssS2_ZoneBuild_Relic_01_ZoneActive",
"IsAutoTrigger": true,
"Target": "TeamAvatars"
}
]
},
"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": [
]
},
"PhotoEvent_Identify_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "PhotoEvent_ZoneHighlight_Modifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Self"
}
],
"Target": "Self"
}
],
"OnSwitchOutFinish": [
{
"$type": "RemoveModifier",
"ModifierName": "PhotoEvent_ZoneHighlight_Modifier",
"Target": "Self"
}
]
},
"PhotoEvent_ZoneHighlight_Modifier": {
"Duration": 1.5,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"PhotoEvent_ButtonHighlight"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"PhotoEvent_ButtonHighlight"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}