1
0
ZenlessData/Data/_unsorted/Chelonethid_YokaiSkill_BaseDamage.json
2026-07-29 01:25:01 +02:00

196 lines
5.0 KiB
JSON

{
"AbilityMixins": [
],
"AbilityName": "Chelonethid_YokaiSkill_BaseDamage",
"AbilitySpecials": {
"AS_AddedDamageRatio": {
"Value": 0.7
},
"AS_DamageRatioCoeff": {
"Value": 1,
"ValueType": "Float"
},
"AS_DamageReal": {
"Value": 0,
"ValueType": "Float"
},
"AS_HitCount": {
"Value": 15
},
"AS_ItemBuffAddedDamageActive": {
"Value": 0,
"ValueType": "Float"
},
"AS_TotalHpPercent": {
"Value": 0,
"ValueType": "Float"
},
"AS_TotalHpPercent_Boss": {
"Value": 0.15
},
"AS_TotalHpPercent_Elite": {
"Value": 0.3
},
"AS_TotalHpPercent_Normal": {
"Value": 1
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnCustomEventReceived": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 1,
"ParamName": "AS_ItemBuffAddedDamageActive",
"ParamType": "Float",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Event_Chelonethid_AddedDamageRatio"
}
]
}
],
"OnHitOther": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 1,
"ParamName": "AS_DamageRatioCoeff",
"ParamType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "1+specials(AS_AddedDamageRatio)",
"ParamName": "AS_DamageRatioCoeff",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "AS_ItemBuffAddedDamageActive",
"ParamType": "Float",
"Target": "Self"
},
{
"$type": "ByIsInZoneTags",
"Tags": [
"ZenKov_Unlock_25"
],
"Target": "TeamAvatars"
}
],
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_TotalHpPercent_Normal)",
"ParamName": "AS_TotalHpPercent",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Chelonethid_Attack_04_Bullet_AttackProperty_01"
]
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Normal",
"Target": "Target"
}
],
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_TotalHpPercent_Elite)",
"ParamName": "AS_TotalHpPercent",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Chelonethid_Attack_04_Bullet_AttackProperty_01"
]
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Elite",
"Target": "Target"
}
],
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "specials(AS_TotalHpPercent_Boss)",
"ParamName": "AS_TotalHpPercent",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Chelonethid_Attack_04_Bullet_AttackProperty_01"
]
},
{
"$type": "ByMonsterStrengthType",
"CompareType": "Equal",
"StrengthType": "Boss",
"Target": "Target"
}
],
"ValueType": "Float"
},
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": true,
"Expression": "property(MaxHP)*specials(AS_TotalHpPercent)\/specials(AS_HitCount)*specials(AS_DamageRatioCoeff)",
"ParamName": "AS_DamageReal",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Chelonethid_Attack_04_Bullet_AttackProperty_01"
]
}
],
"Target": "Other",
"ValueType": "Float"
},
{
"$type": "ReplaceDamageAction",
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_Chelonethid_Attack_04_Bullet_AttackProperty_01"
]
}
],
"TargetDamage": "%AS_DamageReal"
}
],
"OnZenkovYokaiHenshinEnd": [
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 0,
"ParamName": "AS_ItemBuffAddedDamageActive",
"ParamType": "Float"
}
],
"OnZenkovYokaiHenshinStart": [
],
"OnZenkovYokaiHenshinTriggered": [
]
},
"Modifiers": {
}
}