ZenlessData/Data/ActivityBattleAbility_Harumasa_Buff_03.json

118 lines
2.8 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "ActivityBattleAbility_Harumasa_Buff_03",
"AbilitySpecials": {
"AS_AtkRatioForExtraDmg": {
"Value": 0.2
},
"AS_Duration": {
"Value": 20
},
"AS_ExtraDamage": {
"Value": 0
},
"AS_ExtraFever": {
"Value": 5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "RecoverIndividualFeverAction",
"Amount": "%AS_ExtraFever",
"IgnoreRatio": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"HitForSlash"
]
},
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Other"
},
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Self",
"TemplateID": 1201
}
],
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "ApplyModifier",
"ModifierName": "HarumasaCard03Modifier",
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExQTE"
},
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "Self",
"TemplateID": 1201
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"HarumasaCard03Modifier": {
"Duration": "%AS_Duration",
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"HitForSlash"
]
},
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Other"
}
],
"PropertyKey": "Actor_AddedAttackDelta",
"PropertyValue": "%AS_ExtraDamage",
"Target": "Self"
}
],
"OnHitOtherPre": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(Atk_Battle)*specials(AS_AtkRatioForExtraDmg)",
"ParamName": "AS_ExtraDamage",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"HitForSlash"
]
},
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Other"
}
],
"Target": "Self",
"ValueType": "Float"
}
]
}
}
}