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

150 lines
3.5 KiB
JSON

{
"AbilityName": "Coop_Lucia_Upgrade",
"AbilitySpecials": {
"AS_AddSpatialValue": {
"Value": 20
},
"AS_AddedDamageRatio": {
"Value": 0.1
},
"AS_AllDamageResist": {
"Value": -0.2
},
"AS_BaseAtkRatio": {
"Value": 0.15
},
"AS_BaseAttackDelta": {
"Value": 0.15
},
"AS_HpHealBonusRatio": {
"Value": -0.5
},
"AS_TeamBuffA_Duration": {
"Value": 30
},
"HP_Recover_CD": {
"Value": 5
},
"HP_Recover_Percentage": {
"Value": 0.25
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_EnableLucia_S3",
"ParamType": 2,
"Target": "Self"
}
],
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "Lucia_ExSummonBuff_Modifier_Coop",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "OnExSummonStart"
}
],
"Target": "TeamAvatars"
}
],
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AllDamageResist",
"PropertyValue": "%AS_AllDamageResist",
"Target": "Target"
}
],
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_EnableLucia_S3",
"ParamType": 2,
"Target": "Self"
}
],
"OnSkillStart": [
{
"$type": "ModifyProperty",
"Amount": "%AS_AddSpatialValue",
"CustomPropertyType": "SpatialValue",
"IsUsePercentage": false,
"Predicates": [
{
"$type": "ByFromSkillID",
"SkillID": "Lucia_S30301"
},
{
"$type": "ByApplyPredicate",
"PredicateName": "ByEnhanceStateLimit"
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Caster"
}
],
"Properties": {
"Actor_AddedDamageRatio": "%AS_AddedDamageRatio",
"Actor_BaseAttackRatio": "%AS_BaseAtkRatio",
"Actor_HpHealBonusRatio": "%AS_HpHealBonusRatio"
}
},
"Modifiers": {
"Lucia_ExSummonBuffTrue_Modifier_Coop": {
"Duration": "%AS_TeamBuffA_Duration",
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"Properties": {
"Actor_BaseAttackDelta": "%AS_BaseAttackDelta"
}
},
"Lucia_ExSummonBuff_Modifier_Coop": {
"Duration": "%AS_TeamBuffA_Duration",
"IgnoreTimeScale": false,
"IsUnique": true,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "AttachModifier",
"ModifierName": "Lucia_ExSummonBuffTrue_Modifier_Coop",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAvatarProfessionType",
"ProfessionType": "Ruin",
"Target": "Self"
}
]
}
],
"Target": "Self"
}
]
}
},
"Predicates": {
"ByEnhanceStateLimit": {
"Predicates": [
{
"$type": "ByPlayerPropertyValue",
"CompareType": "Equal",
"CustomNumerator": "BeInEnhance",
"IsUsePercent": false,
"Numerator": "Custom",
"Target": "Caster",
"Val1": 0
}
]
}
}
}