1
0
ZenlessData/Data/_unsorted/Coop_Zhenzhen_Upgrade.json
2025-12-30 00:30:43 +01:00

119 lines
2.8 KiB
JSON

{
"AbilityName": "Coop_Zhenzhen_Upgrade",
"AbilitySpecials": {
"AS_RecoverCD": {
"Value": 30
},
"AS_RecoverEnhanceCountByExsp": {
"Value": 1
},
"AS_RecoverEnhanceCountByNormalAttack": {
"Value": 1
},
"AS_RecoverEnhanceCountByRelayQTE": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "ApplyModifier",
"ModifierName": "RecoverEnhanceCountByNormalAttack_CD",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Zhenzhen_EnhanceMode"
],
"Target": "Self"
}
]
},
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
}
],
"Target": "Self"
}
],
"OnRelayAttackBegin": [
{
"$type": "ModifyProperty",
"Amount": "%AS_RecoverEnhanceCountByRelayQTE",
"CustomPropertyType": "EnhanceCount",
"IsUsePercentage": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Zhenzhen_EnhanceMode"
],
"Target": "Self"
}
]
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
],
"OnSkillStart": [
{
"$type": "ModifyProperty",
"Amount": "%AS_RecoverEnhanceCountByExsp",
"CustomPropertyType": "EnhanceCount",
"IsUsePercentage": false,
"Percentage": 0,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Zhenzhen_EnhanceMode"
],
"Target": "Self"
}
]
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
]
},
"Modifiers": {
"RecoverEnhanceCountByNormalAttack_CD": {
"Duration": "%AS_RecoverCD",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "ModifyProperty",
"Amount": "%AS_RecoverEnhanceCountByNormalAttack",
"CustomPropertyType": "EnhanceCount",
"IsUsePercentage": false,
"Percentage": 0,
"PropertyModifyFunction": "Add",
"PropertyType": "Custom"
}
]
}
}
}