1
0
ZenlessData/Data/_unsorted/Norano_ParryFire.json
2025-10-15 03:08:22 +02:00

76 lines
1.9 KiB
JSON

{
"AbilityName": "Norano_ParryFire",
"AbilitySpecials": {
"AS_FirePointRecover": {
"Value": 75
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnHitOther": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnimTagList",
"TagList": [
"ParryAid"
]
}
],
"SuccessActions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Norano_Attack_ParryAid_Fire",
"FireEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 1.2,
"z": 0.8
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"OffsetReferTarget": "Self"
}
},
"Target": "Self"
},
{
"$type": "DamageByAttackPropertyAction",
"AnimEventID": "Norano_Talent_06_AttackProperty_01",
"AttachPoint": "LockBone",
"Attacker": "Self",
"Target": "Other"
}
]
}
],
"OnSkillStart": [
{
"$type": "ModifyProperty",
"Amount": "%AS_FirePointRecover",
"CustomPropertyType": "CurFirePoint",
"IsUsePercentage": false,
"Predicates": [
{
"$type": "ByFromSkillType",
"SkillType": "ParryAid"
}
],
"PropertyModifyFunction": "Add",
"PropertyType": "Custom",
"Target": "Self"
}
]
}
}