ZenlessData/Data/Bangboo_Knightboo_Buff.json

108 lines
2.5 KiB
JSON
Raw Normal View History

{
"AbilityName": "Bangboo_Knightboo_Buff",
"AbilitySpecials": {
"AS_SpRecoverValue": {
"Value": 10
},
"AS_SpRecoverValueBase": {
"Value": 1
},
"AS_SpRecoverValuePreLevel": {
"Value": 0.1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "(specials(AS_SpRecoverValueBase)+property(Level)*specials(AS_SpRecoverValuePreLevel))",
"ParamName": "AS_SpRecoverValue",
"Target": "Self",
"ValueType": "Float"
}
],
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "SpRecoverModifier",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Bangboo_Knightboo_Attackproperty_Attack"
]
},
{
"$type": "ByEntityType",
"EntityType": "Avatar",
"Target": "Target"
}
],
"Target": "Target"
}
]
},
"Modifiers": {
"MaterialPropertyModifier": {
"Duration": 1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "ModifyMaterialPropertyAction",
"Tag": "BultlerMaterial",
"Target": "Self",
"key": "Common_MA_Buff_AddSp_RimGlow_01"
}
]
},
"SpRecoverModifier": {
"Duration": 1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RecoverSPAction",
"Amount": "%AS_SpRecoverValue",
"IgnoreRatio": false,
"Percentage": 0,
"Target": "Self"
},
{
"$type": "FireEffect",
"EffectPattern": "Buff_Common_AddSp",
"Target": "Self"
},
{
"$type": "FireEffect",
"EffectPattern": "Eff_Bangboo_Knightboo_SkillJump_02_Explode",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "MaterialPropertyModifier",
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"RecoveredSP"
],
"IsAdd": true,
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"RecoveredSP"
],
"IsAdd": false,
"Target": "Self"
}
]
}
}
}