mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
137 lines
3.7 KiB
JSON
137 lines
3.7 KiB
JSON
{
|
|
"AbilityName": "Summer_Talent_04",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.2
|
|
},
|
|
"AS_AtkRatio": {
|
|
"Value": 0.5
|
|
},
|
|
"AS_CritDamageRatioDelta": {
|
|
"Value": 0
|
|
},
|
|
"AS_DamageTakeRatio": {
|
|
"Value": -0.2
|
|
},
|
|
"AS_MaxCritDamageRatioDelta": {
|
|
"Value": 1
|
|
},
|
|
"AS_Talent04BuffDuration": {
|
|
"Value": 8,
|
|
"ValueType": "Float"
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "SummerTalent04BuffModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExSp"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"SummerTalent04BuffDamageUpModifier": {
|
|
"Duration": "%AS_Talent04BuffDuration",
|
|
"ModifierStacking": "Refresh",
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimEventIDs",
|
|
"AnimEventIDs": [
|
|
"#Summer_UniqueSkill_Bullet_Anomaly_AttackProperty_01",
|
|
"#Summer_UniqueSkill_Bullet_Anomaly_AttackProperty_02",
|
|
"#Summer_UniqueSkill_Bullet_Attack_AttackProperty_01",
|
|
"#Summer_UniqueSkill_Bullet_Attack_AttackProperty_02"
|
|
]
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"SummerTalent04BuffModifier": {
|
|
"Buff": {
|
|
"BuffID": 3000532,
|
|
"IsOverrideDuration": true
|
|
},
|
|
"Duration": "%AS_Talent04BuffDuration",
|
|
"ModifierStacking": "Refresh",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAbilitySpecialByExpression",
|
|
"DoRefresh": true,
|
|
"Expression": "min((property(Attack)*(specials(AS_AtkRatio))),(specials(AS_MaxCritDamageRatioDelta)))",
|
|
"ParamName": "AS_CritDamageRatioDelta",
|
|
"Target": "Self",
|
|
"ValueType": "Float"
|
|
},
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"Summer_Talent_04_Buff"
|
|
],
|
|
"IsAdd": true
|
|
},
|
|
{
|
|
"$type": "AttachModifier",
|
|
"ModifierName": "SummerTalent04BuffDamageUpModifier",
|
|
"Target": "TeamAvatars"
|
|
},
|
|
{
|
|
"$type": "SetRBLOffsetAction",
|
|
"RBLOffset": 2,
|
|
"Tag": "Summer_Talent_04RBL",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Tag": "Avatar_Female_Size01_Summer_MA_Talent_06_OverrideRimGlow_01",
|
|
"Target": "Self",
|
|
"key": "Avatar_Female_Size01_Summer_MA_Talent_06_OverrideRimGlow_01"
|
|
}
|
|
],
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"PropertyKey": "Actor_DefinitelyCritical",
|
|
"PropertyValue": 1
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"Summer_Talent_04_Buff"
|
|
],
|
|
"IsAdd": false
|
|
},
|
|
{
|
|
"$type": "UnsetRBLOffsetAction",
|
|
"Tag": "Summer_Talent_04RBL",
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "InterruptMaterialPropertyAction",
|
|
"Tag": "Avatar_Female_Size01_Summer_MA_Talent_06_OverrideRimGlow_01",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Properties": {
|
|
"Actor_CriticalDamageRatioDelta": "%AS_CritDamageRatioDelta",
|
|
"Actor_DamageTakeRatio": "%AS_DamageTakeRatio"
|
|
}
|
|
}
|
|
}
|
|
} |