1
0
ZenlessData/Data/_unsorted/SPBilly_ShieldSkill.json
2026-05-06 01:39:00 +02:00

190 lines
5.0 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Special_HoldAttack_Move",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Special_01_Counter_Left_TurnBack",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
}
],
"AnimatorStateName": "Attack_Special_01_Counter_Right_TurnBack",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "SPBilly_ShieldSkill",
"AbilitySpecials": {
"AS_Duration": {
"Value": 0
},
"AS_ShieldCounter": {
"Value": 0
},
"AS_ShieldPercentage": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"ShieldCDModifier_PerfectStart_01"
]
}
]
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_01_01",
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_01_02",
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_01_03",
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_01_04"
]
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ShieldCDModifier_PerfectStart_01",
"Target": "Self"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"ShieldCDModifier_PerfectStart_02"
]
}
]
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_02_01",
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_02_02",
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_02_03",
"SPBilly_Attack_Special_03_Perfect_Start_AttackProperty_02_04"
]
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "HPShieldModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "ShieldCDModifier_PerfectStart_01",
"Target": "Self"
}
]
}
]
},
"Modifiers": {
"HPShieldModifier": {
"Duration": "%AS_Duration",
"MaxStackingNumber": "%AS_ShieldCounter",
"ModifierMixins": [
{
"$type": "HpShieldMixin",
"AddedActions": [
],
"Duration": -1,
"EmptyActions": [
{
"$type": "RemoveModifier",
"ModifierName": "HPShieldModifier"
}
],
"IfTakeRestDamageWhenEmpty": true,
"Priority": 0,
"RecoverAmount": 0,
"RecoverPercentage": 0,
"RemovedActions": [
],
"Tag": "SPBilly_NormalAttackShield",
"TimeUpActions": [
],
"TotalValueConfig": {
"Amount": 0,
"Percentage": "%AS_ShieldPercentage",
"PropertyType": "MaxHP"
}
}
],
"ModifierStacking": "MultipleAllRefresh"
},
"ShieldCDModifier_PerfectStart_01": {
"Duration": 0.2,
"ModifierStacking": "Unique"
},
"ShieldCDModifier_PerfectStart_02": {
"Duration": 0.2,
"ModifierStacking": "Unique"
}
},
"OnAbilityTrigger": [
]
}