ZenlessData/Data/NotoriousMarionette_Summon_BornVFX.json

56 lines
1.6 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "NotoriousMarionette_Summon_BornVFX",
"AbilityStacking": "Unique",
"Modifiers": {
"DelayBornVFX": {
"DelayHandlers": [
{
"DelayTime": 0.02,
"TimeUpActions": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "NotoriousMarionette_SummonVFX_BulletType_02",
"Target": "Self"
}
]
}
],
"Duration": 0.2,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique"
}
},
"OnAbilityTrigger": [
{
"$type": "ApplyModifier",
"ModifierName": "DelayBornVFX",
"Target": "Self"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Monster_NotoriousMarionette_MA_Tear_ScreenImage_08",
"Target": "Self",
"key": "Monster_NotoriousMarionette_MA_Tear_ScreenImage_08"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Monster_NotoriousMarionette_MA_Tear_VertexStretch_05",
"Target": "Self",
"key": "Monster_NotoriousMarionette_MA_Tear_VertexStretch_05"
},
{
"$type": "ProcessScreenEffectAction",
"EffectKey": "Monster_NotoriousMarionette_Tear_ScreenEffects_01",
"EffectType": "ScreenEffects"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Monster_NotoriousMarionette_MA_Tear_OverrideRimGlow_09",
"Target": "Self",
"key": "Monster_NotoriousMarionette_MA_Tear_OverrideRimGlow_09"
}
]
}