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

172 lines
4.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": 40
},
{
"Val": 40,
"ValueToLowActions": [
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 0,
"ParamName": "Int_BranchIndex",
"ParamType": 3,
"Target": "Self"
}
]
}
]
}
]
},
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "DecreaseSPAction",
"Amount": 40,
"Percentage": 0
},
{
"$type": "ApplyModifier",
"ModifierName": "CanUseExspBuffModifier",
"Target": "Caster"
}
],
"AnimatorStateName": "Special_Crow_01",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
},
{
"ActionList": [
{
"$type": "RemoveModifier",
"ModifierName": "CanUseExspBuffModifier",
"Target": "Caster"
}
],
"AnimatorStateName": "Special_FinalAttack_01",
"ForceTriggerOnTransitionIn": true,
"ForceTriggerOnTransitionOut": false,
"Frame": 0,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "Promeia_SpecialSkill",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetUIArrowAction",
"position": 40
}
],
"OnAnimTransit": [
{
"$type": "ApplyModifier",
"ModifierName": "CanUseExspBuffModifier",
"Predicates": [
{
"$type": "ByTransitionName",
"Target": "Caster",
"TransitionName": "PerfectEvadeToExsp"
}
],
"Target": "Caster"
},
{
"$type": "DecreaseSPAction",
"Amount": 40,
"Percentage": 0,
"Predicates": [
{
"$type": "ByTransitionName",
"Target": "Caster",
"TransitionName": "PerfectEvadeToExsp"
}
]
},
{
"$type": "TriggerSoundAction",
"Predicates": [
{
"$type": "ByTransitionName",
"Target": "Caster",
"TransitionName": "PerfectEvadeToExsp"
}
],
"Target": "Caster",
"soundActionKey": "SA_Char_Skill_Promeia_Special_Evade_Success"
},
{
"$type": "RemoveModifier",
"ModifierName": "CanUseExspBuffModifier",
"Predicates": [
{
"$type": "ByTransitionName",
"Target": "Caster",
"TransitionName": "Special_Evade -> Special_FinalAttack_02"
}
],
"Target": "Caster"
}
],
"OnHitOther": [
]
},
"Modifiers": {
"CanUseExspBuffModifier": {
"Buff": {
"BuffID": 3000539,
"IsOverrideDuration": true,
"IsOverrideMaxCount": true
},
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_CanUseExSP",
"ParamType": 2,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_CanUseExSP",
"ParamType": 2,
"Target": "Self"
}
]
}
}
}