1
0
ZenlessData/Data/JsonBytes/NewAbility/AvatarAbility/RinaAbility/Rina_SpecialSkill.json
2026-07-29 01:25:01 +02:00

135 lines
3.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"IsUsePercentage": false,
"PropertyType": "CurSP",
"ReferMaxPropertyType": "MaxSP",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 1,
"ParamName": "Int_BranchIndex",
"ParamType": 3,
"Target": "Self"
}
],
"Val": 60
},
{
"Val": 60,
"ValueToLowActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_BranchIndex",
"ParamType": 3,
"Target": "Self"
}
]
}
]
}
]
}
],
"AbilityName": "Rina_SpecialSkill",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetUIArrowAction",
"MpExecMode": "MpTotallyLocal",
"position": 60
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Rina_Self"
],
"IsAdd": true,
"MpExecMode": "MpTotallyLocal",
"Target": "Self"
}
],
"OnHitOtherPre": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"Rina_ExSP_Hit"
],
"OperatorType": "Not",
"Target": "Other"
},
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true,
"Target": "Caster"
}
],
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Rina_Anastacia_Attack_Branch_02_AttackProperty_01"
]
}
],
"SuccessActions": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_IsCauseStun",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_IsHeavyAttack",
"PropertyValue": 1,
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Rina_ExSP_Hit",
"Target": "Other"
}
]
}
],
"OnSkillStart": [
{
"$type": "SendCustomEvent",
"EventKey": "Rina_ExSP_Start",
"IsGlobal": true,
"IsInstant": true
}
]
},
"Modifiers": {
"Rina_ExSP_Hit": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnCustomEventReceived": [
{
"$type": "RemoveModifier",
"ModifierName": "Rina_ExSP_Hit",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Rina_ExSP_Start"
}
],
"Target": "Self"
}
]
}
}
}