1
0
ZenlessData/Data/ActivityBattleAbility_Cooperative_Combat_Astra_Buff1.json
2025-01-21 21:25:26 -03:00

78 lines
1.8 KiB
JSON

{
"AbilityName": "ActivityBattleAbility_Cooperative_Combat_Astra_Buff1",
"AbilitySpecials": {
"AS_DamageTakeRatio": {
"Value": 0.5,
"ValueType": "Float"
},
"AS_Duration": {
"Value": 12,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "Cooperative_Combat_Astra_Buff1_Mark",
"Predicates": [
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"TemplateID": 1311
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Astra_Attack_Normal_03_AttackProperty_ExtraExplode"
]
}
]
}
],
"Target": "Other"
}
]
},
"Modifiers": {
"Cooperative_Combat_Astra_Buff1_Mark": {
"Duration": "%AS_Duration",
"OnAdded": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Cooperative_Combat_Astra_Buff1_Mark"
],
"IsAdd": true
},
{
"$type": "AttachEffect",
"AttachPointName": "LockBone",
"EffectPattern": "Eff_Cooperative_Combat_Astra_Mark"
}
],
"OnRemoved": [
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"Cooperative_Combat_Astra_Buff1_Mark"
],
"IsAdd": false
}
],
"Properties": {
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
}
}
},
"OnAdded": [
{
"$type": "RecoverIndividualFeverAction",
"Percentage": 1
}
]
}