ZenlessData/Data/Bangboo_Player_Death.json

91 lines
2.4 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "Bangboo_Player_Death",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "ApplyModifier",
"ModifierName": "DeathModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Bangboo_Player_Death"
}
],
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "DeathModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "Bangboo_Player_Death_End"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"DeathModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "AttachEffect",
"EffectPattern": "Eff_Monster_Common_VR_Death_Cube_S",
"Target": "Self"
},
{
"$type": "AttachEffect",
"EffectPattern": "Eff_Monster_VR_End_S",
"Target": "Self"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Bangboo_Death_Start_1",
"Target": "Self",
"key": "Monster_Common_MA_Monster_VR_End_01_OverrideOutline_01"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Bangboo_Death_Start_2",
"Target": "Self",
"key": "Monster_Common_MA_Monster_VR_End_02_Override2Tone_02"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": true,
"Tag": "Bangboo_Death_Start_3",
"Target": "Self",
"key": "Monster_Common_MA_Monster_VR_End_03_Dither_03"
},
{
"$type": "FireAudio",
"AudioPattern": "Play_Vo_Bangboo_Eous_Player_Death",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "RemoveMaterialPropertyAction",
"Tag": "Bangboo_Death_Start_1",
"Target": "Self"
},
{
"$type": "RemoveMaterialPropertyAction",
"Tag": "Bangboo_Death_Start_2",
"Target": "Self"
},
{
"$type": "RemoveMaterialPropertyAction",
"Tag": "Bangboo_Death_Start_3",
"Target": "Self"
}
]
}
}
}