ZenlessData/Data/TheGun_EnvBuff_01.json
2024-11-04 02:05:40 -03:00

205 lines
4.8 KiB
JSON

{
"AbilityName": "TheGun_EnvBuff_01",
"AbilitySpecials": {
"AS_AddedAttackDelta": {
"Value": 3000
},
"AS_AddedDamageRatio": {
"Value": 3
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "CoAttack_Partner_Tips",
"Target": "Self"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true
}
],
"PropertyKey": "Actor_AddedAttackDelta",
"PropertyValue": "%AS_AddedAttackDelta",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsLocalAvatar",
"IsLocalAvatar": true
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_AddedDamageRatio",
"Target": "Self"
}
],
"OnStartTheGunManualCoAttack": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "TheGun_EnvBuff_WitchTime",
"Predicates": [
{
"$type": "ByIsTheGunPerfectManualCoAttack"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"CoAttack_Partner_Tips": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnStartTheGunAutoCoAttack": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1171
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025043
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1281
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025042
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1071
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025041
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1081
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025044
}
]
}
],
"OnStartTheGunManualCoAttack": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1171
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025043
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1281
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025042
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1071
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025041
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByTheGunCoAttackPartnerAvatarID",
"AvatarID": 1081
}
],
"SuccessActions": [
{
"$type": "ShowTipAction",
"ShowPage": 0,
"Target": "Self",
"TipID": 74025044
}
]
}
]
}
}
}