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

114 lines
2.7 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_PhotoEvent_Level_07_Task",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "PhotoEvent_Task_Modifier",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"PhotoEvent_MonsterIdentify_Modifier": {
"Duration": 1.5,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"PhotoEvent_MonsterIdentify"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"PhotoEvent_MonsterIdentify"
],
"IsAdd": false,
"Target": "Self"
}
]
},
"PhotoEvent_Task_Modifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "PhotoEvent_MonsterIdentify_Modifier",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"ExSp"
]
}
],
"Target": "Other"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "PhotoEvent_ZoneHighlight_Modifier",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Self"
},
{
"$type": "ByFromSkillType",
"SkillType": "ExSp",
"Target": "Self"
},
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Self",
"TemplateID": 1151
}
],
"Target": "Self"
}
],
"OnSwitchOutFinish": [
{
"$type": "RemoveModifier",
"ModifierName": "PhotoEvent_ZoneHighlight_Modifier",
"Target": "Self"
}
]
},
"PhotoEvent_ZoneHighlight_Modifier": {
"Duration": 1.5,
"ModifierStacking": "Refresh",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"PhotoEvent_ButtonHighlight"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"PhotoEvent_ButtonHighlight"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}