ZenlessData/Data/Burnice_MathSkill.json

100 lines
2.5 KiB
JSON
Raw Normal View History

{
"AbilityName": "Burnice_MathSkill",
"AbilitySpecials": {
"AS_Actor_AddedElementAccumulationRatio_Enhance": {
"Value": 0.3
},
"AS_Actor_AddedElementAccumulationRatio_ExSP": {
"Value": 0.3
},
"AS_BuffAddDuration": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackSpecial",
"ExSp"
],
"Target": "Self"
},
{
"$type": "ByMathSkillSuccess"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_Actor_AddedElementAccumulationRatio_ExSP",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Burnice_Attack_Enhance_01_AttackProperty_01",
"Burnice_Attack_Enhance_01_Explode_AttackProperty_01",
"Burnice_Attack_Enhance_01_Explode_AttackProperty_02",
"Burnice_Explode_AttackProperty_01",
"Burnice_Explode_AttackProperty_01_Talent_02"
],
"Target": "Self"
},
{
"$type": "ByMathSkillSuccess"
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_Actor_AddedElementAccumulationRatio_Enhance",
"Target": "Self"
}
],
"OnTeamAvatarConstructed": [
{
"$type": "ApplyModifier",
"ModifierName": "BurnBuffReviseModifier",
"Predicates": [
{
"$type": "ByMathSkillSuccess"
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"BurnBuffReviseModifier": {
"BuffRevises": [
{
"FilterType": "ByBuffGroup",
"GroupName": "Burn",
"Params": [
{
"Delta": "%AS_BuffAddDuration",
"Name": "Duration"
}
]
},
{
"FilterType": "ByBuffGroup",
"GroupName": "Ignite",
"Params": [
{
"Delta": "%AS_BuffAddDuration",
"Name": "Duration"
}
]
}
],
"Duration": -1,
"ModifierStacking": "Unique"
}
}
}