1
0
ZenlessData/Data/_unsorted/Monster_Common_EtherSummonDeath.json

146 lines
3.5 KiB
JSON

{
"AbilityMixins": [
{
"$type": "LockLifePropertyMixin",
"OnLifeLockFirstTriggeredActions": [
{
"$type": "ApplyModifier",
"ModifierName": "Monster_EtherSummonDeath_Modifier"
}
],
"PerformBeHitEffect": true,
"RatioLockList": [
{
"LockType": "Total",
"LockValue": 0.01
}
]
}
],
"AbilityName": "Monster_Common_EtherSummonDeath",
"AbilityStacking": "Unique",
"Modifiers": {
"Monster_EtherSummonDeath_Modifier": {
"DelayHandlers": [
{
"DelayTime": 0,
"TimeUpActions": [
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Monster_Common_MA_LiquidMiasma_Death_ScreenImage_01",
"key": "Monster_Common_MA_LiquidMiasma_Death_ScreenImage_01"
}
]
},
{
"DelayTime": 0.2,
"TimeUpActions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Monster_Common_LiquidMiasma_04_Death"
}
]
},
{
"DelayTime": 0.45,
"TimeUpActions": [
{
"$type": "DitherFadeAction",
"DitherFadeKey": "Monster_Default_Dither_Fade",
"Tag": "Monster_EtherSummonDeath_Dither_Fade"
}
]
},
{
"DelayTime": 0.65,
"TimeUpActions": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Monster_Common_LiquidMiasma_05_Death",
"Predicates": [
{
"$type": "ByAnimCtrlerParam",
"BoolVal": true,
"CompareType": "Equal",
"ParamName": "Bool_IsOnGround",
"ParamType": 2
}
]
}
]
}
],
"Duration": 2.2,
"IsUnique": true,
"OnAdded": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Trigger_Hit",
"ParamType": 1,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"Hit"
]
}
]
}
],
"Target": "Self"
},
{
"$type": "SetAnimCtrlerParamAction",
"IntVal": 2,
"ParamName": "Int_GroundHitIndex",
"ParamType": 3,
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"Hit"
]
}
]
}
],
"Target": "Self"
},
{
"$type": "PushMuteBeSelectedAction",
"MuteValue": true,
"Tag": "Monster_EtherSummonDeath",
"Target": "Self"
},
{
"$type": "ReadyToDieAction"
}
],
"OnRemoved": [
{
"$type": "DeadHandlerAction"
}
]
}
},
"OnAbilityTrigger": [
{
"$type": "ApplyModifier",
"ModifierName": "Monster_EtherSummonDeath_Modifier"
}
],
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "Graph_Monster_EtherSummonerValidTest"
}
]
}