268 lines
6.6 KiB
JSON
268 lines
6.6 KiB
JSON
{
|
|
"AbilityName": "ActivityBattleAbility_PhotoEvent_Level_02_Task",
|
|
"AbilitySpecials": {
|
|
"AS_Energy_Boss": {
|
|
"Value": 10
|
|
},
|
|
"AS_Energy_Buff": {
|
|
"Value": 20
|
|
},
|
|
"AS_Energy_Elite": {
|
|
"Value": 10
|
|
},
|
|
"AS_Energy_Initial": {
|
|
"Value": 100
|
|
},
|
|
"AS_Energy_Normal": {
|
|
"Value": 10
|
|
},
|
|
"AS_Fever_Initial_Local": {
|
|
"Value": 3000
|
|
},
|
|
"AS_Fever_Initial_OffStage": {
|
|
"Value": 2000
|
|
},
|
|
"AS_Highlight_Time": {
|
|
"Value": 1.5
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "PhotoEvent_Task_Modifier",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"PhotoEvent_MonsterIdentify_Modifier": {
|
|
"Duration": "%AS_Highlight_Time",
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"PhotoEvent_MonsterIdentify"
|
|
],
|
|
"IsAdd": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"PhotoEvent_MonsterIdentify"
|
|
],
|
|
"IsAdd": false,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"PhotoEvent_Task_Initial_Modifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ModifyBattlePhotoSkillEnergyAction",
|
|
"Amount": "%AS_Energy_Initial",
|
|
"ModifyFunction": "Add",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "RecoverIndividualFeverAction",
|
|
"Amount": "%AS_Fever_Initial_Local",
|
|
"IgnoreRatio": false,
|
|
"Percentage": 0,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "RecoverIndividualFeverAction",
|
|
"Amount": "%AS_Fever_Initial_OffStage",
|
|
"IgnoreRatio": false,
|
|
"Percentage": 0,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": false,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"PhotoEvent_Task_Modifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "PhotoEvent_MonsterIdentify_Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"ExQTE",
|
|
"AttackQTE"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Other"
|
|
}
|
|
],
|
|
"OnKillOther": [
|
|
{
|
|
"$type": "ModifyBattlePhotoSkillEnergyAction",
|
|
"Amount": "%AS_Energy_Normal",
|
|
"ModifyFunction": "Add",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMonsterStrengthType",
|
|
"CompareType": "Equal",
|
|
"StrengthType": "Normal",
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "ModifyBattlePhotoSkillEnergyAction",
|
|
"Amount": "%AS_Energy_Elite",
|
|
"ModifyFunction": "Add",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMonsterStrengthType",
|
|
"CompareType": "Equal",
|
|
"StrengthType": "Elite",
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "ModifyBattlePhotoSkillEnergyAction",
|
|
"Amount": "%AS_Energy_Boss",
|
|
"ModifyFunction": "Add",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMonsterStrengthType",
|
|
"CompareType": "Equal",
|
|
"StrengthType": "Boss",
|
|
"Target": "Other"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "SetAbilitySpecialAction",
|
|
"ModifyFunction": "Replace",
|
|
"Param": 2.3,
|
|
"ParamName": "AS_Highlight_Time",
|
|
"ParamType": "Float",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExQTE",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByEntityTemplateID",
|
|
"EntityType": "Avatar",
|
|
"Target": "Self",
|
|
"TemplateID": 1091
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "PhotoEvent_ZoneHighlight_Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExQTE",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnSwitchOutFinish": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "PhotoEvent_ZoneHighlight_Modifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"PhotoEvent_ZoneHighlight_Modifier": {
|
|
"Duration": "%AS_Highlight_Time",
|
|
"ModifierStacking": "Refresh",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"PhotoEvent_ButtonHighlight"
|
|
],
|
|
"IsAdd": true,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ModifyBattlePhotoSkillEnergyAction",
|
|
"Amount": "%AS_Energy_Buff",
|
|
"ModifyFunction": "Add"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"PhotoEvent_ButtonHighlight"
|
|
],
|
|
"IsAdd": false,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "SetAbilitySpecialAction",
|
|
"ModifyFunction": "Replace",
|
|
"Param": 1.5,
|
|
"ParamName": "AS_Highlight_Time",
|
|
"ParamType": "Float",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityTrigger": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "PhotoEvent_Task_Initial_Modifier",
|
|
"Target": "TeamAvatars"
|
|
}
|
|
]
|
|
} |