ZenlessData/Data/TyrantPompey_SwitchPhase.json

138 lines
3.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "SwitchPhaseMixin",
"CanSwitchPhase": "%AS_CanSwitchPhase",
"ClearStunProperty": true,
"DisableAI": true,
"ForceRBL": 99,
"HeavyHitEffect": true,
"HideUI": true,
"Invincible": false,
"LockHPRatio": "%AS_LockHPRatio",
"LockHPValue": 1,
"MuteBeSelected": true,
"MuteElementAbnormal": true,
"MuteStunProperty": true,
"OnSwitchPhaseDone": [
{
"$type": "ModifyPerfectSwitchPointAction",
"Amount": 6,
"ModifyFunction": "Add"
},
{
"$type": "ChangeMonsterAIAction",
"MonsterAIId": 117002,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Weak"
]
}
]
}
],
"Target": "Self"
},
{
"$type": "ChangeMonsterAIAction",
"MonsterAIId": 117012,
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Weak"
]
}
],
"Target": "Self"
},
{
"$type": "TriggerBehaviorTreeAction",
"Enable": true,
"Target": "Self"
},
{
"$type": "LDListenEntityAction",
"TargetKey": "SwitchPhaseDone"
}
],
"OnSwitchPhaseStart": [
{
"$type": "ApplyModifier",
"ModifierName": "DelayModifier",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"CutScene"
],
"Target": "Self"
}
],
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"TyrantPompey_AttackAiming"
],
"IsAdd": false
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "TyrantPompey_P1_AttackDetect"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "TyrantPompey_P1_AttackHitCount"
},
{
"$type": "RemoveAbilityAction",
"AbilityName": "TyrantPompey_P1_ComboManager"
}
],
"ProtectTime": 60,
"RecoverHPRatio": 1,
"SourcePhase": 1,
"SwitchPhaseTag": "TyrantPompey_SwitchPhase",
"TargetHPRatio": -1,
"TargetHPValue": 1,
"TargetPhase": 2
}
],
"AbilityName": "TyrantPompey_SwitchPhase",
"AbilitySpecials": {
"AS_CanSwitchPhase": {
"Value": true,
"ValueType": "Boolean"
},
"AS_LockHPRatio": {
"Value": -1
},
"AS_RecoverHPRatio": {
"Value": 1
},
"AS_TargetHPRatio": {
"Value": -1
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"DelayModifier": {
"Duration": 0.5,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "TyrantPompey_SwitchPhase_CutScene",
"Target": "Self"
}
]
}
}
}