Files
ZenlessData/Data/_unsorted/AbyssS2ThirdLoop_Trigger_PartnerSkill.json
2026-02-06 00:04:19 +01:00

169 lines
4.3 KiB
JSON

{
"AbilityName": "AbyssS2ThirdLoop_Trigger_PartnerSkill",
"AbilitySpecials": {
"AS_ConversionRate_Stun_Boss": {
"Value": 0.15
},
"AS_ConversionRate_Stun_Elite": {
"Value": 0.35
},
"AS_ConversionRate_Stun_Normal": {
"Value": 1
},
"AS_Energy_Recover_Bytime": {
"Value": 2.5
},
"AS_Energy_Recover_Initial": {
"Value": 75
},
"AS_StunDamageTakeRatio": {
"Value": 0.5
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": "%AS_Energy_Recover_Initial",
"CustomPropertyType": "Abyss_PartnerSkillEnergy",
"IsUsePercentage": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByEntityTemplateID",
"EntityType": "Avatar",
"Target": "PartnerAvatars",
"TemplateID": 1361
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "PartnerAvatars"
}
],
"OnBattleEnter": [
{
"$type": "ApplyModifier",
"ModifierName": "PartnerSkillEnergy_Rcover",
"Target": "Self"
}
],
"OnBattleExit": [
{
"$type": "RemoveModifier",
"ModifierName": "PartnerSkillEnergy_Rcover",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "RecoverStunAction",
"Amount": 0,
"Percentage": "%AS_ConversionRate_Stun_Normal",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Other"
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Trigger_Attack_SwitchIn_Attack_Ex_AttackProperty_05"
]
}
],
"Target": "Other"
},
{
"$type": "RecoverStunAction",
"Amount": 0,
"Percentage": "%AS_ConversionRate_Stun_Elite",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Other"
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Trigger_Attack_SwitchIn_Attack_Ex_AttackProperty_05"
]
}
],
"Target": "Other"
},
{
"$type": "RecoverStunAction",
"Amount": 0,
"Percentage": "%AS_ConversionRate_Stun_Boss",
"Predicates": [
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "Other"
},
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Trigger_Attack_SwitchIn_Attack_Ex_AttackProperty_05"
]
}
],
"Target": "Other"
},
{
"$type": "ApplyModifier",
"ModifierName": "Enemy_StunTakeModifier_AbyssS2ThirdLoop_Trigger_PartnerSkill",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Trigger_Attack_SwitchIn_Attack_Ex_AttackProperty_05"
],
"Target": "Self"
}
],
"Target": "Other"
}
]
},
"Modifiers": {
"Enemy_StunTakeModifier_AbyssS2ThirdLoop_Trigger_PartnerSkill": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnStunCreateActions": [
{
"$type": "RemoveModifier",
"ModifierName": "Enemy_StunTakeModifier_AbyssS2ThirdLoop_Trigger_PartnerSkill",
"Target": "Self"
}
],
"Properties": {
"Actor_StunDamageTakeRatio": "%AS_StunDamageTakeRatio"
}
},
"PartnerSkillEnergy_Rcover": {
"Duration": -1,
"ModifierMixins": [
{
"$type": "SmoothChangePropertyMixin",
"PropertyItems": [
{
"Amount": "%AS_Energy_Recover_Bytime",
"CustomPropertyType": "Abyss_PartnerSkillEnergy",
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
]
}
],
"ModifierStacking": "Unique"
}
}
}