ZenlessData/Data/NotoriousMarionette_SummonDeathEvent.json
2024-12-17 20:43:14 -03:00

134 lines
3.4 KiB
JSON

{
"AbilityName": "NotoriousMarionette_SummonDeathEvent",
"AbilitySpecials": {
"CritDamageRatioDelta": {
"Value": 1
},
"IsBossChallenge": {
"Value": 0
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"NotoriousMarionette_Summon"
]
},
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "IsBossChallenge",
"ParamType": "Float",
"Target": "Self"
}
],
"PropertyKey": "Actor_CriticalDamageRatioDelta",
"PropertyValue": "%CritDamageRatioDelta",
"Target": "Target"
}
]
},
"OnAbilityTrigger": [
{
"$type": "TriggerLevelCustomConditions",
"LevelConditionsID": 1526
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Abyss_BossFight01_EnvBuff_03",
"CustomKey": "Monster_NotoriousMarionette_Boss",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "IsBossChallenge",
"ParamType": "Float",
"Target": "Self"
}
],
"Target": "Custom"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "NotoriousMarionette_AddStunDamageTakeRatio",
"CustomKey": "Monster_NotoriousMarionette_Boss",
"Target": "Custom"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"NotoriousMarionette_Summon_ReadyToDie"
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "ProcessAttachPointAction",
"AttachPointName": "NotoriousMarionette_SummonDiePosRot",
"CustomKey": "Monster_NotoriousMarionette_Boss",
"HierarchyType": "Target",
"PosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "MiddlePoint",
"CustomKey": "Monster_NotoriousMarionette_Summon_ReadyToDie",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": false,
"OffsetReferTarget": "Custom"
}
},
"Target": "Custom"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"NotoriousMarionette_Summon_ReadyToDie"
],
"IsAdd": false,
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "NotoriousMarionette_SummonVFX_BulletType_04",
"CustomKey": "Monster_NotoriousMarionette_Boss",
"Target": "Custom"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Hit",
"ParamType": 1,
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_GroundHitIndex",
"ParamType": 3,
"Target": "Self"
}
]
}